-pdftitle

Top  Previous  Next

-pdftitle TitleString

 

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

 

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

 

Example:

 

twainsave -f test.pdf -filetype pdf -pdfauthor "My Title String" -pdftitle "My Title"

 

Acquires to a PDF file called test.pdf, sets the PDF author string in the file to "My Author String" and the title to "My Title"

 

Default Setting:

The Title field is set to "None".