Just a heads up, to "flatten and rasterize" objects often increases the file size.
Search found 491 matches
- Wed Apr 23, 2025 9:07 pm
- Forum: PitStop Pro
- Topic: "Remove PieceInfo" action not removing PieceInfo!
- Replies: 7
- Views: 6028
Re: "Remove PieceInfo" action not removing PieceInfo!
- Wed Apr 23, 2025 9:41 am
- Forum: Action Lists
- Topic: How to remove everything from Yellow Separation
- Replies: 9
- Views: 4207
Re: How to remove everything from Yellow Separation
This issue could also stem from the blending color space, the properties of the shadow object, or RIP settings. The simplest solution might be to create a separate job specifically for the yellow plates. However, it's always interesting to dig a bit deeper, perhaps you could share a link to the PDF ...
- Wed Apr 23, 2025 9:08 am
- Forum: Flows
- Topic: Send Jobs in 2-hour Intervals?
- Replies: 2
- Views: 1836
Re: Send Jobs in 2-hour Intervals?
You should be able to do this with one Hold Job element with several outgoing connections, and use "Time-of-day window" on the outgoing connections. Set the first connection to 09:59-10:00, second to 11:59-12:00 and so on. No need to use Inject Job.
- Tue Apr 22, 2025 3:54 pm
- Forum: Action Lists
- Topic: How to remove everything from Yellow Separation
- Replies: 9
- Views: 4207
Re: How to remove everything from Yellow Separation
I guess you missed to type out the word "paper"?prepressman_ntsf wrote: ↑Tue Apr 22, 2025 2:19 pm We are not using yellow for the yellow pages, but flooding the sheet with a 40% screen of yellow.
Could you provide a sample file, and maybe a screenshot of how the design element are affecting the 40% yellow tint?
- Wed Apr 16, 2025 3:31 pm
- Forum: Flows
- Topic: HTTP Request timeout
- Replies: 0
- Views: 1042
HTTP Request timeout
Is there a timeout value for the HTTP Request app?
I'm having an issue when posting a POST request to a third party app and the processing time could exceed 2 minutes, and it seems like HTTP Request process in Switch times out.
I'm having an issue when posting a POST request to a third party app and the processing time could exceed 2 minutes, and it seems like HTTP Request process in Switch times out.
- Fri Apr 04, 2025 12:31 pm
- Forum: Preflighting
- Topic: Hundreds of files - one report
- Replies: 4
- Views: 18444
Re: Hundreds of files - one report
What exact parameters do you want to check for?
Is it always JPEG files as input?
Is it always JPEG files as input?
- Thu Apr 03, 2025 9:38 pm
- Forum: Flows
- Topic: Wait until job folder is empty flow
- Replies: 6
- Views: 6053
Re: Wait until job folder is empty flow
..and to delete files in the specified folder, you have a couple of options: Use File Pool Cleanup from the Folder Apps bundle. Alternatively, you can schedule the Inject Job app to insert a dummy job at a specific time (using the output connection), and then use the Inject Wildcard app to delete th...
- Thu Apr 03, 2025 9:29 pm
- Forum: Flows
- Topic: Wait until job folder is empty flow
- Replies: 6
- Views: 6053
Re: Wait until job folder is empty flow
This was a tricky one :D My idea for "send an email when the folder is empty": 1. FireStarter to repeat a dummy job (You can adjust how often you like to check the folder) 2. Inject Wildcard (Look for any file *.* in your folder. If found > discard and recycle dummy job, if not found > sen...
- Fri Mar 28, 2025 4:06 pm
- Forum: Applications
- Topic: Switch with Acrobat
- Replies: 10
- Views: 47587
Re: Switch with Acrobat
I would use GhostScript with the Switch app Run Command instead of using the Acrobat Pro desktop app. 1. Install GhostScript (https://www.ghostscript.com/releases/gsdnld.html) 2. Install the Run Command app in Switch 3. Download this flow and edit the paths to your prefered CMYK ICC profile: GhostSc...
- Mon Mar 24, 2025 11:36 am
- Forum: Flows
- Topic: metadata inline variabiles
- Replies: 4
- Views: 3898
Re: metadata inline variabiles
If you have Switch with the metadata module there is no need to involve PitStop in this. On a connection between two folders you just set "Include these jobs" as "Condition with variables defined". You then choose [Stats.MediaBoxWidth:Type="Defined"] Greater than [Stat...
- Tue Mar 18, 2025 1:08 pm
- Forum: Flows
- Topic: JPEG image dimensions
- Replies: 12
- Views: 20206
Re: JPEG image dimensions
Yes, but where can I find the resolution for a JPEG in Switch? In [Image.XResolution] and [Image.YResolution]. If not, share the image so I can investigate. It's seems like the JPEG images I trying with doesn't contain the meta data that Switch are looking for. Some JPGs works fine and other do not...
- Mon Mar 17, 2025 3:09 pm
- Forum: Flows
- Topic: JPEG image dimensions
- Replies: 12
- Views: 20206
Re: JPEG image dimensions
I have a flow for wallpaper-creating where I like to present the initial dimensions in a checkpoint before the next step, like this:JimmyHartington wrote: ↑Mon Mar 17, 2025 9:17 am OK. Can I ask what the calculated value is used for?
- Mon Mar 17, 2025 2:43 pm
- Forum: Flows
- Topic: JPEG image dimensions
- Replies: 12
- Views: 20206
Re: JPEG image dimensions
Jimmy wrote that [Stats.PixelXDimension] does show the correct value for JPEG, but it also shows the correct value for TIFF files. Ergo, replace [Image.ImageWidth] by [Stats.PixelXDimension] in the calculation and it will work for both image types. Yes, but where can I find the resolution for a JPE...
- Mon Mar 17, 2025 9:10 am
- Forum: Flows
- Topic: JPEG image dimensions
- Replies: 12
- Views: 20206
Re: JPEG image dimensions
Yes, I installed exiftool the other day and can do it that way. I hoped there was a more straight forward solution.
- Sat Mar 15, 2025 9:10 am
- Forum: Flows
- Topic: JPEG image dimensions
- Replies: 12
- Views: 20206
JPEG image dimensions
Hi everyone, I'm facing an issue while trying to retrieve image dimensions from a JPEG file in Switch. I need to calculate the dimensions by dividing the pixel count by the resolution and then display the result in a Checkpoint field. For TIFF images, the following expression works: [Switch.Calculat...