Tagged Questions
16
votes
4answers
1k views
How to create PDF and HTML output from the same source
I'm working on a document that has been published only as a PDF file until now. To utilize some of PDF's features, it uses the packages pdfpages and pdftex and commands like includepdf{}.
But soon ...