Questions tagged [html-pdf]

167 questions
-1
votes
2 answers

Convert HTML to PDF using npm html-pdf

I'm trying to convert a HTML file to PDF, using npm html-pdf, but the converted PDF is not as the HTML(the style is wrong). Can someone tell me what am I doing wrong? var pdf = require('html-pdf'); var html = fs.readFileSync('./example.html',…
Marija Lyka
  • 163
  • 3
  • 17
-3
votes
2 answers

Convert Html to pdf with images

I'm trying to convert HTML to PDF so i used TCPDF its PHP plugin. that is the official site for it TCPDF it was working well but its so limited tool and it has limited fonts And it cant convert images to PDF so how can i convert full HTML page…
E-housma Mardini
  • 357
  • 1
  • 3
  • 21
1 2 3
11
12