Re: Symmetric margin

pinEdit WP

Symmetric margin


Leon_Pinto 08-05-2008, 11:56
Hello, i'm working with the pinEdit Web version 7. We need implement symetric margins, is it possible with this version. Tnks

Re: Symmetric margin


Pintexx Support 08-06-2008, 9:24
Hello,

what do you mean with symetric margins ?
Could you please explain ?

Do you talk about document margins ?

Regards,
Hans-Peter

Re: Symmetric margin


Leon_Pinto 08-07-2008, 6:20
Hello, I mean in MS Word when you print, document margins distinct left and right pages, so, if you want to bind the document, on the left page, you have a large margin in the right side and on the right page, the margin larger is in the left side, do you follow me?

Re: Symmetric margin


Pintexx Support 08-08-2008, 9:36
Hello,

I'm not feel certain what you mean but you can set the margins of an HTML document like this.

...body style="margin-left:2cm;margin-right:2cm">...

If you have DocumentView (Page view) on then you should see the effect.

Regards,
Hans-Peter

Re: Symmetric margin


Leon_Pinto 08-12-2008, 7:00
Hello Hans-Peter, sorry by my explaination. I mean, as you can see books that has been binding for one side if you see the book in the front side, the left side of the page has bigger margin than the right one. But, all the "left pages", you know, the pages with pair page number, the bigger margin is in the right side.

In MS-Word, in the page configuration settings, you can set four differents options in a combobox, one of them is "symmetric margins". This option, makes difference between left and right pages, at the print moment, both, have different size in the margin, for example, if in right pages, the left margin is for 1 inch and the right margin 3 inch, in left pages, the margins will be for 3 inch in the left margin and 1 inch in the right one.

For the left and right pages, we want to say that the document can be print for both sides, and the first page is right page and the second is left.

Thank you

Leonardo

Re: Symmetric margin


Pintexx Support 08-13-2008, 3:02
Hello Leonardo,

this is not possible in pinEdit because HTML does not know pages.

But it should be possible in pinPDF because you get an event before each page is created and then you can set individual margins.

Regards,
Hans-Peter

Re: Symmetric margin


Leon_Pinto 08-13-2008, 4:44
Thank you! We are goin to implement this solution