RTTSoftware Support Forum

PDF-ShellTools => General => Topic started by: lkaiser on April 01, 2016, 04:52:11 AM

Title: using API through on an other software
Post by: lkaiser on April 01, 2016, 04:52:11 AM
Hi RTT,

I'm working on a workflow to automate processing.
Some of my clients send me PDF files that I need to index, sort, split, merge...etc
To do this, the workflow software enable me to write some javascript (with WSH) but with an old API (Alambic) and it is very limited.
Until Now, to do treatments that Alambic cannot do, I use command lines by the Shell, but it gets complicated when there are many.

Is it possible simply to call the PDF- ShellTools's API through the script?
I did not succed to instantiate the PDFE object.
If possible, do you have simple examples ?
Thank you so much

Lionel
Title: Re: using API through on an other software
Post by: RTT on April 01, 2016, 03:03:37 PM
This is not possible right now. I need to implement a COM server and make some other changes. I'm going to make some tests ;)
Title: Re: using API through on an other software
Post by: lkaiser on April 02, 2016, 03:06:44 PM
Thank you for the answer.
I hope it will not be too complex and daunting for you to implement the COM object.
Maybe these changes will coming in the next updates, good luck.
Title: Re: using API through on an other software
Post by: RTT on April 03, 2016, 04:48:27 PM
It's up and running. Check the attached screenshots ;)
Title: Re: using API through on an other software
Post by: lkaiser on April 03, 2016, 07:42:01 PM
Awesome !
it will interests many developers, especially as the API is friendly to use !
me first  ;)