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.
 
Back
Top