Search found 569 matches
- Thu May 07, 2026 9:27 am
- Forum: Flows
- Topic: How do I verify that PDFs sent to HP DFE hot folder got to the DFE.
- Replies: 5
- Views: 10349
Re: How do I verify that PDFs sent to HP DFE hot folder got to the DFE.
Have you tried using the free Switch app HP Digital Front End JDF Control instead of hotfolders? We are using the app for feeding files to our HP DFEs with very good results. https://www0.enfocus.com/en/appstore/product/hpdigital-front-end-jdf-control It's easy to setup, tell me if you want som guid...
- Tue Apr 21, 2026 11:13 am
- Forum: Review
- Topic: Enfocus Review feature requests
- Replies: 0
- Views: 10409
Enfocus Review feature requests
I really want encourage everyone to take a moment to review and upvote the features you’d like to see in Enfocus Review:
https://my2.enfocus.com/en/review/featurerequests
One example is a long-awaited feature we are hoping for: “Send Forward connection".
https://my2.enfocus.com/en/review/featurerequests
One example is a long-awaited feature we are hoping for: “Send Forward connection".
- Wed Mar 25, 2026 12:17 pm
- Forum: Griffin
- Topic: Griffin Auto - Fit to layout
- Replies: 5
- Views: 18983
Re: Griffin Auto - Fit to layout
Good news! In the new release of Griffin “fit layouts to content” is introduced in the API. Let's hope we'll get an update to the Griffin App that also supports this new feature.
- Tue Mar 24, 2026 3:25 pm
- Forum: PitStop Pro
- Topic: convert fill to stroke
- Replies: 4
- Views: 9723
Re: convert fill to stroke
Yes, do you have an example file?
- Fri Mar 20, 2026 2:09 pm
- Forum: Switch
- Topic: Extract data from pdf from Esko ArtPro+
- Replies: 9
- Views: 15429
- Fri Mar 20, 2026 12:33 pm
- Forum: Switch
- Topic: Extract data from pdf from Esko ArtPro+
- Replies: 9
- Views: 15429
Re: Extract data from pdf from Esko ArtPro+
I exported all metadata using ExifTool and could not find anything from ArtPro+. But the file seems to be generated from InDesign not ArtPro+? [ExifTool] ExifTool Version Number : 13.25 [System] File Name : artpro_production_fil.pdf [System] Directory : C:/Users/color/AppData/Local/Temp/SwitchNodeSc...
- Fri Mar 20, 2026 8:20 am
- Forum: Switch
- Topic: Extract data from pdf from Esko ArtPro+
- Replies: 9
- Views: 15429
Re: Extract data from pdf from Esko ArtPro+
Could you provide an example file?
- Mon Mar 16, 2026 11:33 am
- Forum: Flows
- Topic: Insert last page between every page (1-A-2-A-3-A)
- Replies: 4
- Views: 9554
Re: Insert last page between every page (1-A-2-A-3-A)
I ended upp building a small app using Python. import argparse import os import shutil import sys import tempfile from pathlib import Path import fitz # PyMuPDF EXIT_SUCCESS = 0 EXIT_USAGE_ERROR = 1 EXIT_INPUT_ERROR = 2 EXIT_PROCESSING_ERROR = 3 def info(message: str) -> None: """Writ...
- Sat Mar 14, 2026 6:50 am
- Forum: Flows
- Topic: Insert last page between every page (1-A-2-A-3-A)
- Replies: 4
- Views: 9554
Re: Insert last page between every page (1-A-2-A-3-A)
I can solve it, but it’s not pretty. I’m wondering how others have solved it, I guess that it’s quite common.
- Fri Mar 13, 2026 12:32 pm
- Forum: Flows
- Topic: Insert last page between every page (1-A-2-A-3-A)
- Replies: 4
- Views: 9554
Insert last page between every page (1-A-2-A-3-A)
What is the best way to build a flow that inserts the last page between every page, regardless of how many pages the incoming PDF contains? We often receive business cards as PDF files where the last page contains the back of the card, while the other pages contain the fronts with different people's...
- Tue Mar 10, 2026 11:25 am
- Forum: Griffin
- Topic: Griffin Auto - Fit to layout
- Replies: 5
- Views: 18983
Re: Griffin Auto - Fit to layout
I think the issue is that this isn't supported in the API. The desktop app must work out the size of the imposition and be able to adjust it. To do this currently in Switch if the media data allowed you could nest the job once and then route it back using the substrate dimensions in the meta data i...
- Thu Mar 05, 2026 9:48 am
- Forum: Flows
- Topic: Delete empty folders in a SFTP
- Replies: 10
- Views: 18504
Re: Delete empty folders in a SFTP
I built a small program (Windows only) to use in a Switch flow that you can try out if you want (at your own risk of course): Download here: https://tinyurl.com/3jwyjpe8 Just edit these variables in the Run command-app and you are ready to go: "C:\yourpath\cleanup-sftp.exe" --host sftp.ser...
- Thu Mar 05, 2026 8:22 am
- Forum: Flows
- Topic: Delete empty folders in a SFTP
- Replies: 10
- Views: 18504
- Thu Mar 05, 2026 8:12 am
- Forum: Flows
- Topic: Delete empty folders in a SFTP
- Replies: 10
- Views: 18504
Re: Delete empty folders in a SFTP
I think you should consider other options for customer file upload that also are a lot more safe. There are a few connectors for such services on the App store, for example Smash. Look in the category "Communication" It will need a web portal interface instead of FPT-clients but it will g...
- Wed Mar 04, 2026 3:01 pm
- Forum: Flows
- Topic: Delete empty folders in a SFTP
- Replies: 10
- Views: 18504
Re: Delete empty folders in a SFTP
Oh sorry I misread your original question. I think you need the scripting module to be able to create that feature within a Switch flow. Do you have that?