html to pdf... again.

2011-01-14 Thread Les Irvin
This should be easy. I'm working on a site to allow real estate agents to tweak a brochure on-line, then save it as a PDF. All I want to do is take the resulting page of html, convert it exactly as it looks in the browser to a PDF file (including colors, backgrounds, images, formating, etc.),

Re: html to pdf... again.

2011-01-14 Thread Michael Grant
It's extremely easy. Though sometimes getting everything pixel perfect is tough. cfpdf if you are on cf9, or cfdocument if you are cf7/8 On Fri, Jan 14, 2011 at 3:14 PM, Les Irvin les.cft...@gmail.com wrote: This should be easy. I'm working on a site to allow real estate agents to tweak a

RE: html to pdf... again.

2011-01-14 Thread Robert Harrison
We've done this a few times. If you're using advanced CSS and divs in the HTML layout, the results when you go to CFPDF can be tricky. We've found if you generate more rigid old style HTML tables the results on going to PDF are more predictable. Robert B. Harrison Director of Interactive

Re: html to pdf... again.

2011-01-14 Thread Les Irvin
Are there innumerable options and settings needed within the CFdocument tag, or it just simply wrapping that sucker within the simple tag and going for it? Background colors and css is all preserved? On Fri, Jan 14, 2011 at 1:33 PM, Robert Harrison rob...@austin-williams.com wrote: We've done

Re: html to pdf... again.

2011-01-14 Thread Mike Chabot
It depends on the makeup of the HTML you are trying to convert and which version of CF you are using. The cfdocument tag is one that has seen good improvements in each release of CF, so you are going to have an easier time using it if you are using CF9. cfdocument doesn't support the same level

Re: html to pdf... again.

2011-01-14 Thread Mike Chabot
There are a lot of settings, many of which are important, such as those controlling image handling and page margins. The reference guide lists all of them. -Mike Chabot On Fri, Jan 14, 2011 at 3:36 PM, Les Irvin les.cft...@gmail.com wrote: Are there innumerable options and settings needed

HTML to PDF help needed ActivePDF just died on me

2009-01-14 Thread Phill B
ActivePDF just started flaking out on me. Some times it will work and other times it wont. I tried cfdocument but that thing sucks when using it with a page built mostly with CSS. Are there any other solutions out there? Suggestions? Words of comfort? BTW: I cant afford $269 for a support call

Re: HTML to PDF help needed ActivePDF just died on me

2009-01-14 Thread Scott McAllister
Phil, I don't have any experience with ActivePDF, but I have wrestled with cfdocument a lot recently and have built up a nice collection of links on the subject. You mentioned that using CSS sucked in cfdocument, and that triggered the thought of this article I found that discussed getting

Re: HTML to PDF help needed ActivePDF just died on me

2009-01-14 Thread Gerald Guido
I have used ABC PDF with great success. It is either ASP or .NET. http://www.websupergoo.com/abcpdf-1.htm G On Wed, Jan 14, 2009 at 10:04 AM, Phill B philthylab...@gmail.com wrote: ActivePDF just started flaking out on me. Some times it will work and other times it wont. I tried cfdocument

RE: HTML to PDF

2005-06-16 Thread dcooper
Here's the answer to this one: what you're seeing is the rendering of the iFrame contents only. If you remove the embedded iframe from this page, it renders fine. Support for iFrames is enhancement request #54932, FYI. HTH Damon Our user group did a presentation last night and our user

RE: HTML to PDF

2005-06-16 Thread dcooper
. HTH Damon Hmmm, I would have to test this again but on early tests it doe not like complex table layouts or advanced CSS. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 June 2005 00:00 To: CF-Talk Subject: RE: HTML to PDF Not sure what

RE: HTML to PDF

2005-06-16 Thread Calvin Ward
Thanks Damon! Still not having much luck with the sliced at page break images and text though. - Calvin -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 1:07 PM To: CF-Talk Subject: RE: HTML to PDF Here's the answer

RE: HTML to PDF

2005-06-16 Thread dcooper
If you have a repro case, BTW, shoot it at me offline and I'd like to check it out. But for manual breaking, the idea is you'll want use cfdocumentitem type=pagebreak in your cfloop or whatever you're using after closing the table tag, then re-open the table tag after the page break. How

RE: HTML to PDF

