Search found 27 matches

by neecerp
Wed Apr 03, 2019 8:26 pm
Forum: PitStop Server
Topic: Add text from Switch variable to PDF
Replies: 10
Views: 13313

Re: Add text from Switch variable to PDF

Is it possible to reference external xml in a variable set in ACrobat?
For example we use Switch and we want to create a barcode to be placed on a pdf.
by neecerp
Thu Jun 07, 2018 6:52 pm
Forum: Flows
Topic: Combining text files with Execute command
Replies: 3
Views: 5659

Re: Combining text files with Execute command

Any chance you still have this flow and any support scripts that go with it?
I need some help with how to do something like this.
by neecerp
Thu Jun 07, 2018 6:35 pm
Forum: Flows
Topic: Flow to create Excel files and merge rows of all
Replies: 1
Views: 3178

Flow to create Excel files and merge rows of all

:arrow: :arrow: I have a flow that creates and excel file from Metadata. It creates single Excel files. I would like to be able to merge all single file content in to one Excel file as the end result, keeping the same header row and appending rows of content from the original files. :?: Anyone know ...
by neecerp
Tue May 15, 2018 10:30 pm
Forum: PitStop Server
Topic: Insert image
Replies: 18
Views: 25529

Re: Insert image

Has anyone come up with a way to take a pdf and place it in a certain area on the first page of a pdf? Trying to create a sort of thumbnail on a work ticket.
by neecerp
Wed May 02, 2018 10:40 pm
Forum: Flows
Topic: Flow to catch duplicate files
Replies: 5
Views: 8230

Re: Flow to catch duplicate files

What kind of database? I am talking about using Switch flows.
Can you suggest examples?
by neecerp
Mon Apr 30, 2018 11:56 pm
Forum: LEGACY scripting
Topic: How to add 2 days to Date in xml content- in Switch Scriptor
Replies: 8
Views: 14468

Re: How to add 2 days to Date in xml content- in Switch Scriptor

:D Thank you everyone. Got what I need.
by neecerp
Mon Apr 30, 2018 8:18 pm
Forum: Flows
Topic: Flow to catch duplicate files
Replies: 5
Views: 8230

Flow to catch duplicate files

Has anyone set up a flow that would catch duplicate files coming through a folder in Switch? I need it to catch a file with the same name no matter when it may show up. Whether within 1 minute or 5 days later. We would like to then send a report via email, which is the easy part. Any ideas? I was th...
by neecerp
Wed Apr 18, 2018 3:32 pm
Forum: Flows
Topic: Sort xml based on field content
Replies: 4
Views: 5012

Re: Sort xml based on field content

Are you aware of a way to sort just like your example, but have the flow read the xml that is ASSOCIATED with the pdf that is traveling through the flow? I am wondering why I have to read the xml before this will work. It does not seem to work when I have multiple flows sending the same pdf through ...
by neecerp
Tue Apr 17, 2018 12:46 am
Forum: LEGACY scripting
Topic: How to add 2 days to Date in xml content- in Switch Scriptor
Replies: 8
Views: 14468

Re: How to add 2 days to Date in xml content- in Switch Scriptor

Since you were so helpful would you mind if I asked another question? How would I search for the word "vutek" and replace it with "ticket" in the same position of the pdf name referenced in this line of text? var fileName = job.getNameProper() + ".pdf"; contents = setVa...
by neecerp
Mon Apr 16, 2018 4:50 pm
Forum: Flows
Topic: Sort xml based on field content
Replies: 4
Views: 5012

Re: Sort xml based on field content

I ended up doing it similar to your sample. Thanks for your help.
by neecerp
Fri Apr 13, 2018 1:26 am
Forum: LEGACY scripting
Topic: How to add 2 days to Date in xml content- in Switch Scriptor
Replies: 8
Views: 14468

How to add 2 days to Date in xml content- in Switch Scriptor

I have a script that reads an xml The incoming content is formatted as <OrderDate>3/20/2018 4:13:17 PM</OrderDate> I would like to add 3 days to the Order Date to get a Due Date in the Switch Script below. :?: :?: I keep getting errors that it is expecting a different date format like YYYY-MMM-DD //...
by neecerp
Fri Apr 13, 2018 12:47 am
Forum: Flows
Topic: Sort xml based on field content
Replies: 4
Views: 5012

Sort xml based on field content

We are trying to sort xml based on the content of a quantity in a field. We are trying to accomplish this only using folders to sort, with metadata "traveling" with the pdf. One folder would sort <500 and another would be >500 It seems like the only option is to read xml in the beginning a...
by neecerp
Tue Dec 09, 2014 8:43 pm
Forum: PDF Creation
Topic: Overlay multiple page PDFs using Callas PDFToobox
Replies: 2
Views: 8060

Overlay multiple page PDFs using Callas PDFToobox

When I try to overlay two files, it blocks text from the document. If I do it the other way round, it only outputs the first page of the document instead of 6-7 Pages. Any thoughts?



Trying to use one pdf as a background to a multipage pdf.
by neecerp
Tue Mar 18, 2014 8:08 pm
Forum: LEGACY scripting
Topic: Using xml variable files to write to a ticket type of document
Replies: 1
Views: 3468

Using xml variable files to write to a ticket type of document

does anyone have any good examples of using Javascript to read various xml (they will be different for each job) and create a document with the information in it?



Trying to create an on the fly ticket for each job that comes in to our flow.