Re: Question about ERPDFWrapper
Re: Question about ERPDFWrapper
- Subject: Re: Question about ERPDFWrapper
- From: Bastian Triller <email@hidden>
- Date: Fri, 31 Aug 2012 16:58:54 +0200
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 (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden