Classic ASP DatabasesDiscuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
It depends on what you want to convert. If you have a document which can be opened using MS Word, then you can use office automation objects to convert to pdf.
for classic asp we have always used (and been very satisfied with) PDFlib 6.
The current commercial versions are version 7 and 8. I expect these versions are alike but I donât have hands-on experience with it
There also seems to be a free "Lite" version available (PDFlib Lite 7), but I'm not sure if this has sufficient functionality for you.
A free alternative could be the iText PDF library that allows you to create and manipulate PDF documents. It is available in C# so it should be possible to use COM interop to make it available as COM objects too.