Views
Replies
Total Likes
Hi Haeme,
There is no direct way to package up a PDF to a .article. However there are several InDesign scripts that allow you to take a PDF and place into an InDesign document, which could then in turn be exported as a .article file.
Example from old version here:
Rapidly create folios using a PDF-to-InDesign script | Adobe Developer Connection
Views
Replies
Total Likes
Hi Haeme,
There is no direct way to package up a PDF to a .article. However there are several InDesign scripts that allow you to take a PDF and place into an InDesign document, which could then in turn be exported as a .article file.
Example from old version here:
Rapidly create folios using a PDF-to-InDesign script | Adobe Developer Connection
Views
Replies
Total Likes
Thank you!
Views
Replies
Total Likes
Will there be a script that will take the inDesign files that are the result of the above script and export all of them to the new .article format (provided one has installed the latest plugin)?
Views
Replies
Total Likes
Hi, looking at InDesign CC 2015 Object Model this appears possible.
The method you are looking for is: exportDpsArticle. Details below.
Application.exportDpsArticle (destination: File , document: Document , dpsArticleParams:Array of varies):Array of string
Adobe InDesign CC 2015 (11.0) Object Model
Export the specified document to a DPS article. Note: This method behaves similarly to @method(exportMiniFolio), but differs in its parameters.
destination: Data Type: File
The location to write the file.
document: Data Type: Document
The source InDesign document.
dpsArticleParams: Data Type: Array of varies
Options for exporting a DPS article. Can accept: Ordered array containing dataField:String, dataValue:Any Type.
Views
Replies
Total Likes
Sounds great!
Can Adobe provide such a script so that it can be a companion script to the one that generates all the INDD files from the PDF files? Or perhaps release a new version that does both steps to all the PDF files by running just one script?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies