Re: Question about ERPDFWrapper

2012-09-04 Thread Antoine Berry
work thanERPDFWrapper. Ted --- On Fri, 8/31/12, Bastian Triller wrote: From: Bastian Triller Subject: Re: Question about ERPDFWrapper To: "Antoine Berry" Cc: webobjects-dev@lists.apple.com Date: Friday, August 31, 2012, 10:58 AM hello, you can alter the margins in your CSS with someth

Re: Question about ERPDFWrapper

2012-08-31 Thread Theodore Petrosky
Antoine, did you check out Jasper reports? the pdfs it creates are fantastic. Albeit, it think more work thanERPDFWrapper. Ted --- On Fri, 8/31/12, Bastian Triller wrote: > From: Bastian Triller > Subject: Re: Question about ERPDFWrapper > To: "Antoine Berry" &

Re: Question about ERPDFWrapper

2012-08-31 Thread Antoine Berry
Thank you a lot, that solved my problem! Le 31/08/12 16:58, Bastian Triller a écrit : hello, you can alter the margins in your CSS with something like: @page { size: A4; margin: 37mm 1cm 35mm 25mm; } @PAGE:first { margin: 5cm 1cm 35mm 25mm; } Bastian Am Freitag, den

Re: Question about ERPDFWrapper

2012-08-31 Thread Bastian Triller
hello, you can alter the margins in your CSS with something like: @page { size: A4; margin: 37mm 1cm 35mm 25mm; } @PAGE:first { margin: 5cm 1cm 35mm 25mm; } Bastian Am Freitag, den 31.08.2012, 12:22 +0200 schrieb Antoine Berry: > Hello everybody! > > I'm a new Webobjects

Question about ERPDFWrapper

2012-08-31 Thread Antoine Berry
Hello everybody! I'm a new Webobjects/Wonder developer. I'm currently working on a invoice application and I have a little problem with the ERPDFWrapper when I want to create my Invoice as PDF. My problem is that when I surround my html component with an ERPDFWrapper, the pdf which is generate