Converting Word Document to PDF

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
srini
Posts: 4
Joined: Mon Mar 21 2005

Converting Word Document to PDF

Post by srini »

Hi
I am programmatically instantiate an instance of MsWord and using it’s .printout() method to direct it’s output to the PDF Converter to avoid the Word popups while converting word documents to PDF.Its working fine for me..But "printer pop-up's"(Document <1> is sent to printer) are still coming.Any work out for this?
Thanks in Advance.
Regards
Srini
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

The printing pop-up's 'Document <1> is sent to printer' is effectively not generated by the printer, it is generated by the printing application, in this case Word, so using the PDF Converter we don't have control over this.

I don't think there is anyway to avoid getting this message while printing but in case anyone here knows of any API to avoid getting the printing message i am sure he or she will let you know.

Have a nice day!
Flanders
Posts: 1
Joined: Fri Jul 08 2005

Post by Flanders »

Hello,

You can use "PrintOut(True)". :arrow: True is the value of the "background" parameter of Word's printout method.

Hope it helps ...
Post Reply