Skip to main content
1 vote
0 answers
136 views

I’m trying to replace the old html2canvas with html2canvas-pro because the older version crashes when encountering modern CSS color formats like oklch() or display-p3(). My web page previously worked ...
Hiếu Bùi Quang's user avatar
0 votes
1 answer
50 views

How can I customize style inside vu3Html2pdf becuase when download it show incorrect template like blank at the 1 page and show my template at the second page. It almost seems like it has padding or ...
lollipoplorlipop's user avatar
0 votes
0 answers
78 views

Problem description: I am using html2pdf to convert HTML to PDF, but I found that some CSS styles (such as flexbox) are not rendered correctly. I expected the PDF to maintain the same layout as the ...
time's user avatar
  • 1
0 votes
0 answers
25 views

I'm trying to generate a PDF with html2pdf.js that includes a table of contents with accurate page numbers for each section. My current implementation isn't working correctly - the page numbers in the ...
ABCD's user avatar
  • 1
0 votes
0 answers
57 views

I use html2pdf.bundle.min.js in my Blazor project. I imported it in my main html of the project, before the main.js. In the network tab in the browser, I see that the html2pdf.bundle.min.js is sent ...
DaSomes's user avatar
0 votes
1 answer
66 views

Thank you for looking at my question, Using this code set up I can generate a datmatrix code to the screen, html2pdf() fires and opens an instance of acrobat but the page is blank. I have a similar ...
Gary Croxford's user avatar
0 votes
0 answers
105 views

I tried html2pdf library which provides this capability but I am getting a lot of white space on the starting of content. Our use case needs generation of pdfs on the client side so that this works ...
shreyansh goel's user avatar
0 votes
0 answers
118 views

I am trying to create a PDF document that is about 12 pages long. This document includes images as well as information from the database that will need to be pulled through. I am using various scripts ...
Beth Roux's user avatar
2 votes
1 answer
132 views

I am using Highcharts in my Angular application and I have successfully changed the font-family of the axis labels using the following CSS code: .highcharts-yaxis-labels, .highcharts-xaxis-labels, ....
abolfazl_mehdi's user avatar
1 vote
1 answer
41 views

Hi I try to use itext library (html2pdf) to convert my html into a PDF. Almost everything is fine except for SVG style. This is the part of my html that doesn't work : <style> .my-svg{ ...
Marine Droit's user avatar
1 vote
0 answers
193 views

I’m using the html2pdf library to generate a PDF from an HTML table. The table spans multiple pages, but the header only appears on the first page. How can I make sure the table header is repeated on ...
Omkar Nikam's user avatar
0 votes
0 answers
70 views

I am writing a JavaScript application for a website that takes a bunch of different inputs, runs calculations and gives an output. I am having issues with html2pdf losing styling in a very particular ...
Jesse Wood's user avatar
1 vote
2 answers
202 views

Page is getting unresponsive while exporting the page into pdf, refer the below screenshot. Here is the stackblitz code: The below code is used to convert the chart into image which is causing the ...
Sathya's user avatar
  • 51
1 vote
0 answers
181 views

The following code creates a very basic PDF from an HTML template: $template='<page backtop="10mm" backbottom="10mm" backleft="20mm" backright="20mm"> ...
vespino's user avatar
  • 2,016
0 votes
1 answer
268 views

When i am converting html to pdf in C# the arabic text is broken and also seems to be reversed. I have tried direction rtl, adding arabic fonts. .arabic { direction: rtl; unicode-bidi: ...
fahad shaikh's user avatar

15 30 50 per page
1
2 3 4 5
43