Search found 32 matches

by apietrocini
Wed Mar 13, 2019 9:31 pm
Forum: LEGACY scripting
Topic: How to create a dataset
Replies: 8
Views: 19240

Re: How to create a dataset

Ok... This may be a dumb question, but is there a way to attach a complete dataset to one private data key...?
by apietrocini
Wed Mar 13, 2019 6:52 pm
Forum: LEGACY scripting
Topic: How to create a dataset
Replies: 8
Views: 19240

Re: How to create a dataset

Thank you!
by apietrocini
Wed Mar 13, 2019 6:10 pm
Forum: LEGACY scripting
Topic: How to create a dataset
Replies: 8
Views: 19240

How to create a dataset

Can someone put on the right path... I'm trying to create a script that will build or create a dataset... This is what I "think" needs done, just not sure on the proper execution... function jobArrived( s: Switch, job: job ) var theDatasetName = s.getPropertyValue("DataSetName");...
by apietrocini
Fri Mar 08, 2019 7:23 pm
Forum: LEGACY scripting
Topic: Delete pages from PDF
Replies: 7
Views: 10549

Re: Delete pages from PDF

Malcolm Mackenzie wrote: Fri Mar 08, 2019 7:08 pm If you have pitstop server you can delete pages there or use pdftk CLI. Either is more efficient than acrobat.
I like this idea better!
by apietrocini
Fri Mar 08, 2019 6:46 pm
Forum: LEGACY scripting
Topic: Delete pages from PDF
Replies: 7
Views: 10549

Re: Delete pages from PDF

When you split the pdf how many pages per file do you have it set at...?
by apietrocini
Fri Mar 08, 2019 6:38 pm
Forum: LEGACY scripting
Topic: Is this possible...?
Replies: 2
Views: 4305

Re: Is this possible...?

Thank you!
by apietrocini
Fri Mar 08, 2019 6:35 pm
Forum: LEGACY scripting
Topic: Delete pages from PDF
Replies: 7
Views: 10549

Re: Delete pages from PDF

I'm sure there is a script available, but an easier way may be to use the split pdf configurator. I believe you can break the pdf out into individual pdf's, trash all the pages you don't need and then use the merge pdf to reassemble.
by apietrocini
Thu Mar 07, 2019 9:14 pm
Forum: LEGACY scripting
Topic: Is this possible...?
Replies: 2
Views: 4305

Is this possible...?

I'm looking for a way to use what is entered into a metadata submit point later in a sql query at the same submit point. So for example... User is prompted for a customer name... after name is entered a dropdown is populated from a sql query returning all job numbers currently open for that customer...
by apietrocini
Mon Apr 30, 2018 9:21 pm
Forum: LEGACY scripting
Topic: Post an XML file using SOAP
Replies: 2
Views: 5119

Post an XML file using SOAP

I have an xml file that contains order information... Is there an easy way to post that order to a web service that is SOAP based and not REST... My thought was that I could use the HTTP request, but if I understand correctly that is a REST based web service...?

Thanks,

Anthony
by apietrocini
Wed Apr 04, 2018 9:40 pm
Forum: LEGACY scripting
Topic: Remove PDF Security
Replies: 1
Views: 3639

Remove PDF Security

Good afternoon all,

Is there a way to automate the removal of PDF security with a know password.

Thanks,

Anthony Pietrocini
by apietrocini
Mon Mar 19, 2018 6:37 pm
Forum: Applications
Topic: Assemble Job Question
Replies: 3
Views: 7281

Re: Assemble Job Question

Thank you both for your responses! I'm going tp try and build out both... I'll post back what happens...
by apietrocini
Wed Mar 14, 2018 7:47 pm
Forum: Applications
Topic: Assemble Job Question
Replies: 3
Views: 7281

Assemble Job Question

Hello All, Looking for some help... I'm still very new to switch, and have come across what I'm sure is a simple fix for an advanced user... The problem I'm having is that I have files coming in from a system... (Always one XML file, and possibly an undetermined amount of either PDF's or EPS's) I wa...
by apietrocini
Fri Mar 02, 2018 10:35 pm
Forum: PDF Creation
Topic: Duplicate Existing Pages to Create a New PDF
Replies: 3
Views: 9529

Re: Duplicate Existing Pages to Create a New PDF

Probably not the best way... but it works... :lol:
Capture.PNG
Capture.PNG (14.59 KiB) Viewed 9527 times
by apietrocini
Fri Mar 02, 2018 10:13 pm
Forum: LEGACY scripting
Topic: How to replace an xml value
Replies: 4
Views: 6653

Re: How to replace an xml value

Thank you!!! Never used the "after" function... That worked perfect!
by apietrocini
Fri Mar 02, 2018 10:10 pm
Forum: PDF Creation
Topic: Duplicate Existing Pages to Create a New PDF
Replies: 3
Views: 9529

Duplicate Existing Pages to Create a New PDF

I was wondering if there is a way to take an eight page PDF and create a 40 page PDF with the original eight pages... So I currently have 1, 2, 3, 4, 5, 6, 7, 8... I would like 1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8, etc until I hit 40 total pages...