Author | Topic: PDF printing to HP printers | |
---|---|---|
Ben Bodenstein | PDF printing to HP printers on Fri, 09 Jul 2010 10:24:14 +0200 I am using Edgar's XPPPDF class to create a PDF and then print it with the class. Now some HP printers like the P2015 are giving an error as soon as it receives the print job and then the user has to press the button on the printer for every page. I am setting the print job to A4 with oPdf:newpage(XBPPRN_FORM_A4) and the printer is also set to A4 everywhere. I tried changing the driver from PCL6 to PCL5, but the problem persists. Any ideas on what else I can do to get printer to accept the print job? Thanks, Ben | |
Thomas Braun | Re: PDF printing to HP printers on Fri, 09 Jul 2010 11:07:09 +0200 Ben Bodenstein wrote: > I am using Edgar's XPPPDF class to create a PDF and then print it with the > class. Does it work if you print the PDF with Adobe Reader? Thomas | |
Ben Bodenstein | Re: PDF printing to HP printers on Fri, 09 Jul 2010 11:43:42 +0200 Yes, then it prints with no problem. It is only since I used the XppPdf class print method that the problem started. Ben On Fri, 9 Jul 2010 11:07:09 +0200, Thomas Braun wrote: > Ben Bodenstein wrote: > >> I am using Edgar's XPPPDF class to create a PDF and then print it with the >> class. > > Does it work if you print the PDF with Adobe Reader? > > Thomas | |
Edgar Borger | Re: PDF printing to HP printers on Mon, 12 Jul 2010 11:31:41 -0300 Hi Ben, can you send me some sample file, I will run some tests here with my printer, it is not 2015 but should work the same way. Thanks, Edgar Em 9/7/2010 06:43, Ben Bodenstein escreveu: > > Yes, then it prints with no problem. It is only since I used the XppPdf > class print method that the problem started. > > Ben > > On Fri, 9 Jul 2010 11:07:09 +0200, Thomas Braun wrote: > >> Ben Bodenstein wrote: >> >>> I am using Edgar's XPPPDF class to create a PDF and then print it with the >>> class. >> >> Does it work if you print the PDF with Adobe Reader? >> >> Thomas | |
Ben Bodenstein | Re: PDF printing to HP printers on Wed, 28 Jul 2010 10:49:48 +0200 Thank you Edgar, the problem was fixed as soon as I used your latest DLL's. Obviously you fixed something there! Regards, Ben On Mon, 12 Jul 2010 11:31:41 -0300, Edgar Borger wrote: > Hi Ben, > > can you send me some sample file, I will run some tests here with my > printer, it is not 2015 but should work the same way. > > Thanks, > Edgar > > Em 9/7/2010 06:43, Ben Bodenstein escreveu: >> >> Yes, then it prints with no problem. It is only since I used the XppPdf >> class print method that the problem started. >> >> Ben >> >> On Fri, 9 Jul 2010 11:07:09 +0200, Thomas Braun wrote: >> >>> Ben Bodenstein wrote: >>> >>>> I am using Edgar's XPPPDF class to create a PDF and then print it with the >>>> class. >>> >>> Does it work if you print the PDF with Adobe Reader? >>> >>> Thomas | |
Edgar Borger | Re: PDF printing to HP printers on Wed, 28 Jul 2010 18:34:02 -0300 Hi Ben, there where some minor changes in regards to margins and paper size, maybe that was part of the problem, anyhow I am glad it's working now. Regards, Edgar Em 28/7/2010 05:49, Ben Bodenstein escreveu: > > Thank you Edgar, the problem was fixed as soon as I used your latest DLL's. > Obviously you fixed something there! > > Regards, > Ben > > On Mon, 12 Jul 2010 11:31:41 -0300, Edgar Borger wrote: > >> Hi Ben, >> >> can you send me some sample file, I will run some tests here with my >> printer, it is not 2015 but should work the same way. >> >> Thanks, >> Edgar >> >> Em 9/7/2010 06:43, Ben Bodenstein escreveu: >>> >>> Yes, then it prints with no problem. It is only since I used the XppPdf >>> class print method that the problem started. >>> >>> Ben >>> >>> On Fri, 9 Jul 2010 11:07:09 +0200, Thomas Braun wrote: >>> >>>> Ben Bodenstein wrote: >>>> >>>>> I am using Edgar's XPPPDF class to create a PDF and then print it with the >>>>> class. >>>> >>>> Does it work if you print the PDF with Adobe Reader? >>>> >>>> Thomas |