wicked_pdf
wicked_pdf copied to clipboard
PDF generator (from HTML) plugin for Ruby on Rails
I recently updated my OS from ubuntu 20.04 to 22.04 i did not upgraded it from the previous version i had to clean and install a fresh ubuntu 22.04 version,...
## Issue description Some of the generated pdf files have no styling. This happens apparently randomly. ## Expected or desired behavior Files are consistently generated with the styles. ## Analysis...
## Issue description When creating a pdf-file with content given in footer- and header-options, the pdf creation sometimes fail. The reason for the failure is that temporary files widget-pdf creates...
Fix issue #1031. Header/footer generated by `WickedPdf::Tempfile` is deleted before wkhtmltopdf called. This PR try to use normal `File` then delete it when the pdf file generated.
## Issue description We produce .doc and .pdf reports for our users to download. Recently we introduced a TOC and now we're experiencing intermittent local failures in our minitest report...
Hello, First/cover page I don't want to header and footer . for that I used cover option to write code on other page. and I succeed to remove header and...
## Issue description Hi, I'm having a strange issue with the rendering images inside the table cell. Usually, everything works OK, but sometimes the PDF starts rendering the image that...
@unixmonkey I'm using wicked_pdf and combine_pdf to make it happen. The output of the result is that links are broken and not working at all. [Monarch-HTML-Importer-PDF-Preview-Full-PDF-1663881297.pdf](https://github.com/mileszs/wicked_pdf/files/9629537/Monarch-HTML-Importer-PDF-Preview-Full-PDF-1663881297.pdf) @unixmonkey do you know...
## Issue description In a project using both [view_component](https://github.com/github/view_component) and wicked_pdf, trying to render a pdf throws a fatal error. I suspect the issue is related to this other issue:...
## Issue description We've been having issues with the render since our upgrade to rails 7.0 reporting that the template is not found even though the render code inside the...