Output to PDF - FAO Albert D. Kallal

  • Thread starter Thread starter Newbie
  • Start date Start date
N

Newbie

How can I create PDF files for my reports?

I have downloaded the cutepdf that you recommended in another post - how do
I get my reports to use it?
 
http://www.lebans.com/ReportUtilities.htm
Newbie said:
How can I create PDF files for my reports?

I have downloaded the cutepdf that you recommended in another post - how do
I get my reports to use it?

While looking at the report, you go file-Print and select the pdf printer.
That is how they all generally work (you print to a pdf printer, and then it
asks you for the file name of the pdf to create).

If you need to setup the output file via code, then I don't believe that the
above pdf driver can do this (it might, but I am not aware of this).

For that, you need either adobe product, or even something like:

http://site4.pdf995.com/download.html
 
New:

To our knowledge CutePDF can't be automated at this point.

Other drivers like Win2PDF (www.daneprairie.com), pdfFactory
(www.fineprint.com) pdf995, as well as Adobe's pdf drivers can be automated.
If you want to try out any of those drivers you might also look at our PDF
and Mail Library for Access which will allow you to use as little as 5 lines
of VBA to specify the report and PDF output file you want in code.
 
Gabriele:

I believe Albert of Win2PDF; the original poster's question if memory
serves, was about a "freebee" conversion tool.

Steve Arbaugh
 
Back
Top