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.
The code below works fine for Windows 2000 machines, but on a Win98 and a Win95 machine, the code fails when on the cdiDoc.Open line. I'm rather new to PDF Converter, so I may be missing something.
Actually, the code above was properly creating the file. It was when I tried to open it using "cdiDoc.Open strFileName " that it failed.
I did get it to work, though I suspect there may be a problem with the open method under certain circumstances. In my PrintRR call, I was not explicitly declaring a font. On the various Win2K machines I was using, it was defaulting to Arial. For some reason that I have not taken the time to investigate, the Win95 machine is defaulting to a custom-installed art-deco font called "TheBeesKnees," but this font was not being embedded in the PDF.
After I changed my code to explicitly set the font to Arial in my PrintRR procedure, the code sample above worked flawlessly on the Win95 machine. So, I suspect there was something about the format of the PDF using "TheBeesKnees" that caused cdiDoc.Open to fail. I have not tested taking the PDF produced on the Win95 machine and opening it on a Win2K machine.