Today I played around with installing WordPress 3.9 on Nginx at DigitalOcean and was amazed at how easy it really was. It was so easy that I decided to also install HHVM. I’m not going to go into every detail since I mostly just used already existing tutorials that I combined….
Month: August 2014
How to merge PDFs and add a Table of Contents (TOC)
This sample code shows how to merge multiple PDFs and add a Table of Contents (TOC) at the end of the document. http://stackoverflow.com/a/25316944/231316
How to convert HTML to PDF using iTextSharp
I just posted a question and answer tutorial on Stack Overflow for how to convert HTML to PDF using iTextSharp. It shows off both HTMLWorker as well as XMLWorker.