PDF generation on fly

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Generator for .NET (v4)  /  PDF generation on fly

DynamicPDF Generator for .NET (v4) Forum

 Nov 12 2014 5:09 AM
How can we prompt generated PDF to user without saving it to hard drive.
 Nov 12 2014 9:18 AM
Posted by a ceTe Software moderator
Hello,

The DynamicPDF Generator for .NET API allows you to create PDFs from scratch dynamically and you can output it in the form of byte array or stream instead of saving it to disk. Please refer to documentation on document output here.

If you are using the DynamicPDF API in web applications then you can use DrawToWeb method of the Document class which will open the PDF in the browser.

In case of Windows applications you can get the PDF in the form of byte array or stream from the Generator and use DynamicPDF Viewer for .NET to open and display the PDF. Please refer to the documentation on opening PDF using DynamicPDF Viewer here.  Also you can refer to the documentation for referencing the assembly and adding Viewer control to Windows Form here.

Feel free to download evaluation edition of DynamicPDF Viewer for .NET product from our website here. Also refer to the code samples included with the evaluation download.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 10:06 PM.