How to install and run
pdfChip does not have a user-interface, but is used by a command-line interface (CLI). The application needs a valid activation to run. This activation is bound to the hardware from which the activation was performed.
Installing pdfChip
Available platforms for pdfChip are Windows, macOS and Linux.
You can download the latest version of pdfChip from our website by requesting a trial here: pdfchip
You can also register on our website for easy access to all pdfChip download links. Once registered and logged in, you can access the list of download links here: pdfchip
The package for Linux does not use installer software, it simply has to be unpacked within the designated folder. For example using the following command:
gtar zxvpf <callas pdfChip package>.tar.gz
Activating pdfChip
Before pdfChip can be used, the software has to be activated.
Request an activation code
Open a terminal window, change into the installation directory and type:
pdfChip --keycode <name> <company> trial [--aws]
OR
pdfChip --keycode <name> <company> <license> [--aws]
Parameters
name | name of licensee (e.g. "Registered user") |
company | name of company (e.g. "User's company") |
license | Licence key obtained from the registration card or the License.pdf provided by callas or the reseller. |
trial | To make a request for a trial version, please use the keyword "trial" (for a pdfChip trial version) |
aws | for installation on Amazon Web Services (EC2, using Windows or Linux 64bit) |
The textual output of --keycode has to be send via e-mail to the e-mail address named in the text in order to receive an activation code from the registration server.
Activating pdfChip
After receiving the automatic email reply, the attached "Activation.pdf" has to be saved and pdfChip has to be activated. To do this, open a terminal window, change into the installation directory and type the following command:
pdfChip --activate <activation file>
Parameters
activation file | Full path to Activation.pdf |
A activated License.txt will then be stored in the user-preferences-folder of the current user.
If no response is received or in the event of an error, please contact [email protected] to determine the exact cause.
Please note:
It is necessary to activate the received license file to get a permanent valid license file.
The Activation.pdf (or the content of the e-mail) can only be used for activation for 48 hours.
After this time frame, a new Activation.pdf has to be requested from the activation server.
Deactivating pdfChip
As the activation (and the resulting license file) is bound to the hardware, it is necessary to deactivate a license on one machine before a activation can take place on a different machine.
Request the current activation code
Open a terminal window, change into the installation directory and type:
pdfChip --status
Deactivate using the activation code
Copy the activation code which is listed within the output (24 alphanumeric characters).
pdfChip --deactivate <activation code>
Confirm the question (Do you want to proceed (y/n)? ) by typing "y". The pdfChip activation will be removed from the system.
Using pdfChip
The command-line interface of pdfChip converts an HTML file into a PDF. Referenced images, CSS and JavaScripts will be included in the created PDF.
pdfChip <Path to HTML file> <Path to PDF file>
On Mac OS X and Linux, the command in the terminal window should look like:
./pdfChip index.html result.pdf
Using Windows, the command would be:
pdfChip.exe index.html result.pdf
The names of the input HTML file and the output PDF are totally free, you can use whatever works in your environment.
Return codes
All return codes below 100 indicate a successful operation, a code starting with 100 indicates an error.
|
|
If you are experiencing a return code, which is not listed above (or in the output of the call: "pdfChip --status"), please contact us. Please provide the respective files then, they are necessary to further analyse the issue.