Hi Dave,

First off ... I got this:

HTTP Error 405
405 Method Not Allowed
The method specified in the Request Line is not allowed for the resource
identified by the request. Please ensure that you have the proper MIME type
set up for the resource you are requesting.
Please contact the server's administrator if this problem persists.

>From Here: (when trying to search)

http://www.htccommunications.net/htc_communications/htc_communications.htm


>From your post ... Im not totally sure what your trying to do w/ PDF and the
conversion of a PCL print stream or whatever...??

But there is a company you can find @ www.pdfzone.com that makes a tool that
converts a PCL print stream "file" to pdf.  You'll have to search the site
under tools that 'Create" pdf.

We have done some CF stuff that pipes data from sql server into a large PDF
form. (300+ unique fields of data) ..... Where the form "Layout/Design" is
relatively static, but the data fields are dynamic.  In the case of
invoices/bills - you could do the same thing - its just take a bit more
business logic side programming than a 1 to 1 direct mapping of db field
data to pdf form field locations.

For example a client with multiple line items being billed for 4-5 services
vs. a customer with 1 item on their invoice or bill for 1 service.

We used Adobe's  FDF Toolkit (thread safe ActiveX) for windows, and
interfaced our cf web app and sql db via cf's support of COM.

There's many more robust  db to pdf solutions out there, the one above is a
beginning point I'd guess.  Further dependent on your budget :-)

www.planetpdf.com
www.pdfzone.com
www.activepdf.com
www.digapp.com - high end server side generated pdf for all platforms
www.pdflib.com - real popular pdf generation lib (beyond my skills)
www.fastio.com

Steve


----- Original Message -----
From: "Bosky, Dave" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 12:33 PM
Subject: PCL to PDF w/ColdFusion


>
> What we would want to do is be able to find a particular account or
accounts
> in PCL format and convert it to PDF or some other displayable format.
Keep
> in mind that we would need to lay the PCL layout of the bill behind it and
> then
> overlay the data in this file. Then parse the file into a database and
pull
> by
> account number.
>
> Has anyone done this using ColdFusion>>
>
> Thanks,
> Dave
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to