Questions tagged [node-html-pdf]
64 questions
0
votes
1 answer
All headers not displaying
I am using html-pdf library to save html table into pdf file,file is saving but i am not getting all headers in file.If more headers in table row then all all column not displaying
Here is my backend code
var fs = require('fs');
var pdf =…

Shree
- 145
- 4
- 15
0
votes
2 answers
Merging PDFs with phantomjs
I have made an API that takes the input and generate a serverside pdf a/c to the inputs passed using pdf using html-pdf.
Which will be then used by the client.
Now, requirements has changed and I want the starting 4 pages of the pdf to be in…

GauRang Omar
- 861
- 9
- 20
0
votes
1 answer
Node-Html-Pdf custom condensed fonts not rendering correctly
I'm using node-html-pdf library to render an html page into a PDF on Node.js using Heroku. I'm facing an issue when using a custom system font Open Sans Condensed. I couldn't use the web font cause each character is being rendered as an svg,…

ChrisBorg
- 1,418
- 17
- 27
0
votes
1 answer
HTML+CSS generated .pdf file has different layout on different computers?
I managed to generate a .pdf file using HTML and CSS.
The size of the page is predefined in inches (A4 format). It works great on my computer, but when I run the program on a different computer, the generated file looks different, the pages remain…