Even if it is a bug and Adobe fix it, you will probably have to deal with end-users who have not upgraded. So making your software more forgiving is the best answer. Votes Upvote Translate Translate Report Report Reply Bernd Alheit Community Expert , Mar 27, 2018 Copy lin...
Programs that open XFD files Windows IBM Lotus Forms Viewer Free FormFlow 99 Form Data File DeveloperJetForm Popularity 3.1|28Votes Open with Adobe Acrobat DC File created in the FormFlow 99 format, which was developed by JetForm; contains page form element information, such as the names and...
Adobe Reader 11.0 (in my case) installs two files into /Library/Internet Plug-Ins: AdobePDFViewer.plugin AdobePDFViewerNPAPI.plugin And in the same location, Safari would otherwise use: Quartz Composer.webplugin The Adobe Reader 11.0 plug-ins will take priority over the default Quartz Composer ...
Working with JPEG is a bit simpler, since most JPEG files are directly compatible with the DCTDecode filter. If you don't have the PostScript Language Reference Manual, you will need it, and you'll need to spend some weeks or months immer...
I don't think you can use the standard progress bar for what you want. It should be possible to create a swf for that... Harbs - 2403569
i think, based on some tests, that the the problem is the showingOptions : bool = false exportFile(ExportFormat.PDF_TYPE,expFile, false - 2403569
@Vamitul – ah, now I understand… And you don't want to interrupt the script for user input. So we are back again on square one… Uwe - 2403569
Technically, it is not possible to send any active dommand to the DOM—app.activeDocument.pages.add(), etc.—from within a ScriptUI modal dialog. That makes - 2403569
Hi Jim, Please see below the sample progressbar script. myPrs = new Window('palette', 'Batch Processing'); myPrs.orientation = 'column'; - 2403569
@Vamitul – hm, basically exportFile() should work the way I described. Just try the following script I posted two years ago at InDesign Secrets: - 2403569