I have a requirement to create a PDF file for one of my .Net web applications that are currently hosted on Appharbor.
Traditionally, I just installed latex on a machine and created PDFs on the fly using pdflatex. This requirement is to display sections in HTML for end users, but also have a downloadable PDF file, so it is slightly different.
I found several (free) external HTML to PDF converters that may be applicable in this case. However, I did not find any libraries allowing me to do this purely programmatically.
What advice would you give if I plan to continue using Appharbor?
Should I create a separate instance of EC2 (or similar) to run such an application? Or is there a better alternative?
source share