HI All,
If I tried to use codesnippet given in function SnpExportDocAsPDF::ExportDocAsPDF() of snippet runner cs5 sample plugin then it will export complete indesign document as a single pdf.
Now I need to create a plugin thorugh which I am able to generate a separate pdf for each page
e.g if my document have 4 pages then it should generate a pdf for each page as follows
MyDoc_Page1.pdf
MyDoc_Page2.pdf
MyDoc_Page3.pdf
MyDoc_Page4.pdf
What are the steps that I need to perform to achieve this.
Regards,
Alam