Search found 66 matches

by schmitzdp
Tue Jan 20, 2026 9:18 am
Forum: Applications
Topic: Assemble Job - Job identifier
Replies: 4
Views: 1419

Re: Assemble Job - Job identifier

magnussandstrom wrote: Mon Jan 19, 2026 2:29 pm I don't think you can set Number of files to 0. If you instead set Number of files to 99999999, the After N minutes have higer priority and will trigger the Assemble.
This resolves the job assembly issue. Thank you very much. :D
by schmitzdp
Mon Jan 19, 2026 11:26 am
Forum: Applications
Topic: Assemble Job - Job identifier
Replies: 4
Views: 1419

Re: Assemble Job - Job identifier

magnussandstrom wrote: Fri Jan 16, 2026 3:33 pm What setup do you have on the following settings?

Number of files
After N minutes
Complete condition
Number of files : 0 (deactivated so ?)
After N minutes : 1
Complete condition : Nothing (deactivated so ?)


I want jobs to be grouped together by Job identifier after 1 minute.
by schmitzdp
Fri Jan 16, 2026 2:56 pm
Forum: Applications
Topic: Assemble Job - Job identifier
Replies: 4
Views: 1419

Assemble Job - Job identifier

Hello, I am trying to assemble several files with the ‘Assemble job’ application. I define the assembly according to an identifier that is private data. This same private data is also used to name the folder. However, all the files pass through without being grouped. Does this application support pr...
by schmitzdp
Fri Dec 19, 2025 9:41 am
Forum: Applications
Topic: Mail send with OAuth 2.0 - Fixed HTML with variables
Replies: 2
Views: 1159

Re: Mail send with OAuth 2.0 - Fixed HTML with variables

Thanks for your advice.
I've changed my flow as you suggested.
by schmitzdp
Thu Dec 18, 2025 11:25 am
Forum: Applications
Topic: Mail send with OAuth 2.0 - Fixed HTML with variables
Replies: 2
Views: 1159

Mail send with OAuth 2.0 - Fixed HTML with variables

Hello, I need to migrate my default email sending application to ‘Mail send with OAuth 2.0’. I was sending a fixed HTML file that contained variables. For example: [Metadata.Text:Dataset="Payload",Model="JSON",Path="/Number"] These are no longer interpreted by ‘Mail sen...
by schmitzdp
Fri Oct 24, 2025 2:28 pm
Forum: PitStop Server
Topic: Lock PDF
Replies: 8
Views: 11758

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

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

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

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

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

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

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

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

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

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.