Search found 252 matches

by bens
Mon Mar 21, 2016 2:16 pm
Forum: Preflighting
Topic: Pitstop Checkpoint Problem
Replies: 3
Views: 7722

Re: Pitstop Checkpoint Problem

Hi, If you set the connection to "Data with log", and also in the checkpoint set "Enable report viewing" to "Yes", it should work. Make sure the dataset name on the checkpoint matches that for the data with log connection. Both default to "Log", but if you cha...
by bens
Tue Mar 15, 2016 11:50 am
Forum: Forum Guidelines / Forum Feature requests / Forum Bug reports?
Topic: when i try to deactivate PitStop from Acrobat, I have error
Replies: 1
Views: 9167

Re: when i try to deactivate PitStop from Acrobat, I have error

I think it's best if you contact Enfocus support at https://www.enfocus.com/en/support
I'm sure they'll be happy to help you out.
by bens
Tue Mar 15, 2016 11:48 am
Forum: Color Management
Topic: Colour separation
Replies: 6
Views: 17379

Re: Colour separation

Using PitStop you could create two Action List: one which selects all the text and removes it, and another which selects all the CMYK objects and removes them. If you run both of these on the input file, you should have what you want. If you do this in PitStop Server and combine it with a Switch flo...
by bens
Mon Mar 14, 2016 10:32 am
Forum: PitStop Pro
Topic: El Capiton Upgrade Changed my Pitstop Pro
Replies: 1
Views: 3784

Re: El Capiton Upgrade Changed my Pitstop Pro

Hi Sandy, I think you should mail Enfocus support, they'll be happy to help you get to the bottom of this. Make sure you have a supported combination of OS X, Acrobat and PitStop Pro versions. You can check the system requirements at https://www.enfocus.com/en/support/system-requirements/pitstop-pro...
by bens
Mon Jan 25, 2016 9:41 am
Forum: Flows
Topic: Collect Assets Based on XML
Replies: 3
Views: 3486

Re: Collect Assets Based on XML

Yes with scripting you can parse xml as you wish. You can for example use the Node.evalToNodes() call to get a list of matching nodes, and then walk through them with a for loop.
by bens
Thu Jan 21, 2016 10:41 am
Forum: LEGACY scripting
Topic: remove css from html files
Replies: 2
Views: 2733

Re: remove css from html files

JavaScript code written for web pages can usually not be reused verbatim in Switch because the environment is very different. One is meant to be executed in the context of a browser, the other in a workflow automation tool. It's not unlike trying to use an igloo in the Sahara. The code you posted re...
by bens
Mon Jan 18, 2016 1:43 pm
Forum: PitStop Server
Topic: Automating PitStop Server
Replies: 1
Views: 4874

Re: Automating PitStop Server

You could use the PitStop Server CLI (Command Line Interface), which is installed alongside PitStop Server (PitStopServerCLI.exe on Windows, PitStopServerCLI on Mac). You can run the CLI by starting it in another application or script. Telling it what to do is done either with command line arguments...
by bens
Fri Jan 08, 2016 10:23 am
Forum: LEGACY scripting
Topic: Adding data to a dataset via srcipt
Replies: 2
Views: 3269

Re: Adding data to a dataset via srcipt

Dataset::getPath returns the path to the dataset backing file on disk, not an XPath in an XML dataset. To change an existing dataset, you go through a few steps: 1. obtain the dataset, e.g. var databaseDataset = job.getDataset("MPXMLdirect"); 2. check the dataset type, e.g. if ( databaseDa...
by bens
Wed Jan 06, 2016 10:01 am
Forum: PitStop Pro
Topic: How to de-install Pitstop Pro
Replies: 2
Views: 4982

Re: How to de-install Pitstop Pro

Hi Hans, On Windows this is quite easy: just run the installer or use the Control Panel. Mac is a very strange OS which has no real concept of uninstall, so you will have to do it manually. And even more: Apple in all its wisdom often decides to change new versions of Mac OS so that old uninstall sc...
by bens
Thu Dec 24, 2015 10:15 am
Forum: PitStop Pro
Topic: Is PitStop able to read a JDF exported from Heidelberg Signastation?
Replies: 2
Views: 4943

Re: Is PitStop able to read a JDF exported from Heidelberg Signastation?

Hi, PitStop Pro is not the right tool for this - it's an interactive PDF editing tool. What you want is an automation tool that can handle JDF - which sounds like a good fit for Enfocus Switch. Have a look at the product page at https://www.enfocus.com/en/products/switch , and in particular the JDF ...
by bens
Tue Dec 22, 2015 10:13 am
Forum: PitStop Pro
Topic: PitStop and Acrobat instability
Replies: 2
Views: 5009

Re: PitStop and Acrobat instability

There have been problems with the combination of FusionPro and PitStop Pro. If possible, I would suggest having those plugins in different installations of Acrobat. Failing that, the only thing I can suggest is to make sure you have the latest version of both plugins, and if the problem persist cont...
by bens
Mon Dec 07, 2015 10:03 am
Forum: PitStop Server
Topic: Action List - Computer Restart
Replies: 4
Views: 7975

Re: Action List - Computer Restart

You can work around this by right-clicking the PitStop Server element in the elements pane, and selecting "Search for application". This will effectively do the same as restarting Switch (but only for that one element).
by bens
Thu Dec 03, 2015 11:13 am
Forum: PDF Creation
Topic: PDF size in acrobat
Replies: 2
Views: 6677

Re: PDF size in acrobat

Hi, Did you try the standard action list "Generate Bleed to 3mm if none, and correctly set all Page Boxes"? This should set the page boxes correctly, and could be a good starting point for your own fix. If I remember correctly, Acrobat uses the crop box for the page size, but as per the PD...
by bens
Thu Dec 03, 2015 11:08 am
Forum: PitStop Server
Topic: Page Scaling Factor
Replies: 1
Views: 4880

Re: Page Scaling Factor

Unfortunately there is no automated way to set the page scaling; perhaps you could ask Enfocus to add it as a feature request. It can be set manually with a low-level PDF editor tool such as Enfocus Browser, but this can be quite a bit of work. All checks should automatically take the page scaling i...
by bens
Thu Dec 03, 2015 10:58 am
Forum: PitStop Server
Topic: Preferences folder location
Replies: 1
Views: 4779

Re: Preferences folder location

The location of the "Local" folder is always user-specific and cannot be changed, but you can add your own folders: gear icon -> new -> new database, and select a folder that is accessible by all users. This additional database should then be visible for all users in the PitStop Server UI.