I am trying to generate pdf pages from html files in a page with header ( images and text) and footer ( text and lines). how can I solve my problem?
can I generate my page with some sections and insert html page into one of this?
I have tried some alterntives ( using samples ecc), without results.
how I proceed? do you have a sample?
thank you
Hi Lorenzo,
Thanks for contacting support.
In order to accomplish your requirements, you need to separately created Header/Footer section and place HTML content inside page body. Please visit the following links for further details on
thank you for fast answer. my problem - I haven’t explained well - in more complex (for me, I think):
the pdf document ( one or more pages) I would generate has this schema:
HEADER:
image text (the text change every document)
----------- line -----------
BODY:
the HTML page
FOOTER:
------------- line -----------
footer text ( basically “page x of X”)
how can I add a line to header / footer sections ?
I have seen imagestamp or textstamp,
but how add a line (without generate an image of the line)?
thank you
Hi Lorenzo,
Thanks for sharing the details.
In order to accomplish this requirement, you may consider the option to Add line object to PDF. The line object will be added in body part of the page and you can insert HTML content after the line object.