|
PDF Batch Command
DOS
Command Support: You can start a batch job in Windows by
issuing the execution command directly from the MS-DOS
command prompt window without opening the PDFill GUI. (It is
only available for the registered user)
7.1.
Import a tab-delimited text file into a PDF Form
"C:\Program Files\PlotSoft\PDFill\PDFill.exe"
IMPORT TXT Input.txt Input.pdf Output.pdf
7.2. Import a Excel table with Table Name "FORMDATA"
into a PDF form
"C:\Program Files\PlotSoft\PDFill\PDFill.exe"
IMPORT XLS FORMDATA Input.xls Input.pdf Output.pdf
7.3. Import FDF into a PDF form
"C:\Program Files\PlotSoft\PDFill\PDFill.exe"
IMPORT FDF Input.fdf Input.pdf Output.pdf
7.4. Merge PDFs into a new PDF
"C:\Program Files\PlotSoft\PDFill\PDFill.exe"
MERGE Input1.pdf Input2.pdf Input3.pdf Output.pdf
7.5. Split a PDF into a new PDF according
to page number selection
"C:\Program Files\PlotSoft\PDFill\PDFill.exe"
SPLIT "1,3-6,10,13,24" Input.pdf Output.pdf
|