Forum Overview
::
Still Life
::
It was the other laudablepuss
[quote name="Fullofkittens"]Jing doesn't have an API that you can use in that way. It does, however, have a ftp output (and a file system output), which return customizable strings; if you wanted to hack together something kinda ghetto (and potentially very insecure) you could make a button which sends the file to a drop and then returns a URL, and when you click on the URL the file location could be a parameter in that URL, which leads to your ticketing system, which then uses that parameter to go get the file. If you want to do it in a much more elegant (and supported) way, <a href="http://www.techsmith.com/snagit.html">Snagit</a> exposes all of its inputs, transformations, and outputs via a COM server, the details of which are on the <a href="http://www.techsmith.com/tutorial-snagit-documentation.html">product documentation page</a>. The zip file on the page includes code snippets for C#, C++, VB and VBScript. They put all that stuff in the product for exactly the purposes you're describing.[/quote]