-
When launching a print with Weasyprint I noticed an issue if using pydyf==0.11 instead of pydyf==0.8.0
```
File "/home/ubuntu/virtualenvs/testvenv/gitrepos/anaci_projects/anaci_app/packages/anc_base/…
-
everytime i run the project and click on the button to generate pdf i get this error HTMLtoPDF did fail.please help me out
-
### Which class is this unit test associated with?
_No response_
-
Hello! I tried to convert HTML to PDF using your library, but the resulting document is empty.
```
final widgets = await htp_widgets.HTMLToPdf().convert(html);
final doc = htp_widgets.D…
-
I have the same issue as [this issue](https://github.com/wooio/htmltopdf-java/issues/7 ) but the solution there did not solve my problems.
I've tried with this dockerfile
```
FROM frolvlad/a…
-
This is how I sending buffer in the response.
```
htmlToPDF.create(finalHTML, options).toBuffer((err, buffer) => {
if (err) {
res.json(respon…
ghost updated
2 months ago
-
Hello,
I suddenly changed from an old version of NDHTMLtoPDF with UIWebView to the current version with WKWebView. Then problem now is, that I'm missing the images in the pdf. Is this a bug or do …
-
I am trying to implement this library in my mvc application and is working fine in local but when I move it to a IIS server the images aren't loading anymore in the pdf. I have activated the loadImag…
-
Hi,
I want to add margin to PDF file but it's always return false, here is my code
`boolean success = HtmlToPdf.create().marginTop("15px").object(HtmlToPdfObject.forHtml(content)).convert(pdfFilePat…
-
I am Using Pechkin dll in c# to convert HTML file to PDF file. converted PDF file has Style issue only when application runs with HTTPs protocol but it works well in HTTP protocol. could you help me?