Creator ActiveX will not print

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
ColinParker
Posts: 18
Joined: Thu Mar 27 2003

Creator ActiveX will not print

Post by ColinParker »

Hi there,

i want to use the creator activeX control to print a PDF document. The PDF Creator demo app you supply works succesfully, however when i add the activeX to a c++ form and ask it to load a document and print, the print fails.

code:
m_testDOc.StartPrint("", TRUE);
for (int a = 1; a <= pages; a++)
{
m_testDOc.PrintPage(a);
UpdateProgressBar(a);
}
m_testDOc.EndPrint();

where m_testDOc is the activeX control.

Any ideas??

cheers
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Your code seems to be fine.

Is your physical printer set as default on the system?

Tanks.
Post Reply