i’m using PDFizer library for .NET from here – PDFizer
and i need help… how i can convert all html document(including pictures stored in it) to PDF with this library? Now i can only generate pdf without images…
i’m using PDFizer library for .NET from here – PDFizer and i need help…
Share
After some testing, this is what you need to do:
Pdfizer.HtmlToPdfConverterchange theImagePathAttribute to point to the folder where your images reside.<img>tags in your html code.Note: I tried adding Png files and got a conversion error. Here is an example I took from the site you provided, plus my modifications:
Good luck!