PDA

View Full Version : Word 2003 VBA code to export PDF.



msadiqrajani
09-24-2012, 06:19 AM
Recent I am trying to convert my word 2007 macro to word 2003.
I have converted almost all parts, but am unable to find proper conversion code to export PDF.

I word 2007, I used exporttofixedformat method to export word documents to PDF. This methoed wont work in word 2003.

Please help me to figureout how I can convert this part too.

Thanks

fumei
09-24-2012, 11:24 AM
Have you tried googling this?

Bottom line? You can not do a straight conversion because there is no equivalent in 2003. You are correct..."this method does not work in 2003".

You need a third-party add-in. Essentially these act as a printer driver and you write a print file to it. Note that these will probably be static PDF (no searching in them).

msadiqrajani
09-24-2012, 12:53 PM
Yes...I tried google and got results mostly for using Acrobat Professional or Addin.

I will implement this on many pc so finding most easiest way.IE free addin which allows to export programatically.

What will be the best tool for this

fumei
09-24-2012, 01:33 PM
There are free add-ins. Try googling again.