PDF Conversion Metadata Export
| Previous | Main | Next |
The PDF File Naming tab is available form the Conversion 2 PDF form.

Metadata Export
The export of the indexing information creates the important link from the production facilities to the back-end systems for business processes such as content, records and database management systems. Most legacy systems accept one or the other export formats and are able to pick up the metadata and content (PDF output) by using these files. It is possible to have a direct "connector" or "release script" based on these data structure.
The field mapping is conveniently enabled so that the user can easily add or remove custom or built-in metadata fields.
Enable XML Export:
It this option is checked, there will be one XML file created for each PDF file generated and the metadata values and field labels will be listed here. All metadata fields that are selected will be exported.
Sample XML file:
<?xml version="1.0"?>
<item>
<field>
<field_name>Folder</field_name>
<field_value></field_value>
</field>
<field>
<field_name>DocumentPageCount</field_name>
<field_value>10</field_value>
</field>
<field>
<field_name>Map</field_name>
<field_value></field_value>
</field>
<field>
<field_name>Pictures</field_name>
<field_value></field_value>
</field>
<field>
<field_name>PermitApplication</field_name>
<field_value></field_value>
</field>
<field>
<field_name>Notification</field_name>
<field_value></field_value>
</field>
<field>
<field_name>UserName</field_name>
<field_value>zoltan</field_value>
</field>
<field>
<field_name>Date</field_name>
<field_value>7/13/2007</field_value>
</field>
<field>
<field_name>PDFName</field_name>
<field_value>Sample_01</field_value>
</field>
<field>
<field_name>PDFFileName</field_name>
<field_value>Sample_01.pdf</field_value>
</field>
<field>
<field_name>FullPdfPath</field_name>
<field_value>C:\junk\t\Sample_01.pdf</field_value>
</field>
</item>
Enable CSV Export:
It this option is checked, there will be one text file created for the whole job. PDF file generated and the metadata values and field labels will be listed here. All metadata fields that are selected will be exported. Useful for exporting to other system, but also to establish PDF page count for the whole job.
Sample CSV export:
Folder, DocumentPageCount
890008600, 389
890008600, 158
890008600, 232
890008700, 171
893009100, 86
890009000, 17
890009700, 45