Search found 7 matches

by Flow666
Sat Feb 09, 2013 12:27 am
Forum: Flows
Topic: Sort file at 12:00
Replies: 4
Views: 6757

Sort file at 12:00

What is the output going to now?



What is the condition on the other line?
by Flow666
Thu Jan 31, 2013 4:45 pm
Forum: LEGACY scripting
Topic: JavaScript to Save as idml file in Indesign
Replies: 7
Views: 12291

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.
by Flow666
Wed Jan 30, 2013 9:32 pm
Forum: LEGACY scripting
Topic: JavaScript to Save as idml file in Indesign
Replies: 7
Views: 12291

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 $...
by Flow666
Wed Jan 30, 2013 5:11 pm
Forum: LEGACY scripting
Topic: JavaScript to Save as idml file in Indesign
Replies: 7
Views: 12291

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.


by Flow666
Thu Oct 11, 2012 9:43 pm
Forum: Flows
Topic: Re-fill the checkpoint data in a new checkpoint.
Replies: 1
Views: 6723

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...
by Flow666
Sun Sep 23, 2012 5:47 pm
Forum: Flows
Topic: Getting the XML out of the PDF
Replies: 4
Views: 7348

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...
by Flow666
Tue Jul 17, 2012 11:05 pm
Forum: LEGACY scripting
Topic: combine metadata to 1 file
Replies: 1
Views: 3980

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...