-
Notifications
You must be signed in to change notification settings - Fork 0
jpg no longer works #1
Copy link
Copy link
Open
Description
The exporter no longer works for jpeg files. After much trial and error, I tried this fix, which worked:
case "jpg":
app.jpegExportPreferences.jpegExportRange = ExportRangeOrAllPages.EXPORT_RANGE;
app.jpegExportPreferences.pageString = (pageIndex + 1).toString();
doc.exportFile(ExportFormat.JPG, filePath, false);
break;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels