chromic_pdf icon indicating copy to clipboard operation
chromic_pdf copied to clipboard

Convenient HTML to PDF/A rendering library for Elixir based on Chrome & Ghostscript

Results 21 chromic_pdf issues
Sort by recently updated
recently updated
newest added

Maybe we want to deal with those: ``` 08:16:15.577 [info] Function passed as a handler with ID "print_to_pdf_start" is local function. This mean that it is either anonymous function or...

With #153 we can see that it is sometimes useful to test not only against one but multiple versions of chrome, elixir, erlang & ghostscript. Maybe we can use a...

Hello, i'm getting a rather odd error spam out of the blue here. About 5000 error events popped up in sentry after running an update, which resolved with a reboot:...

* New `cimg/elixir` image as base isn't good because a) new ubuntu doesn't allow to install chrome without snap, and b) circleci provides browsers via their "Orb" system (which is...

Hi. Thanks for this awesome library. In general, it works really well. We have no issues in development. I tried to get ChromicPDF working in github actions CI and am...

![image](https://user-images.githubusercontent.com/96114/215279982-eecc355f-6749-416c-b25c-d9826c13b579.png) Ever since our move to Github Actions

bug

Now that we're calling Ghostscript from `print_to_pdf/2` (optionally, for multiple sources), we may as well benefit from it. * Make the embedding of metadata pieces a separate logic in Ghostscript*...

enhancement

Now with the "multiple sources" feature being in place, it becomes apparent that the `print_to_pdf/2` / `print_to_pdfa/2` separation wasn't a good call. Refactor as follows: * Make PDF/A conversion an...

enhancement

Just adding this as an issue, to not get lost :) https://github.com/bitcrowd/chromic_pdf/pull/194#issuecomment-1361140276 --- Implementation ideas: - Simple but meh: Spawn a task for each and await them all - Reasonable...

enhancement