Miraplacid HelpDesk System Logged as: Guest - [Guest].
 FAQ Item:
  Summary  Miraplacid Publisher Programming and SDK
  Question  I want to automate printing process. Do I need Miraplacid Publisher Programmers Manual or I should download the SDK?
  Answer If you just have couple hundreds of documents you have to convert, Miraplacid Programmers Manual and scripting is enough. Open <a href="http://www.miraplacid.com/mp/doc/scripting.shtml">programmers manual</a>, copy sample to VB or JS file (whichever you prefer), add code to iterate through documents list, run mtd_core.exe, turn it to auto-save mode, then run the script.
<br>
If you need more than that, you probably have to download the <a href="http://www.miraplacid.com/mp/sdk/shtml">SDK</a>. You can make your software act as a User Interface for Miraplacid Publisher. Your application will be notified about all the events and get full control over document conversion and saving. Besides, you can implement your own image or transport plug-in. It will appear as an additional output format.

<br>
See <a href="http://www.miraplacid.com/mp/docsdk/sdk_about.shtml">SDK Documentation</a> for more details.
  Solved  0