2005-06-15 Thread Robertson-Ravo, Neil (RX)
Hmmm, I would have to test this again but on early tests it doe not like complex table layouts or advanced CSS. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 June 2005 00:00 To: CF-Talk Subject: RE: HTML to PDF Not sure what complex

RE: HTML to PDF

2005-06-15 Thread dcooper
You'll want to make sure you have resolveURL set for the CFHTTP call, that you have background images enabled for CFDOCUMENT, and watch the iframes on that page. I'll take a look at the result of this page in CFDOC later today, but those are a few tings I can think of off the top of my head.

RE: HTML to PDF

2005-06-15 Thread dcooper
Yeah, tracking row counts in table rendering sometimes is an imprecise science, but I've seen it done with good results. It's a little discocerting for users to split onto a new page without new headers re-rendered on printed copy anyway, so oming up with a counter, ending the tabel and

Re: HTML to PDF

2005-06-15 Thread Thomas Chiverton
On Monday 13 June 2005 16:03, Rey Bango wrote: Any alternatives? http://html2pdf.seven49.net/ or the linux utility of the same name. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and

RE: HTML to PDF

2005-06-15 Thread Calvin Ward
- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 7:19 AM To: CF-Talk Subject: RE: HTML to PDF Yeah, tracking row counts in table rendering sometimes is an imprecise science, but I've seen it done with good results. It's a little discocerting

RE: HTML to PDF

2005-06-14 Thread dcooper
Hmmm...this could be a known issue where if a table cell extends across pages, long text or images in that table cell can get cut off if CFDOC is doing auto-page breaking. It's on our radar to look at in the future, as is table header cell auto-duplication across pages when page breaks are

RE: HTML to PDF

2005-06-14 Thread dcooper
Not sure what complex HTML is, but full HTML 4.01 and CSS 1 and 2 are supported. If a browser can render it, we liely can as well. No HTML-XHTML re-formatting is required. It is also not very good at complex HTML. Probably loads out there.have a look for iText or some other Java based

RE: HTML to PDF

2005-06-14 Thread Calvin Ward
] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 6:58 PM To: CF-Talk Subject: RE: HTML to PDF Hmmm...this could be a known issue where if a table cell extends across pages, long text or images in that table cell can get cut off if CFDOC is doing auto-page breaking. It's

RE: HTML to PDF

2005-06-14 Thread Calvin Ward
, it does validate as HTML 4.01 (the CSS validates as well). - Calvin -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 7:00 PM To: CF-Talk Subject: RE: HTML to PDF Not sure what complex HTML is, but full HTML 4.01 and CSS

HTML to PDF

2005-06-13 Thread Rey Bango
Hi guys. I need a solution that will let me build a dynamic HTML page and output it to PDF. I know of ActivPDF but it's currently priced at $1,500 for their webgrabber product. We're currently on CFMX 6.1. Any alternatives? Rey... -- http://www.ReyBango.com

RE: HTML to PDF

2005-06-13 Thread Robertson-Ravo, Neil (RX)
It is also not very good at complex HTML. Probably loads out there.have a look for iText or some other Java based tool. -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: 13 June 2005 16:04 To: CF-Talk Subject: HTML to PDF Hi guys. I need a solution that will let

RE: HTML to PDF

2005-06-13 Thread Calvin Ward
Upgrade to 7.0 and you'll pay less and get a whole bunch more functionality! :) -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 11:04 AM To: CF-Talk Subject: HTML to PDF Hi guys. I need a solution that will let me build a dynamic HTML page

RE: HTML to PDF

2005-06-13 Thread James Holmes
To: CF-Talk Subject: HTML to PDF Hi guys. I need a solution that will let me build a dynamic HTML page and output it to PDF. I know of ActivPDF but it's currently priced at $1,500 for their webgrabber product. We're currently on CFMX 6.1

Re: HTML to PDF

2005-06-13 Thread Rick Mason
Rey, You may want to check out one of our CFUG presentations on that very subject: www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf.ppthttp://www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf.ppt If you have any questions the author, Randy Brown, has his email in the presentation.

Re: HTML to PDF

2005-06-13 Thread Mark Madras
Hello, We use PDFLib (including PDI) which currently is running $900. It is licensed on a per cpu basis with discounts for multi-cpu environments. -Mark On 6/13/05, Rey Bango [EMAIL PROTECTED] wrote: Hi guys. I need a solution that will let me build a dynamic HTML page and output it to PDF.

