14

I've been trying to find example functionality in Elixir or Erlang for taking a fillable PDF and then filling it with input data from an application.

So far I haven't been able to find any solutions to this in either Elixir or Erlang.

Does anyone know of a good method or module we could use in order to achieve this?

Thanks in advance!

Jack Carlisle
  • 1,005
  • 1
  • 9
  • 14

1 Answers1

4

I am using pandoc to generate pdf file from html,markdown,doc,epub... format. It is an haskell program, that relies on miktex, mactex or texlive for pdf generation, it executes all conversion via a command line that can be easily generated by any program.

Pascal
  • 13,632
  • 1
  • 20
  • 28