What is the output going to now?
What is the condition on the other line?
Search found 7 matches
- Sat Feb 09, 2013 12:27 am
- Forum: Flows
- Topic: Sort file at 12:00
- Replies: 4
- Views: 2922
- Thu Jan 31, 2013 4:45 pm
- Forum: Scripting
- Topic: JavaScript to Save as idml file in Indesign
- Replies: 4
- Views: 3959
JavaScript to Save as idml file in Indesign
Thanks dkelly and freddyp. It works!!
I found that in my older script the documents where still open, but not visable.
With the $doc and $outfiles it works, thanks a lot.
I found that in my older script the documents where still open, but not visable.
With the $doc and $outfiles it works, thanks a lot.
- Wed Jan 30, 2013 9:32 pm
- Forum: Scripting
- Topic: JavaScript to Save as idml file in Indesign
- Replies: 4
- Views: 3959
JavaScript to Save as idml file in Indesign
I am using the Indesign Configurator to process my jobs. The settings i use are: Open = Automatic Command = None Save = Use Script var regex = /.indd/gi var fileName = app.activeDocument.fullName.replace(regex, ".idml"); app.activeDocument.save(File(fileName), true); Do i have to use the $...
- Wed Jan 30, 2013 5:11 pm
- Forum: Scripting
- Topic: JavaScript to Save as idml file in Indesign
- Replies: 4
- Views: 3959
JavaScript to Save as idml file in Indesign
I need to save some Indesign document to older versions (idml).
But i can't find any samples from javascript in combination with Switch on how to do this.
Can somebody point me to some sample files.
The manual from Switch isnt very helpfull.
But i can't find any samples from javascript in combination with Switch on how to do this.
Can somebody point me to some sample files.
The manual from Switch isnt very helpfull.
- Thu Oct 11, 2012 9:43 pm
- Forum: Flows
- Topic: Re-fill the checkpoint data in a new checkpoint.
- Replies: 1
- Views: 4257
Re-fill the checkpoint data in a new checkpoint.
Is it possible to use the field data filled in by a checkpoint, so that i can re-fill a other checkpoint later in the flow with that same data. So if i click the "process" button in SwitchClient the data is already filled in. I know that it is possible with the combination with a Sumbit Po...
- Sun Sep 23, 2012 5:47 pm
- Forum: Flows
- Topic: Getting the XML out of the PDF
- Replies: 4
- Views: 3295
Getting the XML out of the PDF
Hi, I have a PDF with XML data embedded in the file (jdf). I can see this if i open the PDF as a text file. It isnt visible in the metadata when i search for it. I have tried to save the PDF in acrobat and export to XMl but thats not working (error messages). With what application can i get the data...
- Tue Jul 17, 2012 11:05 pm
- Forum: Scripting
- Topic: combine metadata to 1 file
- Replies: 1
- Views: 1408
combine metadata to 1 file
I use metadata from a flow and then convert it to a simple tekst line (file) with an XSLT. I use simple text like "account number" en "page count". Is it possible to combine multiple of this lines together? I tried to do this by combining lines and then use "send an e-mail&q...