From: Alberto J. Y. <alb...@ms...> - 2009-04-20 14:11:10
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Hi Bob,<br> <br> <div style="text-align: left;" id="result_box" dir="ltr">Yes, I've tested and works correctly. Does not work with A4.<br> <br> Thank<br> </div> <br> Alberto,<br> <br> Can you get landscape to work with other paper types?<br> <br> We use landscape all the time w/ US paper.<br> <br> - Bob<br> <br> On Sun, 2009-04-19 at 20:53 -0300, Alberto Julio Yuale wrote:<br> > Hi,<br> > I am having problems with the landscape of page A4. Can not get to work.<br> > In the xml file, I have<br> > <Report FontSize="9" orientation="landscape" paperType="'A4'"><br> > <br> > After many unsuccessful tests, find the program sources, and change the<br> > files libsrc / layout.cy rpdf / rpdf.c as follows:<br> > <br> > libsrc / layout.c: (RLIB_PAPER_A4, 842, 595, "A4"),<br> > rpdf / rpdf.c: (RPDF_PAPER_A4, 842, 595, "A4"),<br> > <br> > Change the width and height.<br> > <br> > Landscape in this way works, but I do not think is the solution.<br> > There may be some bug in the code?<br> > <br> > >From already thank you very much <div class="moz-signature">-- <br> <br> </div> </body> </html> |