Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components 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
 
Old September 3rd, 2004, 02:27 AM
Registered User
 
Join Date: Sep 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Are there any free solutions out there?

RJ
 
Old September 23rd, 2004, 02:21 PM
Authorized User
 
Join Date: Sep 2004
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

We use activePDF to create a printable PDF of a completed mortgage loan application. All the data is pulled from SQL using VS scripts and ASP. It works like a charm is is well worth the price.

Quote:
quote:Originally posted by sandyg
 We currently generate management reports in HTML code and display them in the browser from our intranet. We'd like to generate PDF documents to email to the user as well. The data is pulled from SQL databases using ADO and VBSCript. The output is what looks like a management report displayed in HTML in the browser. It will have headings, bolding, underlining, company logo image, page numbers, etc.

We were looking at ActivePDF, but it is pricey. We were also looking at ABCPDF at http://www.websupergoo.com/abcpdf-1.htm. This looks promising. Have you used any PDF generating utilities b4?

It should accommodate the latest version of PDF.
:)


Quote:
quote:Originally posted by Yehuda
 What exactly are you looking to do? What version of PDF are you looking to accomodate?

Yehuda
 
Old June 15th, 2008, 03:51 AM
oss oss is offline
Registered User
 
Join Date: Jun 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can try the winnovative html to pdf converter from http://www.winnovative-software.com. You can perform HTML to PDF conversion with 2 lines of code:

PdfConverter pdfConverter = new PdfConverter();
byte[] downloadBytes = pdfConverter.GetPdfFromUrlBytes(MyURL);







Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic PDF Document Generation nialljpmurphy J2EE 4 March 27th, 2006 07:13 PM
Report generation in PDF format kavithaatpass BOOK: Professional Crystal Reports for VS.NET 5 March 27th, 2006 07:10 PM
Dynamic Button Generation LouMattera BOOK: Professional C#, 2nd and 3rd Editions 2 March 4th, 2005 04:26 PM
dynamic generation of crystal report abroc Crystal Reports 1 February 15th, 2005 05:39 AM
dynamic generation of crystal report abroc VB.NET 0 February 13th, 2005 06:54 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.