Node.js

Add Page number using Page Property of CSS

In my recent Nodejs project, we were required to generate the pdf document from HTML page. We are using iText renderer for doing this. The client had the requirement that each page bottom right needed to have a number on it. All these things need to be replicated on every page. So for doing this we need to know more about the CSS3...

by Uday Pratap Singh
Tag: Paged Media
20-Aug-2010

Technology

Creating Paged Media with Different Paged Modes Using CSS3

In one of our projects, we had to create PDF documents from HTML. The iText renderer was an excellent solution to do that. However, the tricky part was that the cover page had to be of portrait orientation and the rest of the document, of landscape orientation. After doing a fair share of searching on the web, I came across the...

by Vivek Krishna
Tag: Paged Media
30-Jul-2010