Search found 300 matches

by JimmyHartington
Mon Jun 17, 2013 8:27 am
Forum: Flows
Topic: Only allow one file to process through a flow
Replies: 16
Views: 33406

Only allow one file to process through a flow

By the way.



A flow setting a global variable, is that set using a script element?

And how do I set a variable as global?
by JimmyHartington
Mon Jun 17, 2013 8:26 am
Forum: Flows
Topic: Only allow one file to process through a flow
Replies: 16
Views: 33406

Only allow one file to process through a flow

Hi Freddy



Did not know about the "Space jobs apart". Will use this.



Thanks for your help.
by JimmyHartington
Fri Jun 14, 2013 12:21 pm
Forum: Flows
Topic: Only allow one file to process through a flow
Replies: 16
Views: 33406

Only allow one file to process through a flow

I have a flow, which uses some external applications for creating bookmarks and merging files, while keeping the bookmarks intact. The flow recieves a zip-file, which is uncompressed and all files are converted to pdf. Bookmarks are added and the job is merged. Sometimes the zip-files entering the f...
by JimmyHartington
Fri Oct 19, 2012 11:16 am
Forum: LEGACY scripting
Topic: Write to file configurator using multi-lines with variable
Replies: 13
Views: 20879

Write to file configurator using multi-lines with variable

Hi Evan



Fantastic. This just works.



And if I need to add a line at the bottom, I imagine I would make a new variable linking to a new property and add it after myFile.writeLine(inputFileText);
by JimmyHartington
Thu Oct 18, 2012 3:38 pm
Forum: LEGACY scripting
Topic: Write to file configurator using multi-lines with variable
Replies: 13
Views: 20879

Write to file configurator using multi-lines with variable

Hi Evan Thanks. That worked perfect. Now I have another question. Could this script be modified to instead of writing a new file, then it would add a line to the begining of an incoming text-file? For example to insert a header row to incoming tab-delimited text-files, which does not have the header...
by JimmyHartington
Fri Oct 05, 2012 9:05 pm
Forum: LEGACY scripting
Topic: Write to file configurator using multi-lines with variable
Replies: 13
Views: 20879

Write to file configurator using multi-lines with variable

Hi



I have used this script to write a text-file.

It seems that the text-file is encoded as ISO-8859.

But I would like to get a UTF-8 encoded file.

Does anybody know how to do this?
by JimmyHartington
Tue Oct 02, 2012 10:48 am
Forum: LEGACY scripting
Topic: A script to create a text file from job-folder information
Replies: 2
Views: 5704

A script to create a text file from job-folder information

With my limited scripting skills, I would imagine creating an array based on the files in the job-folder. So I get an array containing the Filename and one containing the pagenumber. Then with a loop and the correct caluculation on the page number, which outputs the result to a new line in the text ...
by JimmyHartington
Mon Oct 01, 2012 2:45 pm
Forum: LEGACY scripting
Topic: A script to create a text file from job-folder information
Replies: 2
Views: 5704

A script to create a text file from job-folder information

Hi I have a scripting challenge. My goal is to insert bookmarks into a pdf, which have been merged by Switch. Before the merge, the pdf-files are a job-folder. To insert the bookmarks I plan to use Coherent PDF (www.coherentpdf.com/). This program can insert bookmarks based on a text-file, which cou...
by JimmyHartington
Thu Jun 07, 2012 3:30 pm
Forum: Applications
Topic: Execute Command - CSV 2 XML
Replies: 1
Views: 5677

Execute Command - CSV 2 XML

Hi I have now solve the problem. Or it is not me. Enfocus Maintenance helped out. And I have been granted permission to share the solution here, so I hope it can help others. Here is the file Enfocus Maintenance supplied: http://db.tt/ptuXxuuG And here is the answer from mail: It looks like the CLI ...
by JimmyHartington
Tue May 29, 2012 11:17 am
Forum: Applications
Topic: Execute Command - CSV 2 XML
Replies: 1
Views: 5677

Execute Command - CSV 2 XML

Hi I have trouble using the Execute Command. I have found a free command line tool, which convert a CSV-file to XML. It can be found here: http://www.jens-goedeke.eu/tools/csv2xml/ I have it installed and chosen in the Execute Command. The arguements are set to: -s:"%1" -t:"%2" -...
by JimmyHartington
Mon Nov 07, 2011 4:45 pm
Forum: Applications
Topic: Enable Adobe Reader commenting in a flow
Replies: 1
Views: 5751

Enable Adobe Reader commenting in a flow

Hi



Have anyone cracked how to enable multiple pdf-files for commenting in Acrobat?
by JimmyHartington
Mon May 16, 2011 2:58 pm
Forum: LEGACY scripting
Topic: Sorting images based on portrait and landscape
Replies: 2
Views: 7597

Sorting images based on portrait and landscape

Hi Robert Thanks for the reply. I have now modified the script expression accordingly: // Moves portrait images through connection var x = job.getVariableAsNumber( "[Stats.PixelXDimension]" ); var y = job.getVariableAsNumber( "[Stats.PixelYDimension]" ); x / y <= 1; And it works....
by JimmyHartington
Mon May 16, 2011 10:29 am
Forum: LEGACY scripting
Topic: Sorting images based on portrait and landscape
Replies: 2
Views: 7597

Sorting images based on portrait and landscape

I have tried to make a script expression, which should make all portrait (and square images) move through the connection on which this expression is set. This is my expression: // Moves portrait images through connection var x = photo.getPixelXDimension(); var y = photo.getPixelYDimension(); x / y >...
by JimmyHartington
Tue Apr 19, 2011 8:25 am
Forum: Applications
Topic: InDesign and Photoshop (64-bit) on a Win 7 Pro (64-bit)
Replies: 3
Views: 9597

InDesign and Photoshop (64-bit) on a Win 7 Pro (64-bit)

mattbeals wrote: No, I just did an install on Win2k8 64bit with 32GB of RAM, CS5 with PhotoShop 64bit and it's working fine.


I was under the impression that CS5 could not run on a server-platform as Win2k8?

Because that could ease my setup a bit.
by JimmyHartington
Mon Apr 18, 2011 1:05 pm
Forum: Applications
Topic: InDesign and Photoshop (64-bit) on a Win 7 Pro (64-bit)
Replies: 3
Views: 9597

InDesign and Photoshop (64-bit) on a Win 7 Pro (64-bit)

Hi



I am moving my existing PowerSwitch setup to a Win 7 Pro (64-bit).



I have installed CS5 InDesign and Photoshop (64-bit).



PowerSwitch 09, update 3 can not see InDesign or Photoshop (64-bit).



Has anyone else had this problem and solved it?



Kind regards Jimmy Hartington