elixir-pdf-generator icon indicating copy to clipboard operation
elixir-pdf-generator copied to clipboard

Create PDFs with wkhtmltopdf or puppeteer/chromium from Elixir.

Results 29 elixir-pdf-generator issues
Sort by recently updated
recently updated
newest added

It seems like the latest official release 0.6.2 doesn't include a key commit [here](https://github.com/gutschilla/elixir-pdf-generator/commit/fd1426e4582a7ccbb2d90870d33f734963155aa1) which would support the `prefer_local_executable` option. The current workaround is to install the latest version as...

Hi, I am using elixir-pdf-generator in a Phoenix app and am able to create PDFs wtihout problem. However I am currently forced to download Bootstrap during the PDF generation time...

help wanted

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I've latest nodejs version 15.14.0. I've created new phoenix project by `mix phx.new hello --no-webpack`. Then, I created assets folder. 1. Inside the assets, I run `npm install chrome-headless-render-pdf puppeteer`....

dependencies

PDFtk cask has been removed from Homebrew as per [this gist](https://gist.github.com/jvenator/9672772a631c117da151). The reason mentioned in the gist is quoted below. ```This workaround install is necessary because PDFtk was pulled from...

documentation

I am trying to use elixir-pdf-generator in my web app. First I have tried to use it with wkhtmltopdf, but it seems it does not handle all css correctly So,...

bug

Currently, PdfGenerator accepts only 1 HTML content and creates a file from it. I would like to suggest an update to the library, where we have the ability to create...

enhancement

Hello, I came across an issue where, after upgrading to elixir 1.11, I saw that pdf_generator.ex was still using the deprecated syntax for Supervisor.spec.worker. I made the change to use...

Hey, I updated to wkhtmltopdf 0.12.6 and there seems to be this problem: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/4926 or this https://stackoverflow.com/questions/62315246/wkhtmltopdf-0-12-6-warning-blocked-access-to-file The solution would be to pass the --enable-local-file-access flag, I tried to pass...