- What is txt2pdf PRO + crypt?
- Why do you need txt2pdf PRO + crypt?
- Getting txt2pdf PRO + crypt, License and Registration
- Installing txt2pdf PRO + crypt
- Syntax
What is txt2pdf PRO + crypt?
txt2pdf PRO + crypt 9.x is the standard txt2pdf PRO 9.x distribution + the possibility to encrypt a PDF-file (set permissions, set user and owner password, set 40 or 128 bit encryption).
In version 9.x txt2pdf PRO + crypt support the possibility to use like background a pdf.
Why do you need txt2pdf PRO + crypt?
txt2pdf PRO + crypt 9.x is the standard txt2pdf PRO 9.x distribution + the possibility to encrypt a PDF-file (set permissions, set user and owner password, set 40 or 128 bit encryption).
We distribute txt2pdf PRO + crypt only in executable binaries, but under special circumstances, source code can be provided. This binary-only outlook makes it easier to install, and simpler to use. You don't need PERL, nor any of the PERL modules or libraries. Your applications can simply harness and integrate the power of txt2pdf PRO + crypt 9.x.
- The reader will not able to read the document without the correct user password. The reader will not able to modify the document without the correct owner password. Acrobat Reader application will prompt to the user the introduction of a password. ( -userpass password -ownerpass password )
- The reader will not able to copy text and graphics from document. The button to cut the file will be disabled in Acrobat Reader application. ( -no-copy )
- The reader will not able to print the document. The button to print the file will be disabled in Acrobat Reader application. ( -no-print )
- The reader will not able to modify contents of document (other than text annotations and interactive form fields) ( -no-edit )
- The reader will not able to add or modify text annotations and interactive form fields ( -no-notes )
- -R=2 40 bit encryption, -R=3 128 bit encryption
In version 9.x txt2pdf PRO + crypt support the possibility to use like backgrouna a pdf.
This is the syntax you can use in bgdesign is very similar to the image syntax:
#!pdf#file-name.pdf;z1;z2;z3;z4;x_position;y_position#!/pdf#
The first field is exact path where txt2pdf PRO + crypt can find the pdf (you can use also relative path)
These are a few examples:
./filename.pdf
Z:/my_network_directory/file.pdf
2nd, 3rd, 4th, 5th fields are very powerful and complex. You can use it to scale, rotate the pdf.
At the beginning we suggest you to use
z1=1, z2=0, z3=0, z4=1
to scale correct an image to divide or multiple z1 and z4 for the same integer
6th and 7th fields are the x and y position on the page (0,0 the bottom left corner)
Getting txt2pdf PRO + crypt, License and Registration
txt2pdf PRO + crypt is a PERL tool.
We distribute only 5 executable versions: Windows, Linux, Solaris, HP-UX, AIX.
You can freely redistribute txt2pdf PRO + crypt tool in its unregistered archive format (zip or tar.gz) You may request other UNIX executables (Linux like Slackware and Caldera, Linux on mips, OSF/1, FreeBSD, BSD/OS, OpenBSD, IRIX) or the original PERL code.
In the event that we send you the original perl code:
You can't modify directly it.
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.
We trust you.
- The txt2pdf PRO + crypt Windows executable .zip
- The txt2pdf PRO + crypt Linux executable .tar.gz
- The txt2pdf PRO + crypt Solaris executable .tar.gz
- The txt2pdf PRO + crypt AIX executable .tar.gz
- The txt2pdf PRO + crypt HP-UX executable .tar.gz
The registration fee is
- $1500 (US) for 1 CPU computer
- $1700 (US) for 2 or 3 CPU computers (or dual-core)
- $1950 (US) for 4 to 7 CPU computers
- $2250 (US) for 8 to 15 CPU computers
- $2600 (US) for 16 or more CPU computers
for every server installation.
You can buy our software at SWREG. To purchase txt2pdf PRO + crypt if you need less than 4 licences use:
if your server has 1 CPU: txt2pdf PRO + crypt 1 license, 1 CPU
if your server has 2-3 CPUs: txt2pdf PRO + crypt 1 license, 2-3 CPUs
if your server has 4-7 CPUs: txt2pdf PRO + crypt 1 license, 4-7 CPUs
if your server has 8-15 CPUs: txt2pdf PRO + crypt 1 license, 8-15 CPUs
if your server has 16 or more CPUs: txt2pdf PRO + crypt 1 license, 16 ore more CPUs
If you need 4 or more than 4 licenses use contact us.
UPGRADE POLICY
You can upgrade txt2pdf PRO + crypt 6.x, 7.x, 8.x to the new version with the discount of the amount you previously paid + a fix fee for every license:
- $200 for 8.x
- $300 for 7.x
- $400 for 6.x
Do you have a dubt, contact us via email at sanface@sanface.com for more information on how to upgrade your version.
VOLUME DISCOUNT
4-10 $1400 each (no CPU server difference) 11-100 $1250 each (no CPU server difference)
NO LIMIT LICENCE
You've one or more products with a lot of installations and you want to put txt2pdf inside your every tool. This is the licence you're looking for. Its costs: $65000 + 20 % every year. Obviously you'll receive every update freely.
Installing txt2pdf PRO + crypt
You can use the new features like line options ( -no-copy -no-print -no-edit -no-notes) So you can use the same installation notes you can find at txt2pdf and at txt2pdf PRO
Syntax
txt2pdf [-options] files
these are the new options: -no-copy do not allow cut & paste -no-print do not allow printing of file -no-edit do not allow to edit the file -no-notes do not allow to edit/add notes -pass password to set the user password -ownerpass password to set the owner password -permissions="-nn" see Adobe reference manual; This option can be used to set permission from its numerical representation. -R=2 use 40 bit encryption -R=3 use 128 bit encryption (for Acrobat 5)
This is a simple example to create from yourtext.txt a PDF encrypt that the
final user can't cut & paste and print (128 bit)
txt2pdf -compress -no-copy -no-print -R=3 yourtext.txt