Rank: Member Groups: Member
Joined: 4/30/2013 Posts: 11
|
Hi, we are evaluating various PDF converters for our project. Recently I stumbled upon your product offerings and liked it very much. Most of our requirements are satisfied by your products rich feature list.
Mostly we will be using ConvertUrl functionality to convert our Printable Page Url to corresponding PDF, which will be either streamed down to user browser or presented with Download\Save option box. One of our requirement is to TimeStamp the generated PDF at top right corner. How can I achieve this? May be I will have to use ConvertUrl along with PDF Creator Low Level Content API Text? Do you have any sample for same?
Thanks in advance -nbhor
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You can use the PDF Creator API, or use HtmlToPdf.Options.HeaderHtmlFormat. If you use HeaderHtmlFormat, you simply set that to the text you want to print as header. If you use Pdf Creator API, you can take a look of the samples in the sample project. You do not need to use the "Low Level Content" API. That's even lower than PDF Creator.
Thanks!
|
Rank: Member Groups: Member
Joined: 4/30/2013 Posts: 11
|
Thanks for prompt reply. It works like you mentioned.
|