Search found 61 matches

by schmitzdp
Fri Oct 24, 2025 2:28 pm
Forum: PitStop Server
Topic: Lock PDF
Replies: 8
Views: 9315

Re: Lock PDF

...I would have preferred to use Pitstop... As an alternative to a PitStop action list, you could do this directly with Acrobat's own Action Wizard tool and a custom Acrobat action. The screenshot shows how. Is there a way to adapt it for Pitstop Server ? (Whether to lock it or certify it) Thanks
by schmitzdp
Wed Oct 01, 2025 4:43 pm
Forum: Applications
Topic: HTTP request v20+ not expanding switch variables (maybe?)
Replies: 7
Views: 28177

Re: HTTP request v20+ not expanding switch variables (maybe?)

Hi, I have the same problem. Why is it not possible to insert variables into “Post a body”? :? I was thinking of injecting a JSON dataset with variables, but I can't find an application that could execute it. My goal is to keep the original file, add this dataset, and retrieve the HTTP response for ...
by schmitzdp
Fri Sep 19, 2025 2:57 pm
Forum: Flows
Topic: Division/extraction of JSON nodes
Replies: 2
Views: 1533

Division/extraction of JSON nodes

Hello, Is there an application or method that allows JSON or XML metadata from multiple nodes to be broken down into as many JSON or XML files as there are nodes? Below is my example with two data sets that I would like to split into two separate files. https://www.schmitz.be/images/create-multiple-...
by schmitzdp
Fri Jul 11, 2025 1:05 pm
Forum: PitStop Server
Topic: Lock PDF
Replies: 8
Views: 9315

Re: Lock PDF

I would have preferred to use Pitstop (if the function existed) or an application from the appstore.
by schmitzdp
Wed Jul 09, 2025 4:41 pm
Forum: PitStop Pro
Topic: Adding multi-line text to PDF with VariableSets
Replies: 22
Views: 38808

Re: Adding multi-line text to PDF with VariableSets

loicaigon wrote: Wed Jul 09, 2025 3:45 pm
JimmyHartington wrote: Fri May 17, 2024 2:26 pm You are welcome.

Glad to hear you got it to work.

But still. The ability to add multiline text with Pitstop would be nice. :)
Tic toc, tic toc
Image
Coming soon ? :roll:
by schmitzdp
Wed Jul 09, 2025 3:27 pm
Forum: PitStop Pro
Topic: Adding multi-line text to PDF with VariableSets
Replies: 22
Views: 38808

Re: Adding multi-line text to PDF with VariableSets

@JimmyHartington Everything was going fine until I got these 2 error codes. Cannot send job: path 'C:/Users/tom/AppData/Roaming/Enfocus/Switch Server/temp/193/ScriptElement/1365/15/ExecuteComandResult/81kEeV5-description.pdf' does not exist Cannot complete sendToData() for 'C:/Users/tom/AppData/Roam...
by schmitzdp
Wed Jun 25, 2025 3:49 pm
Forum: PitStop Server
Topic: Lock PDF
Replies: 8
Views: 9315

Lock PDF

Hello,

Is there an action that locks the pdf for editing but not for printing ?
(without used the paid App PDFCrypt (https://www0.enfocus.com/en/appstore/product/pdfcrypt)

Thanks
by schmitzdp
Thu Apr 10, 2025 2:45 pm
Forum: Action Lists
Topic: Path aspect to the center
Replies: 1
Views: 14615

Path aspect to the center

Hello,

Is it possible to modify this path aspect with Pitstop, putting it outside, in the center or inside?

Image

My aim is to set the cutting lines to the center by default, because the overprint check doesn't work if they're outside or inside.

Thanks
by schmitzdp
Fri Feb 07, 2025 12:59 pm
Forum: Flows
Topic: Location Path Metadata List
Replies: 4
Views: 19028

Re: Location Path Metadata List

I try this but without success. Have I made a mistake? [Metadata.Text:Dataset="Payload",Model="JSON",Path="/data/fields[key='question_8zkRMO']/value"] or [Metadata.Integer:Dataset="Payload",Model="JSON",Path="/data/fields[key='question_8zkRMO']/...
by schmitzdp
Fri Feb 07, 2025 12:10 pm
Forum: Flows
Topic: Location Path Metadata List
Replies: 4
Views: 19028

Location Path Metadata List

Hello, is there a trick to retrieve the value following the key given in a structure like the one below? Instead of using this way? [Metadata.Text:Dataset="Payload",Model="JSON",Path="/data/fields/2/value"] https://www.schmitz.be/images/Capture-2025-02-07.png Thank you.
by schmitzdp
Mon Dec 23, 2024 4:22 pm
Forum: Flows
Topic: Reorder pages in a pdf
Replies: 3
Views: 6640

Re: Reorder pages in a pdf

Thank you for your help. I have found and simplified as follows: When I have a job ticket that is created or edited (for example: 1400-3.pdf), I place it where the others of the same order are. Then, with the “Inject Wildcard” application, I retrieve all the PDF ticket jobs that start with “1400” to...
by schmitzdp
Wed Dec 18, 2024 3:36 pm
Forum: Flows
Topic: Reorder pages in a pdf
Replies: 3
Views: 6640

Reorder pages in a pdf

Hello, I have a 4-page combined pdf containing details of 4 job tickets (1 per page). When job 3 is modified, I want to generate the pdf of job ticket n°3 from its metadata, then delete page 3 from the combined pdf and include the new pdf of job ticket 3 in this location. I've tried to do this with ...
by schmitzdp
Thu Aug 08, 2024 10:38 am
Forum: Flows
Topic: Switch Calculation - If Variable don't exist
Replies: 3
Views: 8535

Re: Switch Calculation - If Variable don't exist

I finally used the app String replace to standardise this data for all my products.

It was a bit tricky but it works.

Thanks magnussandstrom ;)
by schmitzdp
Tue Aug 06, 2024 4:37 pm
Forum: Flows
Topic: Switch Calculation - If Variable don't exist
Replies: 3
Views: 8535

Switch Calculation - If Variable don't exist

Hello, I would like to obtain a calculation with these 2 variables. [Switch.Calculation:Expression="[Metadata.Text:Dataset="Xml",Model="XML",Path="/xml/Quantity"]*[Metadata.Text:Path="/xml/Version",Dataset="Xml",Model="XML"]"] Som...
by schmitzdp
Fri May 17, 2024 11:28 am
Forum: PitStop Pro
Topic: Adding multi-line text to PDF with VariableSets
Replies: 22
Views: 38808

Re: Adding multi-line text to PDF with VariableSets

I use Google Chrome to convert HTML to PDF. With the Execute Command with these settings: https://d.pr/i/Ek08uw+ And my "Convert HTML to pdf with Chrome.cmd" file contains this code: "C:\Program Files\Google\Chrome\Application\chrome.exe" --headless --disable-gpu --no-pdf-header...