Search found 1029 matches

by freddyp
Wed Feb 07, 2024 1:47 pm
Forum: PitStop Server
Topic: Files modified by Pisttop Error when processed again
Replies: 6
Views: 1660

Re: Files modified by Pisttop Error when processed again

My first thought was that perhaps the file does not contain an XMP section because that is what the error seems to point to, but I tested it and that works correctly.

Please share the settings of the FastLane app and also which version of the app you are using.
by freddyp
Wed Jan 31, 2024 1:53 pm
Forum: PitStop Pro
Topic: Pages duplicates
Replies: 2
Views: 1206

Re: Pages duplicates

That is not possible with PitStop Pro. I am thinking of a possible approach in Switch but it would only work if the pages are really identical at the page stream level. Is that the case for the files that you have? Can you share an example? Pages could look identical, but not be identical e.g. one p...
by freddyp
Mon Jan 29, 2024 11:00 am
Forum: PitStop Pro
Topic: 2 columns into one
Replies: 2
Views: 1164

Re: 2 columns into one

Text in PDF is described in terms of a piece of text that starts on an XY coordinate with a graphic state (font, color, ...). Starts on an XY coordinate implies that every line is a separate text. Has a graphic state implies that whenever something in the graphic state changes a new text segment is ...
by freddyp
Mon Jan 29, 2024 10:39 am
Forum: Preflighting
Topic: Check if FONT exists in PDF or not
Replies: 7
Views: 30963

Re: Check if FONT exists in PDF or not

We did something similar to report non-embedded font to the customer as well. This was done the via PitStop Sever, 1. Pitstop Action to look for non-embedded fonts. 2. Recored the font error. 3. Exported the error log 4. Picked up Log as XML 5. Set the error line XML Path as PrivateData and used it...
by freddyp
Fri Jan 26, 2024 11:50 am
Forum: Flows
Topic: Condition - If XML contains ABC?
Replies: 5
Views: 881

Re: Condition - If XML contains ABC?

No need to be sorry, Jimmy, that is actually a very good question. The extensive support for functions in XPath (there is a lot more than just count) is why I often prefer working with XML datasets instead of with JSON datasets (in scripting it is the other way around). With the "JSON pickup&qu...
by freddyp
Thu Jan 25, 2024 5:14 pm
Forum: Flows
Topic: Condition - If XML contains ABC?
Replies: 5
Views: 881

Re: Condition - If XML contains ABC?

I am not sure it is perse simpler, but it is certainly cleaner if you use an XPath expression. What you do in the left-hand side of a condition is choose Metadata - Integer; in building the location path you choose XPath expression not XML location path which is the default. The expression is (not t...
by freddyp
Thu Jan 25, 2024 9:31 am
Forum: Flows
Topic: Insert metadata from email into a job
Replies: 2
Views: 660

Re: Insert metadata from email into a job

The different solution you have found is certainly better, but just for the sake of knowing about it: there is an app "TXT pickup" that allows you to convert a text file (or in this case the body of the mail) to XML. With the nice structure of the example you have shown this would work ver...
by freddyp
Wed Jan 24, 2024 8:32 am
Forum: PitStop Pro
Topic: Add Bleed Action Creates Unwanted Knockout Group
Replies: 2
Views: 1409

Re: Add Bleed Action Creates Unwanted Knockout Group

Please share an example.
by freddyp
Tue Jan 23, 2024 3:55 pm
Forum: PitStop Pro
Topic: Why does the Page Color Type Report report RGB as black and white?
Replies: 9
Views: 48387

Re: Why does the Page Color Type Report report RGB as black and white?

Yes, there is a misunderstanding. On your part. I have just received feedback from Canon which confirms what I thought: "Preserve pure black" also applies to equal values of RGB. Here is the feedback: Screenshot 2024-01-23 at 15.37.54.png I'll say it again: getting a correct page color typ...
by freddyp
Tue Jan 23, 2024 11:15 am
Forum: PitStop Server
Topic: Unknown character in content stream
Replies: 5
Views: 5329

Re: Unknown character in content stream

A content stream refers to the content of a page in PDF syntax. An unknown character in the stream probably refers to a syntax error. It is impossible to tell without having the file. Can you share the file, or better still, one of the problem pages? After extracting the problem page check it to see...
by freddyp
Tue Jan 23, 2024 9:16 am
Forum: PitStop Pro
Topic: Variable Calculation of Text and Length
Replies: 3
Views: 1626

Re: Variable Calculation of Text and Length

There is a logical error in the setup of the variables: Trimmed_by is not a Text (or a Number) but a Length. The value you want is not 400 but 400 mm. If you do it that way the calculation is correct. The problem you have when not using a length is that the units of your input are unknown and this c...
by freddyp
Mon Jan 22, 2024 2:13 pm
Forum: Flows
Topic: Check if PDF is damaged
Replies: 8
Views: 1338

Re: Check if PDF is damaged

I submitted a feature request for the FastLane app to send the job along the error connection instead sending it to Problem jobs when the input file is not a valid PDF. The error connection is there and it makes for a nicer flow design.
by freddyp
Thu Jan 18, 2024 9:21 am
Forum: Node.js scripting
Topic: Script Expression and set action list
Replies: 4
Views: 2549

Re: Script Expression and set action list

Unfortunately we do not (yet) have the job.getVariableAsString function in NodeJS scripting. The recommended workaround for this is to place whatever it is you need in your script expression in private data and then use that private data in your script expression. It is not perfect, but it is not di...
by freddyp
Mon Jan 15, 2024 5:40 pm
Forum: PitStop Pro
Topic: duplicate pantone channel
Replies: 4
Views: 83359

Re: duplicate pantone channel

Open the Color Picker in PitStop; you can do that via the PitStop Color tools or via the Actions in the Inspector in the Fill window. There you can create a new color in the Local group and you can name it the way you want. Make sure to check the box "Define as Spot Color alternate values"...
by freddyp
Mon Jan 15, 2024 11:17 am
Forum: PitStop Pro
Topic: Why does the Page Color Type Report report RGB as black and white?
Replies: 9
Views: 48387

Re: Why does the Page Color Type Report report RGB as black and white?

I was a bit puzzled by the last part of your your statement: If PitStop does not know how each individual DFE changes the color content of a file, why does it interpret neutral RGB as black and white? DFEs do not do that. but not being familiar with all settings of all DFEs out there I have been ask...