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/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 has a default margin that I want 
> to remove, cause then I have a problem with the format of my template.
> Is it possible to remove that margin, and then handle it directly in my 
> template css file? or is that margin mandatory, in which case does 
> anybody know the value of it?
> 
> Thanks a lot,
> 
> Antoine BERRY
> 
> 
> 
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/bastian.triller%40gmail.com
> 
> This email sent to bastian.tril...@gmail.com


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to