Search  Site map
Reporting Tools for Developers
 

Demo tour

Demo Tour previous pageBasic SampleAvailable versionsFeaturesDemo Tour next page

Operating in ASP environment

PDF In-The-box ActiveX can be installed on a Web server in ASP mode ("Active Server Page"). This allows to produce dynamic PDF documents in response to remote client requests.

In ASP mode, the PDF document is not stored in a file: it's outputted to a memory stream then automatically sent to the remote client.

Live online Demos

Try the online demos below! Create your own PDF documents produced by PDF In-The-Box running on Synactis website.

Online Demo 1
Minimal ASP sample


Just insert this VBScript code into an ASP file of your website:

<% Set PdfBox = Server.CreateObject("PDF_In_The_Box.PdfBox")
PdfBox.BeginAspDoc Response
PdfBox.TextOut 100, 100, "Hello, world!"
PdfBox.EndDoc
Set PdfBox = nothing %>

 

Online Demo 2
Custom text and image


Generate now a PDF document displaying one of your own pics!

Select a picture on your disk (BMP, JPG, TIFF, GIF, EMF, etc):

Enter picture title:


Copyright © 1995-2008, Synactis Write to Webmaster