dbTalk Databases Forums  

Access 2007 Windows 7 SaveAsPDF Woes

comp.databases.ms-access comp.databases.ms-access


Discuss Access 2007 Windows 7 SaveAsPDF Woes in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jeff003@youcanbillme.com
 
Posts: n/a

Default Access 2007 Windows 7 SaveAsPDF Woes - 01-21-2012 , 07:13 PM






Hi

I have just taken the plunge and upgraded to Window7 64bit

Spent about 5 hours trying to get SaveAsPDF to work
when I found blog warning that this is incompatible with
the new operating system. Why doesn't MS tell us this.

Is there any way I can get this to work without the double
handling of RTF doc to PDF

Thanks

Reply With Quote
  #2  
Old   
Albert D. Kallal
 
Posts: n/a

Default Re: Access 2007 Windows 7 SaveAsPDF Woes - 01-21-2012 , 08:24 PM






wrote in message
news:76d843ad-5ca2-4854-96cc-5431ead1c3bb (AT) h6g2000yqk (DOT) googlegroups.com...

Quote:
Is there any way I can get this to work without the double
handling of RTF doc to PDF
I not aware that PDF does not work on 64 bit OS.

Such a setup should work just fine.

To output a report as pdf, you can use:

strRpt = "customers"
DoCmd.OpenReport strRpt, acViewPreview

strFileName = "c:\savedpdf\test.pdf"
DoCmd.OutputTo acOutputReport, strRpt, acFormatPDF, strFileName

So, I not sure what you mean by save-as pdf?, but the report ribbon should
give you this option. (print preview as opposed to report preview).

And for 2007, or 2010, you don't use some type of pdf printer, this ability
built into the product.

You might want to expand further on this.

Do keep in mind that the PDF ability for 2007 will only be available if you
have the latest service pack for office 2007 installed.
You can also download the pdf option separate if Office not been updated to
the latest SP.

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
Pleasenospam_kallal (AT) msn (DOT) com

Reply With Quote
  #3  
Old   
bobdydd
 
Posts: n/a

Default Re: Access 2007 Windows 7 SaveAsPDF Woes - 01-23-2012 , 09:53 AM



Thanks Albert

SaveAsPDF was a little add-on for Office 2007 back in 2007 before the
service packs.

I have updated with the latest service pack as you recommended and the
PDF converter is now there.

Best Regards


Quote:
Do keep in mind that the PDF ability for 2007 will only be available if you
have the latest service pack for office 2007 installed.

Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
Pleasenospam_kal... (AT) msn (DOT) com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.