From: Alberto J. Y. <alb...@ms...> - 2009-04-19 23:54:36
|
Hi, I am having problems with the landscape of page A4. Can not get to work. In the xml file, I have <Report FontSize="9" orientation="landscape" paperType="'A4'"> After many unsuccessful tests, find the program sources, and change the files libsrc / layout.cy rpdf / rpdf.c as follows: libsrc / layout.c: (RLIB_PAPER_A4, 842, 595, "A4"), rpdf / rpdf.c: (RPDF_PAPER_A4, 842, 595, "A4"), Change the width and height. Landscape in this way works, but I do not think is the solution. There may be some bug in the code? >From already thank you very much -- |