I have the trialversion of documentEditor running im my angular application. I try to generate a JSON File that acts as a template for the letter. I have problems positioning the Items like address, date and subject. First I tried to use shapes and positionned them relative to the MArgin or the Page. This seemed to work at the first glance, but trouble starts when I have a pagebreak, then my positioned items are transferred to the second page. I only want to have the address, date and subject on the first page. Then I tried another approach. I made set differentFirstPage to true and positioned the items into the firstPageHeader, but in order to access these items (address, date and subject) I have to make the header distance very big to be able to click inside and reach my text. But then the offset on the following pages is also very big - Is there a way to have differnet Header sizes or margins on the fistPage and following pages ? I cannot find a "sectionFormat" block inside my firstPageHeader - it seems that the sectionFormat is the setting for the entire document ... Is there any way to have different margins on first and following page