Reply To: Exporting to PNG

#63621

Thanks Jongware, I am no longer getting an error but neither does it seem to be working. If I manually export to PNG, specifying only the first page and then run the script that specifies ALL, I still only get the first page.

My code is as follows:

with (app.pngExportPreferences){
PNGExportRange = PNGExportRange.EXPORT_ALL
PNGQuality = PNGQuality.MAXIMUM
exportResolution = 300;
exportingSpread = true;
simulateOverprint = true;
transparentBackground = false;
useDocumentBleeds = false
}

I would be very grateful if you could let me know where I'm going wrong. Thank you.

This article was last modified on November 25, 2012

Comments (0)

Loading comments...