Convert Access Report to PDF using clsPDFCreator

 Hi I am new to programming and just learning to create pdf's from other applications.  I want to create a pdf from a report, in access 2003.  I have tried other options, dll's and ocx's, but I don't want to have to rely on an external dll.

Can someone please help me/ point me in the right direction on how to use the clsPDFCreator class.  It seems to me that this would be the way I would like to go.  I have played with the class and am not sure on how it works.

Thank you in advance

Please help.  I have the same issue!

 

 

Any can help here?

Hello,

Together with PDFCreator, there are some samples how to use the COM classes. In the installation directory under COM\\Samples\\MS Office you'll find a sample for Access as well.

The basic thing that happens is, that you have a script that prints your document to the PDFCreator printer. You then take control of PDFCreator (via clsPDFCreator) and set where to save the file.

This is just a brief description of what is happening, you'll find the rest in the sample. You'll still have to modify it though to fit your needs.

kind regards,

Philip