developed by © SANFACE SoftwareVersion 2.5 13th December 1999
txt2pdf is a very flexible and powerful PERL5 program. It's a converter from text files to PDF format files.
|
txt2pdf rate at LinuxBerg is 5 Penguins!![]()
txt2pdf rate at Tucows Macintosh and BeOS is 5 Cows!
txt2pdf is pick
at CNET Download.com
A few important projects based on txt2pdf
|
Getting txt2pdf, Licence and Registration |
txt2pdf is shareware
The txt2pdf source code is our company core business.
We trust you.
You can test text2pdf and modify it.
We'll send you a free registered copy for a good idea or txt2pdf modify.
You can't use a modify version of txt2pdf for production purpose.
You can't resell txt2pdf or a modify version of it without SANFACE Software
authorization.
You can't copy part of it to include in your source without SANFACE Software
authorization.
The txt2pdf 2.5 source code tar.gz The txt2pdf 2.5 source code zipped The txt2pdf 1.3 source code tar.gz The txt2pdf 1.3 source code zipped |
![]() |
txt2pdf 2.5 is shareware. The registration fee is $25 (US) every installation.
Buy five licences packet, one is free!
Description | Payment Options |
One licence![]() |
![]() |
Five licences![]() |
SECURE MasterCard, VISA,American Express, Check, Fax, Voice |
One licence![]() |
![]() |
Six licences![]() |
SECURE MasterCard, VISA,American Express, Check, Fax, Voice |
Year 2000 Compliance |
txt2pdf is a PERL script.
We use inside our code the correct method like suggested by the nice article
Year 2000 Compliance
See the example: $then = time() + ( 60 * 60 * 24 * 365 * 5 ); # 5 years from now $that_year = localtime($then) -> year; printf("It shall be 19%d\n", $that_year); # WRONG! 19103 printf("It shall be %d\n", 1900 + $that_year); # right: 2003
Installing txt2pdf |
Create your personal txt2pdf.cfg file.
You can change the value of lf_extra, tmpdir, author,
creator, keywords, subject, title,
paper, landscape, font, cols, lines,
tab, pointSize, vertSpace, yellow, red,
green, blue, bold, italic, bo_it, columns2,
npage, border, allowinparse, beginfile and endfile
variables.
With lf_extra you can set how many extra characters are written for
\n.
NOTE: change to 1 for PCs (where \n => <CR><LF>)
(Default 0)
With tmpdir you can set the directory for the temporary files.
You can use relative and absolute path. Default is ./
It's better if you use the specific temporary directory of your system
e.g. /tmp/ on UNIX systems /temp/ on Windows systems /desktop folder/temp on MacOS /sys$scratch/ or SYS$SCRATCH on OpenVMSWith author, creator, keywords, subject, title you can set the relative fields of PDF Info dictionary that provides information about the document.
Author | The name of the person who created the document |
Creator | If the document was converted into a PDF document from another form, this is the name of the application that created the original document |
Keywords | Keywords associated with the document |
Subject | The subject of the document |
Title | The document's title |
How to configure yellow, red, green, blue and
bold, italic, bo_it files.
In these files you can insert a word list with PERL regular expression
rules.
e.g. if you introduce in red.cfg the word end, every word in the
input file what contains end will become red in PDF output file.
If you introduce ^end$, only the end word will become red.
Inside beginfile and endfile files you can use the a few markers that you
can enable with the option allowinparse.
This is the list
Syntax |
where options include: -help print out this message -configure file default txt2pdf.cfg -landscape -2 format in 2 columns -paper format default letter, valid formats: A3 (or a3), A4 (or a4), A5 (or a5), widthxheight -npage add page number -recursive directory scan recursively the directory -match files match different files ex. *.pdf, a?.* (require -recursive option) -border border line -allowinparse parser -verbose verbose list: with list you can use metacharacters and relative and absolute path name
Other Features |
Contributed programs ![]() |
![]() |
!txt2pdf is a RiscOS frontend for txt2pdf [from
Joern-Erik LEO Burkert] Requires: JFShared-Library by Justin Fletcher, !Perl for RiscOS and txt2pdf You can find it in the contributed/Acorn-Risc directory or directly at LEO's RisOS-page See a screenshot of the program |
What's new in this version |
Links around the world to txt2pdf |