Re: HTML to PDF

2005-06-13 Thread Rick Mason
Rey, Sorry I mistyped the URL. www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf1.ppthttp://www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf1.ppt Rick Mason On 6/13/05, Rick Mason [EMAIL PROTECTED] wrote: Rey, You may want to check out one of our CFUG presentations on

Re: HTML to PDF

2005-06-13 Thread Rey Bango
11:04 AM To: CF-Talk Subject: HTML to PDF Hi guys. I need a solution that will let me build a dynamic HTML page and output it to PDF. I know of ActivPDF but it's currently priced at $1,500 for their webgrabber product. We're currently on CFMX 6.1. Any alternatives? Rey... -- http

Re: HTML to PDF

2005-06-13 Thread Rey Bango
Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Monday, 13 June 2005 11:04 To: CF-Talk Subject: HTML to PDF Hi guys. I need a solution that will let me build a dynamic HTML page and output it to PDF. I know of ActivPDF but it's currently priced at $1,500 for their webgrabber

Re: HTML to PDF

2005-06-13 Thread Rey Bango
Hi Rick, I tried to download it but nothing came up. I also cut and pasted the url in my browser and still nothing. Perhaps its a different filename? Rey,, Rick Mason wrote: Rey, You may want to check out one of our CFUG presentations on that very subject:

HTML to PDF

2005-06-13 Thread dcooper
A few intro/demos of the CFDOCUMENT feature and creating printable HTML output in CFMX7 can be found here: http://www.macromedia.com/software/coldfusion/demos/ Damon ~| Logware (www.logware.us): a new and convenient web-based

Re: HTML to PDF

