Search found 8 matches

by Norm Smith
Fri Feb 24 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Version 2.10i producing 1 pixel pages
Replies: 2
Views: 4823

Joan,

Yes, upon reflection this makes sense. The PCs in question have no other default printer, just the PDF converter. Our software takes the default paper size from the default.

In this case the papersize would be undefined.

I'll try to remedy this. Thanks for your quick response.

Norm
by Norm Smith
Thu Feb 23 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Version 2.10i producing 1 pixel pages
Replies: 2
Views: 4823

Version 2.10i producing 1 pixel pages

Hi, We have a customer with Windows 2000 clients. We have installed version 2.10i on their PCs. When they print (a 3 page document for instance) your software produces a valid PDF file but the pages appear to be 1 pixel by 1 pixel. We know this is not an AmyUni issue as we have many other successful...
by Norm Smith
Fri Nov 28 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Concatenating 2 print jobs into the same PDF file.
Replies: 1
Views: 3880

Oops, I found the problem.

I copied cdintf.dll to cdintf210.dll and all is OK.

I hope no one wasted any time on this.
by Norm Smith
Fri Nov 28 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Concatenating 2 print jobs into the same PDF file.
Replies: 1
Views: 3880

Concatenating 2 print jobs into the same PDF file.

Hi, I'm currently evaluating the PDF Converter Developer Pro version. I have one issue I cannot resolve. The DLLs are version 2107 This is the general flow of my program. PDFDriverInit ( ... ) EnablePrinter ( ... ) SetOrientation ( ... ) SetPaperSize ( ... ) SetResolution ( iv_hPrinter, 600 ) SetFon...
by Norm Smith
Mon Jun 16 2003
Forum: Power Builder Community
Topic: Help with Evaluation of Print Converter
Replies: 2
Views: 9182

Joan,

I re-downloaded the latest version and everything is working OK. The PowerBuilder code that would not work in the orginal post now works fine.

The only possibility I can think of is that perhaps I did not copy the license string correctly the first time.

Anyway, thanks for your help.
Norm
by Norm Smith
Tue Jun 10 2003
Forum: Power Builder Community
Topic: Help with Evaluation of Print Converter
Replies: 2
Views: 9182

Help with Evaluation of Print Converter

Support, I have downloaded an evaluation version of your print converter so that I can evaluate it with my PowerBuilder application. I have copied all the runtime files ( acfpdf.dll etc) into my application directory. I watch the Printers folder as I run the attached code and I can see that the prin...
by Norm Smith
Fri Apr 25 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDFDriverInit always returns 0
Replies: 2
Views: 5969

Thanks Joan,
That was it, I had not copied the supporting DLLs into the directory.

Norm
by Norm Smith
Wed Apr 23 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDFDriverInit always returns 0
Replies: 2
Views: 5969

PDFDriverInit always returns 0

Hi, I am using the evaluation version of the PDF Printer Driver. I am trying to use the DLL interface from a PowerBuilder application. I am using Windows XP Pro and I have full administrator rights on my PC. I have copied CDINTF.DLL into my Winnt\system32 directory. After the call to PdfDriverInit()...