Search found 544 matches

by loicaigon
Thu Jun 12, 2025 10:42 am
Forum: PitStop Pro
Topic: Action to reject a large (MB) PDF
Replies: 4
Views: 451

Re: Action to reject a large (MB) PDF

Hello, Yes it helped to exclude Switch from the equation. I am afraid that checking the size must be done indeed on the platform. If the warning is not visible enough on infigo, you may want to let Infigo know so that maybe they can do it more visible. They could also prevent upload if file exceeds....
by loicaigon
Thu Jun 12, 2025 10:31 am
Forum: Preflighting
Topic: Detect corrupt PDFs
Replies: 6
Views: 559

Re: Detect corrupt PDFs

Hi there,

Could you contact me? I believe we can help with the upcoming July release. I would love to check with you.

Loic
loica (a) enfocus (d) com
by loicaigon
Wed Jun 11, 2025 4:55 pm
Forum: PitStop Pro
Topic: Action to reject a large (MB) PDF
Replies: 4
Views: 451

Re: Action to reject a large (MB) PDF

Hi, I think that it's a bit weird to worry about file size once the file is opened in PitStop Pro, i.e. Acrobat. So I will presume that the need is more for automated processes. There you can use Job ByteCount property in Switch to sort files. I am very curious about your process that can only absor...
by loicaigon
Tue May 27, 2025 7:16 pm
Forum: Switch
Topic: New illustrator version does not support Windows server
Replies: 4
Views: 3361

Re: New illustrator version does not support Windows server

I would also try to get user to provide PDF files for many reasons. First one being that a AI file may require external resources (fonts, links). Illustrator now has an option for packaging. Still you would need to be sure that you get all resources and have the same or newer version to be sure file...
by loicaigon
Tue May 27, 2025 2:09 pm
Forum: PitStop Server
Topic: Checking / converting PDF/A-3
Replies: 4
Views: 4424

Re: Checking / converting PDF/A-3

Hi,

No worries, you can still pass Feature Request through our support and we will manage.

Loic
by loicaigon
Mon May 26, 2025 9:47 am
Forum: PDF Creation
Topic: Adding Blanks to Odd Page Counts
Replies: 4
Views: 102512

Re: Adding Blanks to Odd Page Counts

I think our friend wanted to avoid running PS if not necessary. I.e. if the number of pages is already even.
Thomas' answer in that regard is indeed the best way to go. Fastlane could as well be used with mimimal performance impact.
But in that case, the condition with metadata simply makes sense.
by loicaigon
Fri May 23, 2025 4:49 pm
Forum: PitStop Server
Topic: Checking / converting PDF/A-3
Replies: 4
Views: 4424

Re: Checking / converting PDF/A-3

Hi,

We have not implement PDF/A-3 yet. Feel free to share a feature request here:
My Enfocus > PitStop > Feature Request

Loic
by loicaigon
Fri May 23, 2025 4:48 pm
Forum: PitStop Server
Topic: Attach file to PDF
Replies: 3
Views: 1437

Re: Attach file to PDF

Hi,

Not a feature of PitStop Server indeed. Feel free to share a feature request here:
My Enfocus > PitStop > Feature Request

Loic
by loicaigon
Fri May 23, 2025 12:34 pm
Forum: Switch
Topic: Help with Conditional Routing Based on PDF Page Size
Replies: 6
Views: 2051

Re: Help with Conditional Routing Based on PDF Page Size

Two things, First I am amazed by what's happening. Bots trying to scrape forums to get knowledge over products? Who is doing that? If any has any pointers, I would enjoy it. Now coming to solving the issue, some lasagna operations can take up to 100 hours. It's a lengthy process. Of course PitStop d...
by loicaigon
Fri May 23, 2025 11:03 am
Forum: Action Lists
Topic: Changing color within a gradient
Replies: 11
Views: 36044

Re: Changing color within a gradient

"I've learned something new with your action list, thank you."

A pleasure.
by loicaigon
Fri May 23, 2025 11:02 am
Forum: PDF Creation
Topic: SVG images
Replies: 5
Views: 7930

Re: SVG images

How frequent is the need for such conversion? We could consider adding the opportunity to accept SVG as input for PitStop Server if we have a good demand for this.

So I can only say: "My Enfocus > PitStop > Feature Requests"

🙂
by loicaigon
Mon May 19, 2025 7:09 pm
Forum: PitStop Pro
Topic: count object...
Replies: 7
Views: 45507

Re: count object...

Hi Urraco,

Thanks for the precision on the need. And thanks to MURNMO for the possible approach.

While interesting, I think we should do better. As such, I have created a feature request on My Enfocus.

Loic
by loicaigon
Fri May 16, 2025 5:47 pm
Forum: Flows
Topic: Privatedata from filename
Replies: 11
Views: 48115

Re: Privatedata from filename

Hi Aristide, You asked for how I used the "Add private data" and scripting. As a disclaimer, this solution is not that meaningful given that you end up with a script expression anyway. As you have the scripting module, just go for a complete script. That said, the script ChatGPT wrote for ...
by loicaigon
Thu May 15, 2025 2:29 pm
Forum: PitStop Pro
Topic: Pitstop to Acrobat Beta
Replies: 5
Views: 31355

Re: Pitstop to Acrobat Beta

hey Amybeth, Isn't it that Acrobat updates would always try to re-enable the "Protected mode"? If that so, it's not that PitStop is not compatible with Acrobat itself, but with the enabling of the Protected mode. Why Acrobat is setting that parameter on and on again even when users put if ...
by loicaigon
Thu May 15, 2025 12:17 am
Forum: Flows
Topic: Thanks for the help!
Replies: 2
Views: 18022

Re: Thanks for the help!

PitStop Server could detect corrupt PDF files. But for zipped files, if you are on mac, you could use the command line tool with "zip" binary that has a "test" command:

zip -T filename.zip

https://ss64.com/mac/zip.html

For windows, you could try to find a similar tool.