Answer the question
In order to leave comments, you need to log in
What PDF printer supports layout with multiple tables and formatting?
Task: from HTML layout to print a certificate to PDF by event onClick with user variables (from the application form).
There is a template: https://docs.google.com/document/d/136cL5WaMl7DrC6... We
tried to do it through jsPDF. There are several problems:
1. Tables with frames. Need no borders (border:0 or border:1px solid #fff
2. Doesn't support div {display:inline-block;...}.
3. Doesn't load font from library (incl. Google Fonts). Need, for example, Lora or Cambria.In
fact, in a document the output is 1 page in PDF, with formatting, multiple tables or div blocks, including images.What is the best way to organize this and which printer supports layout with multiple tables and formatting?
Answer the question
In order to leave comments, you need to log in
html2canvas + any pdf builder on js/php. Make a screenshot of the desired page, shove it into PDF - profit.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question