Copy link to clipboard
Copied
Hi !
I need your help for export all the page of my active document to PDF.
I want to make one PDF for one page, so if I have tree pages on one active document, I want to have tree PDF at the end.
Thank you for your help ![]()
If you have a french Indesign change the name of pdfExportPresets like this ...
| var myPDFExportPreset = app.pdfExportPresets.item("[Qualité supérieure]"); |
Copy link to clipboard
Copied
Copy link to clipboard
Copied
It's for CS4... Now it's CC 2015 this script does'nt work 😕
Copy link to clipboard
Copied
Hi,
This snippet works perfectly witn CC 2014 & CC 2015 ...
Check if pdfExportPresets "[Press Quality]" exist ...
var myPDFExportPreset = app.pdfExportPresets.item("[Press Quality]");
Copy link to clipboard
Copied
Yes the pdfExportPresets exist, I don't understand why that did'nt work ![]()
Copy link to clipboard
Copied
What's wrong ? Have you a error message in ESTK ?
Copy link to clipboard
Copied
Yes, something like : Incorect value for 'using' of the method 'exportFile'
PDFExportPreset waiting but nothing received. (I've try to translate it my InDesign are in French)
Ligne 30
Source : myDocumentexportFile(ExportFormat.pdfType, myFile, false, myPDFExportPreset);
Copy link to clipboard
Copied
If you have a french Indesign change the name of pdfExportPresets like this ...
| var myPDFExportPreset = app.pdfExportPresets.item("[Qualité supérieure]"); |
Copy link to clipboard
Copied
Yeeeah ! It's okay now
Haha it's realy crazy, your script can't work for a traduction problem !
Thank you my friend ! ![]()
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more