With active pdfs how to you add the linearization? I can't seem to get 
it to
work and our pdfs are huge.  Right now it's taking anywhere from one 
minute
to 4 min to open the files(ie 25 report cards are taking about a minute 
to
open.)
Their documentation says the syntax is:
R%=APTOOLKIT.LinearizeFile(InputFileName$, 
OutputfileName$,UserPasswords$)
This is what I have:
<CFOUTPUT><CFSET  R=
Toolkit.OpenOutputFile(ExpandPath("../Temp/RepCard2#RandomNumber#.PDF"))
>

<CFSET S=Toolkit.OpenInputFile(ExpandPath("../PDF/RepCard2.PDF"))>
<CFSET T=Toolkit.LinearizeFile (R, S, 0)>
</CFOUTPUT>
Can someone please send me some cf/activepdf code that uses 
linearization.
Thanks,
j

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 9:58 AM
To: CF-Talk
Subject: RE: Aboout ActivePdf


> Can you actually create print quality PDF's using ActivePDF?  
> I'd love to make some dynamic reports to use as brochures, etc, 
> containing real-time data from some of our apps.

Yes, you can - we've done some interesting work with ActivePDF, in 
which
documents needed to be created to exact specifications for legal 
purposes.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to