Dynamic HTML to PDF
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've built an application that downloads with no problem a web. The next step is to convert it to PDF. To do this, there are some approaches: iTextSharp, a virtual printer, via command line... The problem is, that my HTML is a dynamic HTML, and when I preview the download web in my browser, it doesn't have style information, photos.. and so on. So, the future PDF will lack these too. All "src" and "href" tags are relative to the original url. How to modify the downloaded web to convert it properly to PDF? Thanks in advance. Regards