Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Server Developers
Viewing all articles
Browse latest Browse all 20709

Exporting JPG --> How to setup/get a higher DPI image

$
0
0
Hello-

I would really appreciate if any of you experts could help me on this matter. I am saving an InDesign file as JPG, however, the output generated is always 72 DPI even if I have indicated to get a Higher Quality.

The actual JavaScript function I am using is this:

function ExportAsJPG(inSaveDocumentPath)
{
app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.maximum;

currentDocument.exportFile(ExportFormat.jpg, File(inSaveDocumentPath), app.pdfExportPresets.item("[High Quality Print]"));
}

Any ideas or tips welcome!!!

Regards,

G.O.

Viewing all articles
Browse latest Browse all 20709


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>