Search found 54 matches

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

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

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

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

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

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

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

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: 13
Views: 22154

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: 13
Views: 22154

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

Re: Adding multi-line text to PDF with VariableSets

Hi all, Sorry to bear the bad news but this is not implemented yet. We keep it on our roadmap but for now higher priority features were done. Feel free to contact support so that they can register your feature request. You will be then notified as soon as this feature is made available. Loic Hi Loi...
by schmitzdp
Wed May 15, 2024 3:10 pm
Forum: PitStop Pro
Topic: Adding multi-line text to PDF with VariableSets
Replies: 13
Views: 22154

Re: Adding multi-line text to PDF with VariableSets

john.dean@esko.com wrote: Tue May 24, 2022 8:54 am Adding multiline text in PitStop is indeed on the feature request list that is being reviewed.
Has this feature finally been added ?

Because I'd like to use this feature to generate PDFs.

Thank you
by schmitzdp
Wed Apr 10, 2024 1:18 pm
Forum: Flows
Topic: Send infos to webhook Switch
Replies: 4
Views: 5413

Re: Send infos to webhook Switch

Yes, i can send info now via Postman ;)
by schmitzdp
Wed Apr 10, 2024 8:38 am
Forum: Flows
Topic: Send infos to webhook Switch
Replies: 4
Views: 5413

Re: Send infos to webhook Switch

Thanks for the clarification :oops:
by schmitzdp
Tue Apr 09, 2024 1:53 pm
Forum: Flows
Topic: Send infos to webhook Switch
Replies: 4
Views: 5413

Send infos to webhook Switch

Hello, I'm trying to send information to the 'Webhook' application at the 2 addresses below, but I'm getting the following messages and nothing is arriving in my flow's folder. https://i.postimg.cc/14GsMfk9/webhook-switch.png With legacy webhooks : http://[MyIP]:51080/scripting/notify https://i.post...
by schmitzdp
Tue Mar 05, 2024 1:41 pm
Forum: Flows
Topic: Shortcut creation (.Ink file)
Replies: 3
Views: 4347

Re: Shortcut creation (.Ink file)

Thank you for your information. :)

I managed to create my shortcuts dynamically with Execute Command application, Powershell and shortcut.exe