Search found 358 matches

by Padawan
Thu Oct 04, 2018 5:46 pm
Forum: Flows
Topic: ImageMagick -identify - Flow
Replies: 7
Views: 9406

Re: ImageMagick -identify - Flow

Thanks! I didn't know the it was possible to get an indication of the jpeg quality.
by Padawan
Thu Oct 04, 2018 5:33 pm
Forum: Flows
Topic: Custom message in checkpoint?
Replies: 3
Views: 4556

Re: Custom message in checkpoint?

In a checkpoint you can have fill in fields. In these fields you can add a "default" value which you set to "size is wrong, the current size is <width/height>, the one you entered is <metadata width/metadata height>." using Switch variables. Then you can set this field to readonl...
by Padawan
Thu Oct 04, 2018 5:17 pm
Forum: Flows
Topic: Combining reports from seperate preflights?
Replies: 8
Views: 8307

Re: Combining reports from seperate preflights?

Using a TextIndexed variable you can get a Switch variable return multiple pieces of information if they are found using one xpath. Are you using the v3 PitStop Server xml report? If so, then this Switch variable should do the trick: [Metadata.TextIndexed:Path="/EnfocusReport/PreflightReport/Er...
by Padawan
Wed Oct 03, 2018 10:16 pm
Forum: Flows
Topic: Combining reports from seperate preflights?
Replies: 8
Views: 8307

Re: Combining reports from seperate preflights?

In summary, you have multiple PitStop Server elements, each creating reports and you want to send only one report to your customer. Can you expand on what you mean by "report"? Since you are talking about opaque pickup and not xml pickup or something like that I think you mean a report in ...
by Padawan
Wed Oct 03, 2018 9:49 pm
Forum: Flows
Topic: Sort PDF with or without annotations
Replies: 2
Views: 2441

Re: Sort PDF with or without annotations

In PitStop Server you can make a preflight profile which will trigger an error when an annotation is found. Using that preflight profile in the PitStop Server configurator you can then sort out pdf files with and without annotations.
by Padawan
Mon Oct 01, 2018 4:24 pm
Forum: Flows
Topic: CHECKPOINT METADATA
Replies: 9
Views: 7985

Re: CHECKPOINT METADATA

Do you have a piece of flow where the issue is reproducible with that you can share with us?
by Padawan
Mon Oct 01, 2018 3:38 pm
Forum: Flows
Topic: CHECKPOINT METADATA
Replies: 9
Views: 7985

Re: CHECKPOINT METADATA

In your checkpoint, is the "Dataset Name" the same or different to the value you set for "Dataset Name" in the submit point?
by Padawan
Mon Oct 01, 2018 3:33 pm
Forum: Flows
Topic: ImageMagick -identify - Flow
Replies: 7
Views: 9406

Re: ImageMagick -identify - Flow

Out of curiosity, what is the information you want to extract using ImageMagick and use?

Personally, I've never had the need to go beyond the built in Switch variables. I also know there is a free Switch App to see if there is a clipping path on an image.
by Padawan
Fri Sep 28, 2018 3:18 pm
Forum: Flows
Topic: ImageMagick -identify - Flow
Replies: 7
Views: 9406

Re: ImageMagick -identify - Flow

The ">" sign indicates you are trying to use a shell feature called "piping". The Switch execute command tool doesn't use a shell directly and therefore the redirecting doesn't work. You can work around this limitation by using a bat file with the command and let the "Execut...
by Padawan
Fri Sep 28, 2018 2:13 pm
Forum: PitStop Server
Topic: Error "Cannot extract the embedded font..."
Replies: 3
Views: 6260

Re: Error "Cannot extract the embedded font..."

Acrobat is not very specific as to why it can't extract the embedded font and PitStop Preflight checks tend to be very specific. Therefore it is hard to say which one might work for this file. Can you try these action lists ? The issues which will be reported by the first action list will usually be...
by Padawan
Thu Sep 27, 2018 1:58 pm
Forum: Flows
Topic: Merge PDF adds suffix to file name
Replies: 1
Views: 2146

Re: Merge PDF adds suffix to file name

I did some tests and the merge PDF seems to always use the name of the folder where the PDF's are in for the name of the output PDF. My tests also show that the name of the folder that Assemble Job creates is not in the messages by default. The value for the "Job" column of the assemble jo...
by Padawan
Fri Aug 03, 2018 2:11 pm
Forum: LEGACY scripting
Topic: Creating and Updating PDF Xpath metadata
Replies: 1
Views: 4121

Re: Creating and Updating PDF Xpath metadata

I think you'll need to update your prefixmap. I found an earlier post here which explains this: https://forum.enfocus.com/viewtopic.php?f=13&t=35&p=121&hilit=namespace+map#p122 Edit: I also found the part of the scripting documentation discussing the adding of prefixmaps: http://www.enfo...
by Padawan
Mon Jul 30, 2018 4:58 pm
Forum: Applications
Topic: MS Word configurator
Replies: 6
Views: 12290

Re: MS Word configurator

If you have them, I would be really interested in numbers showing how much faster this is compared to the configurator :)
by Padawan
Tue Jul 24, 2018 10:53 am
Forum: Flows
Topic: switch designer cannot start failed to retrieve switch server preferences
Replies: 8
Views: 8552

Re: switch designer cannot start failed to retrieve switch server preferences

Switch designer preferences are kept here. They are usually safe to remove when Switch Designer process (Switch.exe) is not running. /Users/<username>/Library/Application Support/Enfocus/Switch Designer/ C:\Users\<username>\AppData\Roaming\Enfocus\Switch Designer If that doesn't solve it I suggest y...
by Padawan
Mon Jul 02, 2018 9:40 pm
Forum: Flows
Topic: Mapping Or Ignoring Optional XML Field
Replies: 2
Views: 3680

Re: Mapping Or Ignoring Optional XML Field

Are you getting error's when retrieving variables without values? I thought you just receive an empty result in that case. Which error do you get?