caleb_ckpabs

caleb_ckpabs

Pdf Generation with PdfGenerator

How do i generate a pdf with the elixir-pdf-generator library with a view and a template. Currently I use the view’s render function to get a string which i generate the pdf from but this fails to find the images and css files.

First 10 of 13 Posts Switch mode

NobbZ

NobbZ

I can’t find such a package on hex. Can you please elaborate which package you are using?

caleb_ckpabs

caleb_ckpabs OP

NobbZ

NobbZ

I’ve only skimmed the package and its dependencies.

My suggestions:

If your src-attributes contain relative or absolute pathes to the pictures you will probably need to save them on appropriate places relative to the workingdir of wkhtmltopdf, but I can’t tell you were that will be.

Another possibility might be to use fully qualified src-pathes, including schema and host. Then wkhtml should do HTTP(S) requests to your server and fetch files as necessary. But these are blind guesses, I do not use that library (or any PDF generator as well).

Also please take a look at gutschilla/elixir-pdf-generator#19 and gutschilla/elixir-pdf-generator#20, both could give some lights on this, even though 20 seems to be still untouched after 8 months…

darrenj

darrenj

I use inline images - using data urls that are the base 64 image data. See data URI scheme - Wikipedia if you are not familiar with them.
It avoids having the images served from somewhere and network latency when you invoke wkhtmltopdf. Just use an onlooker be resource to convert an image to base 64 as a data url. And then insert that into the html content (as in paste into your source content).

NobbZ

NobbZ

But inline images aren’t supported by all browsers, also they blow up the transfer size of your HTML because the innefficiencies of the transfer encoding (usually Base64 encoded or worse…

darrenj

darrenj

True, but since the question is about generating pdfs and you mentioned wkhtmltopdf I figured it is a pdf that is being provisioned to end users (browsers), so provided the data urls work on the host environment when generating the pdf using wkhtmltopdf then it should be fine.

NobbZ

NobbZ

So you meant to do inline encoding when preparing for wk but serve regularly when responding to requests? That could work but also would increase complexity of the views.

darrenj

darrenj

If preparing for wkhtmltopdf, yes. Normal requests, well no not normally as you bypass the usual methods of optimising the delivery of static assets, and run the risk ( though minimally these days) of the browser not rendering, and yes make more work for yourself by requiring two implementations. I understood the question to be about the purposes of PDF generation only. Forgive me if that’s not the case. I’m still a relatively newcomer to this forum in terms of posting and really appreciate the resource it is along with folk like yourself.

NobbZ

NobbZ

I understand this a service that is able to either deliver HTML or PDF, depending on what the client asks for.

But to be honest… If it is just wkhtmltopdf, point your clients to their browsers “save as pdf” feature… Works much better for most clients and does not produce any load at the server :wink:

LostKobrakai

LostKobrakai

Browser print cannot be sent via email.

Where Next?

Trending in Questions Top

stjefim
Hello! Suppose you are building workflow (order / task / payment) processing system with the following requirements: Each workflow con...
New
jonnycharles
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
spammy
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
silverdr
Using Phoenix.LiveView.TagEngine as an EEx.Engine is deprecated! To compile HEEx, use Phoenix.LiveView.TagEngine.compile/2 instead. Sta...
New
dli
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app? Looking for hints regarding: Addi...
New
bottlenecked
Hi all, I wanted to ask how the community is dealing with post-release steps. Today we have Ecto migrations, which make sure that the db...
New
michallepicki
I am using Oban and occasionally, shortly after a deployment, a handful of jobs can fail because of dependency on other parts of the syst...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
type1fool
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
akoutmos
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New

We're in Beta

About us Mission Statement