Hi Jimmy,
Thanks for the reply, I was thinking about solution similar to yours but I'm not sure if all files will have exactly the structure. I'll try to do this at the stage where PDF is being generated out of SVG with script.
Search found 11 matches
- Thu Dec 12, 2024 9:37 am
- Forum: PDF Creation
- Topic: Replacing a particular image in the pdf with different image
- Replies: 2
- Views: 9862
- Fri Dec 06, 2024 7:53 am
- Forum: PDF Creation
- Topic: Replacing a particular image in the pdf with different image
- Replies: 2
- Views: 9862
Replacing a particular image in the pdf with different image
Hi guys, I'm looking for a way to replace an image element in the pdf with different image. I have Swich, PitStop, Callas and few other tools. This must be as much automated as possible. PDF I'm working with is converted from SVG (script in Switch) hence why pretty odd structure. Marked image (see b...
- Thu Sep 26, 2024 12:03 pm
- Forum: Flows
- Topic: Merging XML jobtickets into one
- Replies: 5
- Views: 13377
Re: Merging XML jobtickets into one
Hi again, I've actually managed to adjust the script with chat-gpt so only particular tags I'm intetested in are getting merged, remaining content is being kept as is. Thanks a lot for the script. Also looks like, rather than legacy scripts, node.js is much easier to understand (and adjust) by the A...
- Thu Sep 26, 2024 10:24 am
- Forum: Flows
- Topic: Merging XML jobtickets into one
- Replies: 5
- Views: 13377
Re: Merging XML jobtickets into one
Thank you, seems to be working but of course it's just copy-paste-like merge with content of one xml after another. Will the app allow some more options like which tags should be merged?
- Wed Sep 25, 2024 1:39 pm
- Forum: Flows
- Topic: Merging XML jobtickets into one
- Replies: 5
- Views: 13377
Merging XML jobtickets into one
Hi guys! I'm looking for a way to merge multiple (unknown number) of XML job tickets into one, right now. Current XML template (using Create log for that): <?xml version="1.0" encoding="UTF-8"?> <!-- ============================================================================= --...
- Tue Sep 24, 2024 7:51 am
- Forum: Imposition
- Topic: Batch processing to Press
- Replies: 4
- Views: 28112
Re: Batch processing to Press
I'm after making batches of saddle-stitched booklets. Typical batch would be: booklets of the same size (same roll width), on the same paper, same color profile, 4+4, same tumble settings, different quantity, ordered by finished booklet's thickness (number of pages). This order must correspond with ...
- Mon Sep 23, 2024 8:36 am
- Forum: Imposition
- Topic: Batch processing to Press
- Replies: 4
- Views: 28112
Re: Batch processing to Press
Hi there, I know it's a 5 years old topic, but I'm wondering how did you solved this. I have the same thing, looking for a batching solution for HP PWP T250 press. I know there's a way to use <sequence> tag when submiting XML but I'm not sure how to generate XML based on info from multiple jobs. I'm...
- Tue Apr 02, 2024 11:21 am
- Forum: Action Lists
- Topic: Barcode with inceasing number that applies to odd pages only
- Replies: 3
- Views: 14283
Re: Barcode with inceasing number that applies to odd pages only
Hi Loic, The way i've figured this out after all: QI splits pdf into two pdfs with only odd and only even pages, I run action on odd pages and then Callas is splitting pdf into separate pages named <firstpage>0 for odd and <fistpage>1 for even. Merge PDF is merging them in alphabetical order so fina...
- Wed Mar 27, 2024 2:04 pm
- Forum: Action Lists
- Topic: Barcode with inceasing number that applies to odd pages only
- Replies: 3
- Views: 14283
Barcode with inceasing number that applies to odd pages only
hi guys, i'm looking for a way to add barcodes on all odd pages that (on top of other values) has an inceasing value n+1, starting with 1. result i'm aiming for: page 1 = barcode xxxxx0001 page 2 = nothing page 3 = barcode xxxxx0002 page 4 = nothing page 5 = barcode xxxxx0003 page 6 = nothing page 7...
- Wed Jun 01, 2022 2:17 pm
- Forum: Flows
- Topic: How to save parent folder name as variable?
- Replies: 2
- Views: 2579
Re: How to save parent folder name as variable?
Thanks for the help Freddy. I didn't know that SwitchHelper allows that.
Shame that drag&drop functionallity isn't available here, I'll have to look for some walk around solution then.
Shame that drag&drop functionallity isn't available here, I'll have to look for some walk around solution then.
- Wed Jun 01, 2022 9:53 am
- Forum: Flows
- Topic: How to save parent folder name as variable?
- Replies: 2
- Views: 2579
How to save parent folder name as variable?
Hi guys,
I'm pretty new to Switch and will appreciate your help here:)
I'm looking for a way to save original file's directory as variable (name of the folder the IN file comes from). Is there a possibility to do this?
I'm pretty new to Switch and will appreciate your help here:)
I'm looking for a way to save original file's directory as variable (name of the folder the IN file comes from). Is there a possibility to do this?