PDF Generation

2004-04-12 Thread Ruben Ghosal
I have a report in ColdFusion and Flash. How can I save the report as a PDF file without losing any formatting characters? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT: PDF generation

2001-02-15 Thread Billy Cravens
I have the task of finding a solution for generating volumes of PDF's. Pretty typical: pull info from db, build a pdf, and save it to disk. However, we're talking about 10,000 pdf's at once. Anyone have any ideas on what would be the most robust solution? -- Billy Cravens HR Web Development,

RE: PDF generation

2001-02-15 Thread Simon Horwith
illy Cravens [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:32 PM To: CF-Talk Subject: OT: PDF generation I have the task of finding a solution for generating volumes of PDF's. Pretty typical: pull info from db, build a pdf, and save it to disk. However, we're talking abo

RE: PDF generation

2001-02-15 Thread Caulfield, Michael
. Michael Caulfield Cognitive Arts -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 11:32 AM To: CF-Talk Subject: OT: PDF generation I have the task of finding a solution for generating volumes of PDF's. Pretty typical: pull info from

RE: PDF generation

2001-02-15 Thread Arden Weiss
ssage- From: Billy Cravens [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:32 PM To: CF-Talk Subject: OT: PDF generation I have the task of finding a solution for generating volumes of PDF's. Pretty typical: pull info from db, build a pdf, and save it to disk

Re: PDF generation

2001-02-15 Thread Stephen M Aylor
Anyone hear put ActivePDF under that kind of stress? (10,000 pages / files at a a whack?) If your on a WIN platform give activepdf a whirl. If other OS or you run into prob's with ActivePDF ( i hear nasty "rumors" you might) Pretty much one of the un-disputed robust PDF generatio

Re: PDF generation

2001-02-15 Thread Stephen M Aylor
glancing > through the powerpoints it looked pretty slick. > > Michael Caulfield > Cognitive Arts > > -Original Message- > From: Billy Cravens [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 15, 2001 11:32 AM > To: CF-Talk > Subject: OT: PDF generatio

RE: PDF generation

2001-02-15 Thread Simon Horwith
I've put activepdf under pretty good stress on windows. In my opinion, it's not the best tool for batch processing, but is excellent for "on the fly" pdf generation and for very dynamic page generation (it integrates very well with other COM Objects). Unlike some of the o

RE: PDF generation

2001-02-15 Thread Caulfield, Michael
http://www.ininet.com/home/cfsouth.zip -Original Message- From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:35 PM To: CF-Talk Subject: Re: PDF generation Search on the site results in NIL under Adobe / PDF / CFSOUTH ... tho I did find a pr on the

Re: PDF generation

2001-02-15 Thread Sean Renet
sday, February 15, 2001 12:47 PM Subject: RE: PDF generation > > http://www.ininet.com/home/cfsouth.zip > > > -Original Message- > From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 15, 2001 12:35 PM > To: CF-Talk > Subject: Re: PDF generatio

RE: PDF generation

2001-02-15 Thread Arden Weiss
]] Sent: Thursday, February 15, 2001 3:47 PM To: CF-Talk Subject:RE: PDF generation http://www.ininet.com/home/cfsouth.zip -Original Message- From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:35 PM To: CF-Talk Subject: Re: PDF generation

Re: PDF generation

2001-02-15 Thread Paige Chandler
I get file not available - been moved. Maybe took X-Lax! I still have some interest in XML. PC - Original Message - From: "Arden Weiss" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 4:04 PM Subject: RE: PDF gene

RE: PDF generation

2001-02-15 Thread Arden Weiss
11:16 PM To: CF-Talk Subject:Re: PDF generation I get file not available - been moved. Maybe took X-Lax! I still have some interest in XML. PC - Original Message - From: "Arden Weiss" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thu

Re: OT: PDF generation

2001-02-15 Thread Clint Tredway
I am using activePDF Server and WebGrabber from ActivePDF. It works pretty well and is fast. www.activepdf.com -- Clint Tredway www.factorxsoftware.com -- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusion

Re: [OT: PDF generation]

2001-02-15 Thread Alex
first use the right tool for the job. is this a batch job? there is a free pdf lib for C,perl, java, python Billy Cravens <[EMAIL PROTECTED]> wrote: I have the task of finding a solution for generating volumes of PDF's. Pretty typical: pull info from db, build a pdf, and save it to disk. Howeve

Re: [OT: PDF generation]

2001-02-15 Thread Billy Cravens
Yes it will be a batch job. Where can I get the library(ies)? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Alex wrote: > > first use the right tool for the job. is this a batch job? there is a free pdf > lib for C,perl, java, python > > Billy Cravens <[EMAIL PROTECTED]> wrote

RE: [OT: PDF generation]

2001-02-15 Thread Simon Horwith
f.com > -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 2:35 PM To: CF-Talk Subject: Re: [OT: PDF generation] Yes it will be a batch job. Where can I get the library(ies)? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED]

Re: [OT: PDF generation]

2001-02-15 Thread Stephen M. Aylor
And that lib would be? where? Steve - Original Message - From: "Alex" <[EMAIL PROTECTED]> > first use the right tool for the job. is this a batch job? there is a free pdf > lib for C,perl, java, python ~~ Structure your ColdFusion c

CFMX7 PDF generation question

2005-02-11 Thread Damien McKenna
I've got a question about CFMX7's PDF generation. Presumably it is converting HTML content to PDF format. The question is, what generator does it use to do this - IE's DLLs, Gecko, or something else as this will drastically affect the quality of the output. Also, how would thin

Re: [Re: [OT: PDF generation]]

2001-02-15 Thread Alex
www.fastio.com/ Billy Cravens <[EMAIL PROTECTED]> wrote: Yes it will be a batch job. Where can I get the library(ies)? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Alex wrote: > > first use the right tool for the job. is this a batch job? there is a free pdf > lib for C,perl

RE: CFMX7 PDF generation question

2005-02-11 Thread Robertson-Ravo, Neil (RX)
I believe it is using a combo of Java and/or FlashPaper. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: 11 February 2005 15:10 To: CF-Talk Subject: CFMX7 PDF generation question I've got a question about CFMX7's PDF generation. Presumably it is