Community

XML-ticket examples for FineReader Server 14

Here are a few examples of XML-ticket settings.

Process a password-protected PDF (enter the password in the Password attribute):

<XmlTicket>
<InputFile Name="image_only_sample.pdf" Password="1234"/>
    <ExportParams>
<ExportFormat OutputFileFormat="PDF">
    <OutputLocation>C:\Users\Public\ABBYY\ABBYY FineReader Server 14.0\Default Workflow\Output Folder</OutputLocation>
</ExportFormat>
  </ExportParams>
</XmlTicket>

Save a PDF with the smallest size possible:

<XmlTicket>
<InputFile Name="test.pdf"/>
    <ExportParams>
<ExportFormat OutputFileFormat="PDF"
ExportMode="TextOnly" Quality="30" Scenario="MinSize" UseImprovedCompression="true" MRCMode="Normal">
    <OutputLocation>C:\Users\Public\ABBYY\ABBYY FineReader Server 14.0\Default Workflow\Output Folder</OutputLocation>
</ExportFormat>
  </ExportParams>
</XmlTicket>

Read more about XML-tickets: Processing files with individual XML-ticket settings

Was this article helpful?

1 out of 2 found this helpful

Comments

0 comments

Please sign in to leave a comment.