Skip to main content
1 vote
0 answers
139 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
1 vote
0 answers
132 views

When exporting my HTML content to PDF using html2pdf, the text inside the element appears cut off and there is an unusually large space between elements. Specifically: Inline-block elements (<span&...
none's user avatar
  • 101
1 vote
0 answers
83 views

We have a web app running in LWR using LWC and Node.js as backend. We want to implement a "export as PDF" functionality for every of our pages. After some time of research I decided to use a ...
joacoiudica's user avatar
0 votes
1 answer
157 views

I am working on a email signature creation website for my company. I have the background image of the email signature on the website, and am using the canvas to write the text over the image. The ...
JordanS's user avatar
1 vote
0 answers
75 views

I'm using Chart.js to render a line chart inside a <canvas> element. After the chart is rendered, I want to export it as a base64 PNG string using canvas.toDataURL("image/png"). ...
Anudeep T's user avatar
0 votes
0 answers
201 views

Good day, I wanted to ask a question related to using the html method of jsPDF to generate a PDF based on the html contents of a page. I am using Vue 3 for my frontend and Laravel 10 for my backend. ...
Amanda's user avatar
  • 1
0 votes
0 answers
45 views

I want to use html2canvas to convert katex math formula (2x^2) to canvas. The original output (without canvas) looks like this: while the output with canvas looks like this: So formula is truncated ...
Mr.Price's user avatar
  • 137
1 vote
1 answer
194 views

I have code for converting a div to pdf and I want to add the ability to have the div hidden by setting style="display:none". <div id="contentsheet2" class="contentgrid&...
Barry Andrews's user avatar
-3 votes
2 answers
284 views

I'm working on a React application that utilizes AG Grid to display large datasets with over 20 columns and 10,000 rows, necessitating both horizontal and vertical scrolling. I need to capture the ...
rohan murali's user avatar
0 votes
1 answer
82 views

I'm trying to convert an HTML element which contains the ▶ character (U+25B6), but in the PDF output it's represented it as %¶. I read that embedding fonts in to jsPDF will solve it, but maybe it is ...
Clueless's user avatar
0 votes
1 answer
139 views

I am using MathJax to render math expresion in the text and want to convert it to pdf. But when I open pdf the expresion is like bold or it looks like two expresions are overlaped. (below is my code) ...
Aren Vanyan's user avatar
0 votes
1 answer
172 views

I'm using jsPdf to generate a PDF from an HTML output in react. The HTML contains base64 images taken by mobile devices. In the HTML they are displayed correctly, but in the PDF they are rotated in ...
NinaNa's user avatar
  • 1,657
0 votes
0 answers
101 views

I am using HTML2PDF version 0.9.3 ( latest suggested ) for a HTML element, which contains couple of DIVs with page-break inside prohibited. The page looks like the first picture below. It seems ...
user3523426's user avatar
1 vote
0 answers
170 views

Has anyone had the same issue? I'm implementing the Web Share API and it works when I tested it using my desktop but when I tested it using my iPhone 14 it works on Safari but when I use Chrome, the ...
hamed elghoul's user avatar
0 votes
1 answer
550 views

I have even added some delay on mobile devices to give time to process, change the image format to reduce processing effort and resolution size, I have change the viewport and 10% of the times works ...
Marioko53's user avatar

15 30 50 per page
1
2 3 4 5
120