Jump to content
We've recently updated our Privacy Statement, available here ×

Printing Problem at Dot Matrix Printer


voltage

Recommended Posts

hi,

     currently my report size with page width="615" by page height="395" in orientation="Portrait". So may i know why after printing first page then alignment is out in the second page at dot matrix printer (Panasoni KX-P1121).

     by the way, from the attechment is the current report that i had done.

Thanks and pls kindly advice ...

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

Your design is good.

Unless the corresponding Java class is attached it is difficult to say more on the error you are facing.

Currently I am facing the same issue as you do.

Here is the code which does the actual printing to the dot matrix printer.

jrPrint = JasperFillManager.fillReport(Report_Template, jrParameters, lDataSource);
JasperPrintManager.printReport(jrPrint, true);

I am  working around it. 

If I suceed, I will post the solution in this thread.

Thanks

Vivek.



Post Edited by Vivek at 03/10/09 18:02
Link to comment
Share on other sites

  • 3 weeks later...

Vivek Gandhi
Wrote:

Hi,

Your design is good.

Unless the corresponding Java class is attached it is difficult to say more on the error you are facing.

Currently I am facing the same issue as you do.

Here is the code which does the actual printing to the dot matrix printer.

jrPrint = JasperFillManager.fillReport(Report_Template, jrParameters, lDataSource);
JasperPrintManager.printReport(jrPrint, true);

I am  working around it. 

If I suceed, I will post the solution in this thread.

Thanks

Vivek.



Post Edited by Vivek at 03/10/09 18:02

hi Vivek, sorry for late reply. I had ready some scanned picture that print layout with marking. I think that will as same as what you are facing too ...

By the way, Who are please share among with us to whom are having this issue before. I feel that this problem are not only I and Vivek only experience it and Hope to be we can settle entire case from here and help those are seeking for this problem to slove too ..

Thanks.. and good day

Link to comment
Share on other sites

  • 3 years later...

 hello there,

we also experience the problem on second page get more upper margin each time printing in multiple pages

did anybody found the solution on this? 

the dot matrix printer is Epson LX-300 , is it vendor specific problem?

 

thanks,

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...