Skip to main content

Questions tagged [html2canvas]

0 votes
1 answer
2k views

I am using html2canvas in my Salesforce app to export a table as an pdf, but I am having problems with the header becoming misplaced when I scroll. The table is on its own div on the page and I tried ...
Vicky's user avatar
  • 1
3 votes
1 answer
1k views

I'm trying to display some shapes using the Fabric.js library. From the console, seems like the fabric.canvas is built correctly, but nothing is being rendered. My code: HTML <template> <...
Michal_LFC's user avatar
0 votes
1 answer
418 views

I have a requirement where I have to take a screenshot of multiple pages and store them in documents on the click of a button. I have everything working perfectly on a windows machine. But when I try ...
Nikilesh Kopparthi's user avatar
0 votes
1 answer
1k views

I have an inline visualforce page on a record, which takes certain variables from the record and produces an image. What I would like to do is to save the image into a rich text field on the same ...
TheMikeyBoosh's user avatar
0 votes
0 answers
1k views

Task: To convert a document[visualforce generated one] into pdf. Solution I am using now : making use of salesforce renderAs="pdf" method Problem Faced : RenderAs pdf method is not working as ...
Aruna's user avatar
  • 447
1 vote
0 answers
2k views

Im trying to capture a div that's contained in a lightning component, using Html2canvas, but im getting an error. This is my component : <aura:component implements="flexipage:...
Maryem Bourhi's user avatar
5 votes
1 answer
1k views

Hi i have created a VF page to capture signature uisng this link Link which i have used It working fine in individual vf page but when i add tr,td and table it is not working.I just don't know the ...
miku's user avatar
  • 1,751
6 votes
1 answer
3k views

I am using the html2canvas library to render the page with a view to rendering the canvas as a PDF. I am saving the canvas as an Attachment fine. The direct link to the attachment looks like this: ...
George S.'s user avatar
  • 2,760