Search found 445 matches

by JimmyHartington
Fri Aug 22, 2025 2:06 pm
Forum: Switch
Topic: variables Hight and width
Replies: 6
Views: 481

Re: variables Hight and width

Variables as a topic comes up on the forum now and again.

If you see the last post here: viewtopic.php?p=19192&hilit=variables#p19192

I made a short video showing the process from Pitstop Pro to Switch for variables.
by JimmyHartington
Fri Aug 22, 2025 1:35 pm
Forum: Switch
Topic: variables Hight and width
Replies: 6
Views: 481

Re: variables Hight and width

For a simple solution I would sort the files to in a Portrait and Landscape folder and then have a Pitstop configurator to run the action list corresponding to the orientation. Like this: Royal TSX-Flow-server03-2025-08-22 at 13.37.49@2x.jpg The trick is the connection from Collected files called Po...
by JimmyHartington
Fri Aug 22, 2025 1:03 pm
Forum: Switch
Topic: variables Hight and width
Replies: 6
Views: 481

Re: variables Hight and width

Hi Robbie If the file is landscape should it the be just run the landscape action list and vice versa. Because then you could just drop the file in the flow. Have Switch find the orientation and run the correct action list based on this. And this can be achieved in a variety of ways. Are you using t...
by JimmyHartington
Wed Aug 20, 2025 7:35 am
Forum: Action Lists
Topic: Add index/contents page
Replies: 4
Views: 566

Re: Add index/contents page

I use the command line tool cpdf from Coherent PDF (https://www.coherentpdf.com) to do this. The incoming pdf has bookmarks. I run this command with the Run Command app: "C:\Program Files (x86)\Coherent Graphics\Cpdflib 2.7\cpdf.exe" -table-of-contents -toc-title "Indholdsfortegnelse&...
by JimmyHartington
Thu Aug 14, 2025 8:14 am
Forum: Flows
Topic: Code 11
Replies: 2
Views: 279

Re: Code 11

I can see Code 11 as an option in the Add Barcode in Pitstop. If you have Pitstop available.
CleanShot-CleanShot-2025-08-14 at 08.13.22@2x.jpg
CleanShot-CleanShot-2025-08-14 at 08.13.22@2x.jpg (135.55 KiB) Viewed 251 times
by JimmyHartington
Thu Aug 07, 2025 8:23 am
Forum: PitStop Server
Topic: Add text from Switch variable to PDF
Replies: 14
Views: 20845

Re: Add text from Switch variable to PDF

Hi rgpepper I have struggled with this as well. My solution between Pitstop Pro on macOS and Switch with Pitstop Server on Windows has been to create a variable set database located on a shared network volume. Then create the variable set and action list in Pitstop Pro. Create a flow in Switch. Setu...
by JimmyHartington
Mon Aug 04, 2025 2:53 pm
Forum: PDF Creation
Topic: Create a PDF with multiple Database Results
Replies: 4
Views: 917

Re: Create a PDF with multiple Database Results

You can use variables in Pitstop Server. And these can be populated by data from Switch. Look at this webinar: https://www.youtube.com/embed/KR_AG2_f7NE And this latest one: https://learning.enfocus.com/course/view.php?id=608 But if you want to add multiple lines based on x amount of order lines you...
by JimmyHartington
Mon Aug 04, 2025 2:36 pm
Forum: PDF Creation
Topic: Create a PDF with multiple Database Results
Replies: 4
Views: 917

Re: Create a PDF with multiple Database Results

I do not have the database module, but have in other case used a JSON-file of an order. Then used the app "Create file from template" https://www0.enfocus.com/en/appstore/product/create-file-from-template to generate a HTML. This HTML is then converted to pdf to get an order sheet. So if y...
by JimmyHartington
Fri Jul 11, 2025 5:04 pm
Forum: PitStop Pro
Topic: use "not" to a group action
Replies: 14
Views: 5315

Re: use "not" to a group action

Or use the page range in the Action Lists panel, when running the action.
Then the action can just use select all.
Acrobat-New Document1-2025-07-11 at 17.02.50.png
Acrobat-New Document1-2025-07-11 at 17.02.50.png (149.22 KiB) Viewed 5201 times
by JimmyHartington
Wed Jul 09, 2025 3:31 pm
Forum: PitStop Pro
Topic: Adding multi-line text to PDF with VariableSets
Replies: 22
Views: 30309

Re: Adding multi-line text to PDF with VariableSets

Chrome also stopped working for me. I have made a node.js script to solve it. It has not yet been made into a script designed for Switch. So I use by running it with the Run Command app. Unfortunately I am quite busy with finishing work before the summer holiday, so do not have time to make a write ...
by JimmyHartington
Mon Jul 07, 2025 9:25 pm
Forum: Switch
Topic: Rename file based on contents
Replies: 9
Views: 7740

Re: Rename file based on contents

I am a bit unsure about what you want to achieve.

Is the files assembled correctly, but the name of the job-folder is wrong?
by JimmyHartington
Mon Jul 07, 2025 9:15 am
Forum: Preflighting
Topic: Help on book file optmizations.
Replies: 3
Views: 7193

Re: Help on book file optmizations.

What I notice is a font is missing in the files. And there are .notdef glyphs. Acrobat-op-120mr-25-marinha-colegio-imp-668pages-210x280mm_report.pdf-2025-07-07 at 09.11.39@2x.png Maybe some of these messes with your older rips. Is there a way in the process when ripping you can split it into segment...
by JimmyHartington
Fri Jul 04, 2025 7:50 am
Forum: PitStop Pro
Topic: Faster way to add a copied graphic
Replies: 11
Views: 6633

Re: Faster way to add a copied graphic

Another option could be to use a variable set. Add the user the option to choose the color. Based on the choose the variable set set yes/no variables. These are used in a preflight profile to run or not run the action list for the choosen color. You could have a action list which places the eyelets,...
by JimmyHartington
Wed Jul 02, 2025 9:06 pm
Forum: Switch
Topic: Rename file based on contents
Replies: 9
Views: 7740

Re: Rename file based on contents

If it is the file size, you have the variable [Job.Size] which can be used in a rename element. For contents you could use the Run Command app. The it should be a command which outputs the contents of the file to the standard output, which then is private data that can be used to rename the file. Fo...
by JimmyHartington
Mon Jun 30, 2025 7:10 am
Forum: Flows
Topic: Executing Windows Batch file (.bat)
Replies: 9
Views: 2941

Re: Executing Windows Batch file (.bat)

Glad you got it to work.