Save as PDF Add-In license

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

As I understand, it is permitted to use Access Runtime 2007 for reports
generation and redistribute this solution to clients. But what about Save as
PDF add-in: is it possible to freely redistribute it together with Access
runtime solution making possible to save reports in PDF format?
(I did not quite understand what is written on Microsoft site)
Thanks,
Bob
 
Bob said:
As I understand, it is permitted to use Access Runtime 2007 for reports
generation and redistribute this solution to clients. But what about Save
as
PDF add-in: is it possible to freely redistribute it together with Access
runtime solution making possible to save reports in PDF format?
(I did not quite understand what is written on Microsoft site)


Yes, you can redistribute it.
 
Dirk,

Just got this add-in installed.

Then I opened a report and used the SaveAsPDF to save the report to disk.
Is there any way to implement this via code?

--
HTH
Dale

Don''t forget to rate the post if it was helpful!

email address is invalid
Please reply to newsgroup only.
 
Disregard. I found it.

DoCmd.OutputTo acOutputReport, MyReport, acFormatPDF, MyFile

--
HTH
Dale

Don''t forget to rate the post if it was helpful!

email address is invalid
Please reply to newsgroup only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top