-
0.3.5
- add
generate_binaryandgenerate_binary!that immediately return the PDF binary instead of an{:ok, filename}tuple. - add
generate!to immediately return the filename - some more tests
- minor change
delete_temporarymust be truthy. (the old supported value:htmlwill still work) and will delete both intermediate HTML And PDF files ingenerate_binaryandgenerate_binary!
- add
-
0.3.4
- BUGFIX: fix merge confusion to really support
xvfb-runor other command prefixes to wkhtmltopdf - support explicit deletion of temporary files thanks to Edipo Vinicius da Silva
- Improve README
- BUGFIX: fix merge confusion to really support
-
0.3.3
- BUGFIX: typo in config/prod.exs
-
0.3.2
- support for command prefixes, most notabably xvfb-run to let a wkhtmltopdf which was compiled without an unpatched version of qt run on machines without an x server
- (add in precompiled, patched binaries for wkhtmltopdf and libjpeg8 that are needed to run wkhtmltopdf without xvfb-run)
-
0.3.1
- implement this as proper application, look for executables at startup (and possibly fail on that)
- save paths in a PfdGenerator.Agent
- make paths configurable in
config/ENV.exsas well - add some tests (Yay!)
- better README- 0.3.0
-
0.2.0
- adding support for PDFTK to create encrypted PDFs
- API-CHANGE PdfGenerator.generate now returns tuple
{:ok, file_name}instead of justfile_name - Adding some docs, issue
h PdfGeneratorin your iex shell for more info