2005-06-13 Thread Rey Bango
Thanks Damon. The thing is that we're running on CFMX 6.1 but I'm going to bookmark these links for future use. Rey., [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A few intro/demos of the CFDOCUMENT feature and creating printable HTML output in CFMX7 can be found here:

Re: HTML to PDF

2005-06-13 Thread Paul Hastings
Rey Bango wrote: Thanks Damon. The thing is that we're running on CFMX 6.1 but I'm going maybe iText. http://www.lowagie.com/iText/ the demo stuff damon pointed to should apply to this lib too. ~| Logware (www.logware.us):

RE: HTML to PDF

2005-06-13 Thread Calvin Ward
Say, in one of our projects, cfdocument slices text and images in half at page breaks... Why is that? - Calvin -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 12:19 PM To: CF-Talk Subject: HTML to PDF A few intro/demos

Re: HTML to PDF

2005-06-13 Thread Rick Mason
Rey, Did you try the second URL I posted? www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf1.ppthttp://www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf1.ppt Left off the 1 when I typed it the first time. It works on this end OK. Or you can just go to

HTML to PDF via FOP with CFMX - snaps for Nate and Nate

2004-12-18 Thread James Holmes
have essentially cracked the HTML - PDF problem in CFMX without writing any original code (having said this, I'm about to rewrite FOP.CFC so that the THIS references become VARIABLES references). For the record, we tried iText and I looked at HTMLDOC - iText didn't flow pages properly and we wanted

HTML to PDF?

2003-09-02 Thread Chris Alvarado
Hello all, I have a project that requires the conversion of HTML files to PDF. I see a couple on the Dev Exchange, but it is not clear if these can take an actual file on the server and convert to a PDF file stored on the server. I see a few that say they convert any dynamic page into PDF

RE: HTML to PDF?

2003-09-02 Thread Matthew Fusfield
Give cf_html2pdf3 a shot (do a quick Google search for it) Works very well at converting both dynamic and static HTML to PDF files. Matt -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:40 AM To: CF-Talk Subject: HTML to PDF

Re: HTML to PDF?

2003-09-02 Thread Critz
oi Chris!! you can use activePDF, i know it creates the files on the server ctz -- Tuesday, September 2, 2003, 11:39:39 AM, you wrote: CA Hello all, CA I have a project that requires the conversion of HTML files to PDF. I CA see a couple

Re: HTML to PDF?

2003-09-02 Thread Randell B Adkins
not bog down the server with useless files. It is very easy to use and setup. [EMAIL PROTECTED] 09/02/03 11:39AM Hello all, I have a project that requires the conversion of HTML files to PDF. I see a couple on the Dev Exchange, but it is not clear if these can take an actual file on the server

Re: HTML to PDF?

2003-09-02 Thread Pablo Varando
Tutorial: http://tutorial135.easycfm.com/ Pablo - Original Message - From: Chris Alvarado [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 10:39 AM Subject: HTML to PDF? Hello all, I have a project that requires the conversion of HTML files to PDF. I

RE: HTML to PDF?

2003-09-02 Thread Joshua Miller
to [EMAIL PROTECTED] * -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:40 AM To: CF-Talk Subject: HTML to PDF? Hello all, I have a project

Issue: HTML to PDF to CFMAIL

2002-08-27 Thread James Blaha
To All CF People: Issue: HTML to PDF to CFMAIL It's a long shot but I'm going to ask anyway. I'm using a tag I found on the macromedia website CF_HTML2PDF3. It takes my HTML page and converts it to a PDF file on the local server. I wanted to know if anyone knows a way that after the file

Html to PDF, Excel, Word formats

2002-05-01 Thread YC Nyon
Hi, What are the options of converting a html file on the fly to PDF, Excel and Word using CF ? Thanks. Nyon __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Html to PDF, Excel, Word formats

2002-05-01 Thread Erika L Walker-Arnold
www.cfcomet.com will give you boundless options. Macromedia's Developer's Exchange is another source of options. Erika | -Original Message- | From: YC Nyon [mailto:[EMAIL PROTECTED]] | | Hi, | | What are the options of

RE: Html to PDF, Excel, Word formats

2002-05-01 Thread Jeff Brown
, Jeff -Original Message- From: YC Nyon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 1:28 AM To: CF-Talk Subject: Html to PDF, Excel, Word formats Hi, What are the options of converting a html file on the fly to PDF, Excel and Word using CF ? Thanks. Nyon

Re: Html to PDF, Excel, Word formats

2002-05-01 Thread Alex
I take it you already searched on google? On Wed, 1 May 2002, YC Nyon wrote: Hi, What are the options of converting a html file on the fly to PDF, Excel and Word using CF ? Thanks. Nyon __ Get the mailserver

Re: Html to PDF, Excel, Word formats

2002-05-01 Thread Jerry Johnson
And try CFComet.com. They are pretty smart. Jerry Johnson [EMAIL PROTECTED] 05/01/02 09:51AM I take it you already searched on google? On Wed, 1 May 2002, YC Nyon wrote: Hi, What are the options of converting a html file on the fly to PDF, Excel and Word using CF ? Thanks. Nyon

RE: Html to PDF, Excel, Word formats

2002-05-01 Thread BillyC
, 2002 8:22 AM To: CF-Talk Subject: RE: Html to PDF, Excel, Word formats I recommend checking out CF_HTML2PDF3 (can be found in the DevEx), a free Custom Tag that generates PDF files. Tried and tested, and very easy to implement. This tag utilizes HTMLDOC.EXE, and you must have CFEXECUTE access

HTML to PDF

2002-03-27 Thread Jille Floridor
Hi list, anyone got some advice/hints on how to create a pdf from a html/cfm template? I know there are various custom tags, but the server is running on RedHat Linux, so that excludes many of them.. I've seen some java based tags, but none of those did the job properly (adding images seems

Re: HTML to PDF

2002-03-27 Thread Stephen M. Aylor
www.pdflib.com - appears to be the linux industry standard. Try that yet? www.fastio.com - may do the deal too. www.planetpdf.com - Original Message - From: Jille Floridor [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 6:14 AM Subject: HTML to PDF

Re: HTML to PDF

2002-03-27 Thread Michael Vinson
cfm/html report to pdf. After 2 days of messing with crystal (and trying to strengthen my weak sql), I'm determined to throw a little money at the problem... any suggestions / price info would be very helpful. Thanks, Mike Stephen M. Aylor wrote: www.pdflib.com - appears to be the linux

Re: HTML to PDF

2002-03-27 Thread Steven Durette
[EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 9:27 PM Subject: Re: HTML to PDF Hi gang... same thing but on the windows side... I'm looking for a cheap (not necessarily free) ez, quick, etc solution. Crystal Reports is a decent way to get the job done but what a big flaky piece of software

html to pdf

2002-03-07 Thread Richard Meredith-Hardy
Can someone out there tell me where I can get a compiled version of htmldoc.exe v. 1-8-18 (ie the latest version) Much appreciated, thanks. -- Regards; Richard Meredith-Hardy - [EMAIL PROTECTED]

Re: html to pdf

2002-03-07 Thread Stephen Moretti
Can someone out there tell me where I can get a compiled version of htmldoc.exe v. 1-8-18 (ie the latest version) http://www.easysw.com/htmldoc/ http://www.google.com/search?sourceid=navclientq=htmldoc Turns up loads of references for various platforms.

Re: html to pdf

2002-03-07 Thread jasondavis19
Thanks for this great link!!! this is very useful!! - Original Message - Wrom: SWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQ To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 07, 2002 12:47 PM Subject: Re: html to pdf Can someone out there tell me where I can get a compiled version

Re: html to pdf

2002-03-07 Thread Richard Meredith-Hardy
Thanks, but I don't believe easysw distribute the compiled command line version of htmlDOC for free, you have to compile it yourself (which I have no idea how to do) which is why I put this request out to the list. Stephen Moretti wrote: Can someone out there tell me where I can get a

Re: html to pdf

2002-03-07 Thread Stephen Moretti
Thanks, but I don't believe easysw distribute the compiled command line version of htmlDOC for free, you have to compile it yourself (which I have no idea how to do) which is why I put this request out to the list. You need Visual C++ for a windows compile. The instructions are in the

Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Edward Chanter
Hey people, Does anyone have any experience using CF and/or another application to convert files on the fly? The scenario is: 1. Client logs onto website 2. Client uploads word or powerpoint document via a web page and cfftp 3. Server converts document to either html or pdf 4. Document is put

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Philip Arnold - ASP
Does anyone have any experience using CF and/or another application to convert files on the fly? The scenario is: 1. Client logs onto website 2. Client uploads word or powerpoint document via a web page and cfftp 3. Server converts document to either html or pdf 4. Document is put online

Re: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Brian Thornton
MAIL PROTECTED] Sent: Wednesday, March 07, 2001 5:18 AM Subject: Converting Docs and Powerpoint files to html or pdf using CF? Hey people, Does anyone have any experience using CF and/or another application to convert files on the fly? The scenario is: 1. Client logs onto website 2.

Re: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Brian Thornton
Sorry ASP meaning Application Service Provider not ASP as in Active Server Pages. - Original Message - From: "Brian Thornton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 4:26 AM Subject: Re: Converting Docs and Powerpoint files to

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Thomas Chiverton
Docs and Powerpoint files to html or pdf using CF? Hey people, Does anyone have any experience using CF and/or another application to convert files on the fly? The scenario is: 1. Client logs onto website 2. Client uploads word or powerpoint document via a web page and cfftp

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Larry Juncker
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 6:27 AM To: CF-Talk Subject: RE: Converting Docs and Powerpoint files to html or pdf using CF? Does anyone have any experience using CF and/or another application to convert files on the fly? The scenario is: 1. Client logs onto

Re: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Ken Wilson
If they are using Word or Powerpoint 2000 all they have to do si save the file as an HTML file. Have you ever looked at the quality of the code that method generates? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Jason Lees (National Express)
and Powerpoint files to html or pdf using CF? If they are using Word or Powerpoint 2000 all they have to do si save the file as an HTML file. Have you ever looked at the quality of the code that method generates? ~~ Structure your ColdFusion code

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Larry Juncker
. -Original Message- From: Ken Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 8:37 AM To: CF-Talk Subject: Re: Converting Docs and Powerpoint files to html or pdf using CF? If they are using Word or Powerpoint 2000 all they have to do si save the file as an HTML file. Have

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Edward Chanter
Wednesday, March 07, 2001 2:33 PM To: CF-Talk Subject: RE: Converting Docs and Powerpoint files to html or pdf using CF? If they are using Word or Powerpoint 2000 all they have to do si save the file as an HTML file. The work is already done for them. That seems simple enough. Larry Junck

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Gavin Lilley
: Converting Docs and Powerpoint files to html or pdf using CF? If they are using Word or Powerpoint 2000 all they have to do si save the file as an HTML file. Have you ever looked at the quality of the code that method generates? ~~ Structure your

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Edward Chanter
Thanks to all of you who posted replies to this thread. Just to let you know I've sorted the problem using activePDF and it works like an absolute dream Now I can actually get some sleep tonight :-)) I've managed to create a very basic app that allows a user to submit a word document via an