|
Rank: Advanced Member Groups: Member
Joined: 6/13/2012 Posts: 55
|
I'd like to create a repeating html header for each page- in the first 1f of space. In that area there would be target for an a href link (for example: <div id="div1" name="div1">Hello World.</div>. Then, I would add the content of the report with a target area that adds a 1f margin at the top to allow for the header.
I need to be able to have an html link within the content (for example <a href="#div1">Say hello.</a> of the report that targets the destination in the header area.
There's a lot more going on with loops and pdf merges in my solution, so the simpler the solution to this the better. Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
There isn't any built-in support for that. So what you are already doing (loops and merges) might be the only way to do that.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/13/2012 Posts: 55
|
Is it possible to create a margin on every page, except the first page of a converted pdf? Or, set HtmlToPdfOptions.StartPosition to a negative value to overwrite the initial page margin?
|
|
Rank: Advanced Member Groups: Member
Joined: 6/13/2012 Posts: 55
|
StartPosition can be set to a negative value. It looks like that option might do the trick.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
OK. Let us know if there is anything else.
|
|