| Home
|
|
|
Command line PDF batch converterAdobe Portable Document Format (PDF)PDF format (Portable Document Format) can be called a modern version of EPS format. It also contains printer instructions, namely information on fonts, document size and colors used. Files of this format can consist of text and graphics elements, video, sound, embedded fonts, search and document navigation options (hyperlinks and table of contents). So, PDF format can contain not only images, but the whole document with description of its layout, images and colors. The following parameters are used to adjust settings of this format:
bppBpp parameter specifies the number of bits used to transfer the color of one pixel. Its allowed values are:
The default value is: 24. Example:-convertto pdf bpp:8 compressionCompression parameter specifies compression algorithm for resulting files. Its allowed values are:
The default value is: LZW. Example:-convertto pdf compression:FLATE multipageMultipage parameter specifies whether resulting images should be saved as single files or one multipage file. Its allowed values are:
The default value is: as_is. Example:-convertto pdf multipage:separate_pages ICPCL.exe -convertto pdf bpp:8 compression:FLATE multipage:separate_pages -source "C:\Original files" -dest "C:\Converted files" tips
|
||