Hi,
I have Amyuni Document Converter 2.10e Developer Edition.
With this C++ code :
/* Set PDF Printer as Default */
EnablePrinter(hPDFPrinter,COMPANY,CODE);
BatchConvertEx(hPDFPrinter,"prova.doc");
/* Restore Previous default Printer */
EnablePrinter(hPDFPrinter,COMPANY,CODE);
PrintPDFDocument("prova.pdf","",1,1,1);
, I obtain correct pdf on paper with Windows 2000 / XP / 2003,
but on some PCs with Win 98 I have a blank paper, on correct
printer, but a blank paper...
Do you have any suggestion??
