Change documents order for Portfolio PDF extraction
You can change the order in which the documents are extracted from a Portfolio PDF. You can set the order to ascending or the order in which the files were added to the portfolio PDF.
-
Open the Create_config.xslt file from the following location:
C:\Program Files (x86)\Common Files\Tungsten\Document Converter\xcd
-
Go to the DecompressConversions\Conversion section.
By default, the value of the Flag parameter is set to 1 in the pdf conversion section. The extracted documents are sorted in the order in which the files were added to the portfolio PDF.
-
Change the
Flag value to 0 to sort the extracted documents in ascending order by document name.
Example
<DecompressConversions> <Conversion> <!-- extract portfolio pdf --> <Extension>pdf</Extension> ..... ..... <Flag>0</Flag> </Conversion> </DecompressConversions>
-
Run the configure.bat file from the below location:
C:\Program Files (x86)\Common Files\Tungsten\Document Converter
- Restart the Transformation Server service.