PDA

View Full Version : C++ Sample using ActiveX


Buebber
March 6th, 2007, 01:16 AM
Hello,

I want to print a PDF file using the ActiveX control. I want to print it directly without opening a dialog.

Is there any possibility?


Thanks

Buebber

Grace
April 23rd, 2007, 02:11 AM
Hello Buebber,

Yes, it can be carried out by using the method Void Print(long hDc, short nPageFrom, short nPageTo, short nCopies, bool bCollate, float fScaling, bool bAutoRotate, bool bAutoCenter). Please refer to the specification of ActiveX-guide available online at http://www.foxitsoftware.com/foxitreader/ActiveX_guide.pdf.