On this Page
PCLExtract
PCLExtract is a standalone tool to allow the extraction of documents from a DocOrigin PCL file.
Extracting Documents from a PCL
Given a hypothetical multi-document PCL named multiDoc.pcl you could extract document 7 from it by using:
DO PCLExtract -in multiDoc.pcl -docs 7 -out justDoc7.pcl
Rather than extracting only a single document, you could extract a comma-separated list of documents (e.g. -docs "2,5,18,19,34"
). You can also specify a dash-separated range of document numbers. (e.g. -docs "1,20-30,18"
). Or extract by document bookmarks (e.g. Name=Fred
or CustomerID=123,124,125
).
Other options
PCLExtract contains a set of other options to work with PCL file. For instance: extract input data, count documents, etc.
Hint: If you ever want to know the syntax for PCLExtract, just run it with no arguments.