@Sebastian:
I think you must add a "padding:0;".
Try with
@page :first { size:210mm 297mm; margin:0; padding:0; background:yellow; }
If the page is completely white the border/margin is gone. If not you will see a yellow border around the page.
Hi Sebastian,
have you already had a look at our Scroll PDF Exporter? Our add-on offers lots of additional options to configure your export. You could have a look at one of our blogposts for further information.
Cheers,
Nils
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like a title page without margins.
but I still have a white border on every side, why
this ist my PDF Export Stylesheet:
@page { size:210mm 297mm; margin-top: 1cm; margin-bottom: 2cm; margin-left: 2cm; margin-right: 2cm; } @page :first { size:210mm 297mm; margin-top: 10cm; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; } .pagetitle { page-break-before: always; } .titlepageheader1 { background-color: rgb(0,58,98); width:100%; height:3cm; }
and this is my PDF Space Export Title Page:
<div class="titlepageheader"> <div class="titlepageheader1"> </div> </div>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think there are some examples in the documentation.
If you don't get to grips with that you should try to describe what you want, what you did so far and in what form your results were not as expected. This way others can help you more easily.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your code is correct. If "nothing happens" something else must be wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.