Search found 60 matches

by schmitzdp
Wed Oct 01, 2025 4:43 pm
Forum: Applications
Topic: HTTP request v20+ not expanding switch variables (maybe?)
Replies: 7
Views: 26080

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: 759

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: 4
Views: 7132

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: 35325

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: 35325

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: 4
Views: 7132

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: 14140

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: 18855

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: 18855

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: 6466

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: 6466

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: 8345

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: 8345

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: 35325

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...
by schmitzdp
Thu May 16, 2024 10:30 am
Forum: PitStop Pro
Topic: Adding multi-line text to PDF with VariableSets
Replies: 22
Views: 35325

Re: Adding multi-line text to PDF with VariableSets

Because I'd like to use this feature to generate PDFs. What kind of pdf do you need to create? As earlier stated I have had success with writing HTML with Switch variables and then converting this HTML to PDF and place in other artwork with Pitstop. Or more recently I have use this app https://www....