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

An attempt to get a nice API for PDF generation in Elixir

Results 16 elixir-pdf issues
Sort by recently updated
recently updated
newest added

The Dialyzer error from https://github.com/andrewtimberlake/elixir-pdf/issues/37 is still there for `text_wrap/5` (with options passed). This should fix it.

# Overview As discussion in #44 that the library needs new implementation because at the run-time, it does not know the font is module or struct, so it raises warning...

Seeing the flowing warnings with the new Elixir v1.17 ``` warning: using map.field notation (without parentheses) to invoke function Pdf.Font.Helvetica.name() is deprecated, you must add parentheses instead: remote.function() (pdf 0.6.3)...

In my current project I have the requirement to support the underline and strikethrough text style.

Hello everyone I have the following problem: PDF returns the file in version 1.7 by default and I need it in previous versions, more specifically in 1.3. Is it possible...

Hi!, my company is migrating to Elixir/Phoenix and I wonder if there's a way to generate PDFs out of HTML. Some of our apps let users to write some reports...