Creating PDF from C# Desktop application

If you are a C/C++/C# developer and have any questions about using our products from your application here is the place to post them.
Post Reply
steve m

Creating PDF from C# Desktop application

Post by steve m »

We're looking generating PDF's of desktop application data created in C# Currently, we have the desktop application generate HTML data through an XSL transformation. We'd like to use the developer edition of PDF Converter to create a PDF from this HTML page, however the developer edition does not appear to be letting us access the Amyuni Printer controls in this manner (ie, the data is not part of the application anymore once we create the HTML). When using the single use and other versions of PDF Converter there is no problem accessing the installed printer control, however we are creating a distributable desktop app for one of our clients and we'd only like them to be able to print PDFs of our processed application data. We'd like to know how we can make this work with the developer version.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Using the Developer version of the PDF Converter, all the settings of the printer should be done from inside your application.

The Developer version doesn't have a user interface like the End User version.

For more details on using the Developer version please check our Developers' manual "Common Driver Interface 210.pdf".
You may also download any of our technical notes available at: http://www.amyuni.com/en/support/technotes.html
They contain samples on using the driver from different applications.

Hope this helps 8)
Post Reply