-pdfcreator

Top  Previous  Next

-pdfcreator CreatorString

 

The -pdfcreator option sets the Creator field in a PDF file to CreatorString.  This option is only available when acquiring to PDF files.  By default, the Creator string in the PDF file is "None".

 

If CreatorString has embedded spaces, the CreatorString must be surrounded with double quotes:

 

Example:

 

DTWAIN_TwainSave("-F pdf -pdfcreator \""My Creator String\"");

 

Acquires to a PDF file and sets the PDF Creator string in the file to "My Creator String".

 

Note that in the example above, C/C++ escape sequences are used to embed double quotes in the string.  Please consult your language as to the proper way to insert double quotes within quoted strings.

 

Default Setting:

The Creator field is set to "None".