Search found 358 matches

by Padawan
Tue Mar 06, 2018 1:22 pm
Forum: Action Lists
Topic: Flatten transparency
Replies: 6
Views: 9867

Re: Flatten transparency

PitStop Pro can't do that, but Acrobat can. That's most likely the reason why it is not added to PitStop Pro.

It's somewhere in the Print Production toolset in Acrobat.
by Padawan
Tue Mar 06, 2018 10:05 am
Forum: Flows
Topic: NestedName with 3 RegEx rules -> Connection Issue
Replies: 5
Views: 5972

Re: NestedName with 3 RegEx rules -> Connection Issue

Have you tried to create a sample job and then check if the "Define condition with variables: exclude these jobs works correctly?" Also, I assume you have a complex rule setup on Connection A and also the opposite rule to Connection B? If you do it like this and you make mistakes, then you...
by Padawan
Mon Feb 19, 2018 10:25 am
Forum: PDF Creation
Topic: URL to PDF
Replies: 3
Views: 10029

Re: URL to PDF

It looks like this tool can do the job: https://wkhtmltopdf.org/ It's a command line tool, so you should be able to use it using the Execute Command tool or via Switch scripting. I haven't tried it myself, so I'm not sure on the quality. Also, the webpage gives an example with a live url, if you wan...
by Padawan
Wed Feb 14, 2018 4:32 pm
Forum: Flows
Topic: Replace a new job in a folder
Replies: 3
Views: 5155

Re: Replace a new job in a folder

The only way to have new jobs overwrite old jobs that I'm aware of is to store them in an output folder of a Switch flow. That way they don't have the Switch unique prefix anymore, but they also won't have any of the Switch metadata anymore. Once they are in an output folder without prefix, then an ...
by Padawan
Wed Feb 14, 2018 4:29 pm
Forum: Flows
Topic: Set Metadata To SQL Result
Replies: 1
Views: 2292

Re: Set Metadata To SQL Result

There are different ways to store data in Switch metadata, then there are a few variables you can store it in: - JobState You can do this by setting the "attach job state" property in a folder to your database variable - Job priority You can do this by setting the "set job priority&qu...
by Padawan
Wed Feb 07, 2018 9:53 am
Forum: PitStop Pro
Topic: Local profiles vanished
Replies: 2
Views: 5124

Re: Local profiles vanished

Your local stuff is stored in this folder: C:\Users\username\AppData\Roaming\Enfocus Prefs Folder There are subfolders there for the Action Lists and Preflight profiles. As for the issue itself, I've seen the following instructions work in more cases then just Acrobat crashing. They might also be wo...
by Padawan
Wed Feb 07, 2018 9:47 am
Forum: PitStop Server
Topic: Error Code 3001 on PitStop Server startup
Replies: 1
Views: 4806

Re: Error Code 3001 on PitStop Server startup

I've fixed similar issues in the past with these instructions:
https://www.enfocus.com/en/support/know ... 000jfgAIAQ
by Padawan
Tue Feb 06, 2018 3:30 pm
Forum: LEGACY scripting
Topic: Using variables in script to create Json - Newbie help
Replies: 27
Views: 27989

Re: Using variables in script to create Json - Newbie help

Switch uses [ and ] characters to indicate the beginning and end of Switch variables. I believe the issue is caused because the square brackets which are used to indicate the json array are confusing switch because it thinks they indicate a Switch variable, while they aren't. It is possible to escap...
by Padawan
Wed Jan 24, 2018 3:53 pm
Forum: Action Lists
Topic: How to remove Form?
Replies: 9
Views: 23095

Re: How to remove Form?

I was thinking of an Action List with: - Cut objects inside the form objects to the clipboard - Remove all objects - Paste the objects from the clipboard But PitStop seems to want to keep the paths together with their form fields, so that doesn't work. As far as I can tell there is no way to do what...
by Padawan
Fri Jan 19, 2018 4:53 pm
Forum: Action Lists
Topic: How to remove Form?
Replies: 9
Views: 23095

Re: How to remove Form?

There are many kind of form objects in PDF. Can you share a sample file which illustrates the issue?
by Padawan
Fri Jan 19, 2018 4:37 pm
Forum: PitStop Server
Topic: Error code: 254
Replies: 4
Views: 8256

Re: Error code: 254

Support told me a way to get the extra error information bens is talking about. - In the Jobs pane, right click a column name, choose "Show Columns", "Custom 1" - Right click the "Custom 1" column name, then choose "Set column Header", then type "PitStop ...
by Padawan
Thu Jan 11, 2018 4:14 pm
Forum: LEGACY scripting
Topic: Wait for Flow Validation before running script
Replies: 1
Views: 3246

Re: Wait for Flow Validation before running script

In the "Entry point" script expression you set bRelease to false and unless I am missing something you never change it and then return bRelease at the end of the script. So it will always return false. Since jobs only pass the hold job when the script expression is true the jobs never pass...
by Padawan
Thu Jan 11, 2018 12:58 pm
Forum: PitStop Pro
Topic: Check black file on elements that are not 100% black
Replies: 2
Views: 4929

Re: Check black file on elements that are not 100% black

Is it sufficient to change the black in the fills and strokes of all paths or do you also want to change the color in images for example? If it is sufficient to only work with fills and strokes, then you can use the "Remap color" action and add a rule to set a color range of 0-99% black to...
by Padawan
Thu Jan 11, 2018 11:39 am
Forum: Flows
Topic: Report Language not Available in SWITCH 17.1 (PitStop Element)
Replies: 2
Views: 4178

Re: Report Language not Available in SWITCH 17.1 (PitStop Element)

Do you see any errors in the messages while you open the language dropdown or when you try to activate the flow?
by Padawan
Thu Jan 11, 2018 11:35 am
Forum: Applications
Topic: No new messages in the log?
Replies: 2
Views: 5534

Re: No new messages in the log?

Whenever I have issues with the messages I follow these steps:
https://www.enfocus.com/en/support/know ... 000jfbtIAA

But I think you'll need to contact Enfocus Support if that doesn't fix it.