Re: print PDF

2008-05-29 Thread Jacques Le Roux
Moreover the final file you are likely to change would be something like *.fo.ftl. Then you have to learn a bit about FOP I guess : http://xmlgraphics.apache.org/fop/ Jacques From: "Amine AZZI" <[EMAIL PROTECTED]> Hello, Actually what you have seen in the url is not a file but a request path

Re: print PDF

2008-05-29 Thread Amine AZZI
Hello, Actually what you have seen in the url is not a file but a request path that you must check out in the controller.xml. It's probably a url that points to a view handled by a freemarker .ftl file or a form widget .xml that renders pdf. To summarize, you must check everything in /webapp/$com

print PDF

2008-05-29 Thread Carlos Villavicencio
Hello there, I need to change the invoice's format in the PDF for printing, so where I can change that? In the uri of the PDF button referees an invoice.pdf file which receives as parameter the invoice number, but I cant find that file. Where is the mechanism for doing thant? Thanks in advance.