ORD - ORD file for creating pdf files
Just create two files e.g. test.txt (which is empty), and an ORD file named test.ord with the following contents. These two files will trick the production of 8 different pdf files (if you have the default pdf styles installed, otherwise correct the <PDFStyle> names).
<?xml version=1.0 encoding=UTF-8 ?>
<JobSettings>
<ProductionMethod></ProductionMethod>
<DocSettings>
<TemplateName>InDesignTemplate.indd</TemplateName>
</DocSettings>
<PDFSettings>
<PDFStyle>[High Quality Print]</PDFStyle>
<PDFSaveName>1.pdf</PDFSaveName>
<PDFStyle>[High Quality Print]</PDFStyle>
<PDFSaveName>2.pdf</PDFSaveName>
<PDFStyle>[High Quality Print]</PDFStyle>
<PDFSaveName>3.pdf</PDFSaveName>
<PDFStyle>[High Quality Print]</PDFStyle>
<PDFSaveName>4.pdf</PDFSaveName>
<PDFStyle>[High Quality Print]</PDFStyle>
PDFSaveName>5.pdf</PDFSaveName>
<PDFStyle>[High Quality Print]</PDFStyle>
<PDFSaveName>6.pdf</PDFSaveName>
<PDFStyle>[High Quality Print]</PDFStyle>
<PDFSaveName>7.pdf</PDFSaveName>
<PDFStyle>[High Quality Print]</PDFStyle>
<PDFSaveName>8.pdf</PDFSaveName>
</PDFSettings>
</JobSettings>
Standard output folder for PDF files should be stated, all other export and saving of files should be turned off or file names should be included in the ORD file.