Search found 10 matches

by MichaelG
Fri Dec 13, 2024 9:44 pm
Forum: PDF Creation
Topic: Adding Blanks to Odd Page Counts
Replies: 4
Views: 102605

Re: Adding Blanks to Odd Page Counts

Yes, That worked. Thank you.
by MichaelG
Thu Dec 12, 2024 9:37 pm
Forum: PDF Creation
Topic: Adding Blanks to Odd Page Counts
Replies: 4
Views: 102605

Adding Blanks to Odd Page Counts

I'm trying to find a way to detect an odd page count, and then add a blank page so that every job sent through the Flow has an even page count.
I can do it with a Pitstop Server Preflight, but it gets time-consuming especially when we're doing this to 5,000 jobs.
Any ideas?
by MichaelG
Fri Jun 28, 2024 10:14 pm
Forum: Action Lists
Topic: Variable Text in an Action
Replies: 3
Views: 9657

Re: Variable Text in an Action

We will use a Pitstop Server Action, which will be used in a Switch Flow. But would it be possible, to use a Variable set that pulls from the PDF's filename? I would think you need to have the variable set completed ahead of time to pull from it. I've never used variable sets before, so they are new...
by MichaelG
Thu Jun 27, 2024 1:51 pm
Forum: Action Lists
Topic: Variable Text in an Action
Replies: 3
Views: 9657

Variable Text in an Action

I'm trying to use variable text on a group of PDF files and I want to take a portion of the file name and place it at the footer of each page. But so far I can only get the entire file name including the extension to be placed. Is there any way to choose a section of a variable instead of the whole ...
by MichaelG
Mon Jun 24, 2024 4:54 pm
Forum: Flows
Topic: Trying to remove underscore at the end of a filename.
Replies: 3
Views: 5169

Re: Trying to remove underscore at the end of a filename.

Yep, that worked. Thank You.
by MichaelG
Mon Jun 24, 2024 4:11 pm
Forum: Flows
Topic: Trying to remove underscore at the end of a filename.
Replies: 3
Views: 5169

Trying to remove underscore at the end of a filename.

I am trying to remove an underscore "_" from the end of a filename using the Rename Job flow element and I'm not having any luck. It should be easy, but I'm stuck.
by MichaelG
Wed Nov 22, 2017 6:52 pm
Forum: Flows
Topic: How do I make a decision based on if a folder exists in my FLow.
Replies: 9
Views: 19588

Re: How do I make a decision based on if a folder exists in my FLow.

I got it to work, it ended up needing to be the Forward slash instead of the backlash (//workserver/work/jobs/) which ended up working. It must have something to do with the way Inject Lite uses it, because it works fine as \\workserver\work\jobs\ in Switch. Thanks for your help.
by MichaelG
Wed Nov 15, 2017 7:27 pm
Forum: Flows
Topic: How do I make a decision based on if a folder exists in my FLow.
Replies: 9
Views: 19588

Re: How do I make a decision based on if a folder exists in my FLow.

Here are the properties of the app:
inject prob.PNG
inject prob.PNG (59.22 KiB) Viewed 19571 times
by MichaelG
Wed Nov 15, 2017 4:58 pm
Forum: Flows
Topic: How do I make a decision based on if a folder exists in my FLow.
Replies: 9
Views: 19588

Re: How do I make a decision based on if a folder exists in my FLow.

Thank You. That does seem like it should solve my problem. I did install Inject Lite and am using it, but I am getting an error in my flow- "Error in line 101 of script : Error. Trying to access undefined member '1'". Any idea what may have caused this?
by MichaelG
Wed Nov 15, 2017 2:47 pm
Forum: Flows
Topic: How do I make a decision based on if a folder exists in my FLow.
Replies: 9
Views: 19588

How do I make a decision based on if a folder exists in my FLow.

I am placing a file into a job using Set Hierarchy Path, but If the job doesn't exist I don't want to place it. Because currently, the Set Hierarchy path just places it and creates any missing folders, and that would throw off my workflow. Any suggestions or other things I can try?