https://learning.enfocus.com/course/view.php?id=54CruzinCooler wrote: ↑Thu Dec 04, 2025 6:09 pm Can you or someone please show me Step-1 on how you select a page range utilizing a dialog box? (using variable text)
I would greatly appreciate it. I can't seem to get a handle on this. Thank you.
Search found 1163 matches
- Fri Dec 05, 2025 11:04 am
- Forum: Action Lists
- Topic: invert selection and convert to gray
- Replies: 7
- Views: 163
Re: invert selection and convert to gray
- Wed Nov 26, 2025 8:41 am
- Forum: PitStop Pro
- Topic: Need help generating bleed around outer + inner cutouts (PitStop Pro 25.11)
- Replies: 2
- Views: 296
Re: Need help generating bleed around outer + inner cutouts (PitStop Pro 25.11)
There is a standard Action List "Add Bleed on a Contour 3mm". You will have to edit it. The contour to which the bleed is added is selected based on a spot color in this Action List (other methods are possible) and Thru-cut is not in there. The Action will correctly handle outside and insi...
- Wed Nov 12, 2025 9:24 am
- Forum: Flows
- Topic: Force Release Assemble Job
- Replies: 6
- Views: 786
Re: Force Release Assemble Job
It will help if you explain what it is you are trying to achieve.
- Fri Nov 07, 2025 10:02 am
- Forum: Preflighting
- Topic: Check whether the black channel is present on all sides
- Replies: 5
- Views: 48599
Re: Check whether the black channel is present on all sides
Hi badmoth, ich think this will not work with PitStop. In PitStop there is no way to check if the black channel is missing. We also have the callas PDF-Toolbox, there is an easy way to check if the black channel is missing. I removed the post from this badmoth user because it was a bot. Take care w...
- Tue Oct 28, 2025 10:28 am
- Forum: Applications
- Topic: Can't figure out why HTTP Request to Odoo doesn't work
- Replies: 4
- Views: 918
Re: Can't figure out why HTTP Request to Odoo doesn't work
Try this: create a JSON file with the content that you want to post and in the "Body content" dropdown you choose "Input job".
- Tue Oct 21, 2025 3:37 pm
- Forum: Flows
- Topic: Strange thing happening in my flow with grummets
- Replies: 14
- Views: 2194
Re: Strange thing happening in my flow with grummets
This is what I meant. This cannot be correct because this variable must be a "Length" and not a "Number". When choosing "Length" you will also see that you can choose the units of the value that you pick up from the Metadata, in your case "Millimeters" of cour...
- Tue Oct 21, 2025 1:56 pm
- Forum: Flows
- Topic: Strange thing happening in my flow with grummets
- Replies: 14
- Views: 2194
Re: Strange thing happening in my flow with grummets
You only answered the second part of my question.
What is the definition of the variable in the variable set?
What is the definition of the variable in the variable set?
- Tue Oct 21, 2025 9:34 am
- Forum: Flows
- Topic: Strange thing happening in my flow with grummets
- Replies: 14
- Views: 2194
Re: Strange thing happening in my flow with grummets
You did not answer my question.
Your action list uses the variables [Afstand ringen 10% horizontaal] and [Afstand ringen 10% vertikaal]. How is that variable defined and where does the value for that variable come from (metadata, private data, file name, database, ...)?
Your action list uses the variables [Afstand ringen 10% horizontaal] and [Afstand ringen 10% vertikaal]. How is that variable defined and where does the value for that variable come from (metadata, private data, file name, database, ...)?
- Tue Oct 21, 2025 9:12 am
- Forum: Flows
- Topic: Strange thing happening in my flow with grummets
- Replies: 14
- Views: 2194
Re: Strange thing happening in my flow with grummets
In your Action List you define the distance between the grommets as a variable. What is the definition of the variable? And what is the input value for the variable?
- Thu Oct 16, 2025 6:12 pm
- Forum: Node.js scripting
- Topic: Process Switch Variables
- Replies: 6
- Views: 2904
- Thu Oct 16, 2025 3:15 pm
- Forum: Node.js scripting
- Topic: Process Switch Variables
- Replies: 6
- Views: 2904
Re: Process Switch Variables
In the case of something with variables, it is Switch that evaluates the input before passing it to your script. In the case of a static file, Switch does not read the file, it only gives you the path. It is your script that reads the file, so any string replacements in the file are up to your scrip...
- Thu Oct 09, 2025 4:57 pm
- Forum: Flows
- Topic: Imagemagick on Mac vs. PC
- Replies: 7
- Views: 2320
Re: Imagemagick on Mac vs. PC
It may not apply to your use case, because you may require an image type output, but know that you can also convert images to PDF using PitStop Server. There you have an easier control over what happens with color management when you do a color conversion. When using the app in Switch you just need ...
- Tue Sep 30, 2025 8:25 am
- Forum: Flows
- Topic: XML Pickup won't create dataset
- Replies: 1
- Views: 780
Re: XML Pickup won't create dataset
If "XML pickup" does not work, check if the names of the files match. However, "Data with Log" already creates a dataset, so there is no need to use "XML pickup". Many people think that "Data with Log" creates 2 jobs, but that is not the case, it is a job with...
- Fri Sep 26, 2025 2:56 pm
- Forum: Switch
- Topic: How to get date of file in script
- Replies: 10
- Views: 1843
Re: How to get date of file in script
Hello, I am writing a script and want to get the creation or lastmod date of a file, but i am having problems. I am wanting to sort these 2 files by creation or lastmod date. Here is what i have in my script: var testDir = new Dir ( "D:\\Testing\\scripting" ); var theFiles = testDir.entry...
- Thu Sep 25, 2025 10:25 am
- Forum: Action Lists
- Topic: moving clipping text
- Replies: 1
- Views: 1078
Re: moving clipping text
Do you want to do it with an Action List or interactively? If you do it interactively you can indeed have the situation that you select the text, move it, and it disappears because it falls outside of its clipping path. The solution is obvious: you have to select the text and the clipping path. Ther...