Author Topic: using API through on an other software  (Read 5178 times)

0 Members and 1 Guest are viewing this topic.

lkaiser

  • Newbie
  • *
  • Posts: 12
using API through on an other software
« 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

RTT

  • Administrator
  • *****
  • Posts: 907
Re: using API through on an other software
« Reply #1 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 ;)

lkaiser

  • Newbie
  • *
  • Posts: 12
Re: using API through on an other software
« Reply #2 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.

RTT

  • Administrator
  • *****
  • Posts: 907
Re: using API through on an other software
« Reply #3 on: April 03, 2016, 04:48:27 PM »
It's up and running. Check the attached screenshots ;)

lkaiser

  • Newbie
  • *
  • Posts: 12
Re: using API through on an other software
« Reply #4 on: April 03, 2016, 07:42:01 PM »
Awesome !
it will interests many developers, especially as the API is friendly to use !
me first  ;)