Questions tagged as 'html2canvas'

0
answers

Problem to download image on html2canvas by iPad tablet

The method below downloads a generated image, which works in Chrome and Firefox, but does not work in Safari using a tablet over the iPad, how do I download it? $scope.downloadFile = function() { html2canvas($("#stage"), { onrende...
asked by 25.04.2018 / 15:36
0
answers

How to generate an image from the html2canvas from a view using angularjs

I need to generate an image of the page to insert it into a pdf file that I'm generating from the jspdf library, however the results I found are not working, or generate a pdf without css or generate only part of the page. JS $scope.g...
asked by 09.04.2018 / 13:56
1
answer

Html2Canvas ASP.NET Core

I'm trying to add the html2canvas on my ASP.NET Core web site. In documentation , they say to use: npm install html2canvas When I run this command, html2canvas is installed on: myproject/src/myproject/node_modules When I try...
asked by 09.03.2018 / 13:15
1
answer

html2canvas Image on div

I have the following div <div class="jumbotron" ng-app> <div class="row"> <div class="col-md-4"> <input type="text" ng-model="yourName" placeholder="Seu nome"> <br /> <a href=...
asked by 16.01.2018 / 14:38
0
answers

Is there any plugin to draw using JS?

I'm looking for a plugin that the user can use the mouse to draw on a JS page, and this drawing is saved, does anyone know of a plugin with this functionality?     
asked by 28.11.2017 / 14:30
0
answers

img inside div does not appear when used canvas2image

I'm using a script to save a div in png. Within this div has one, but this image does not appear in the final result after saving. The code I'm using is this $(function() { $("#btnSave").click(function() { html2canvas($(".container-assin...
asked by 06.11.2017 / 19:25
1
answer

Problems generating PDF with hidden content with jsPDF and html2canvas

I am trying to generate a PDF with js using html2canvas and jsPDF . When content is being viewed, everything works 100%, but I need that content to be hidden. Already tried: - display: none; - visibility: hidden; - Position...
asked by 03.11.2017 / 14:23
0
answers

JS PDF - Export with html Canvas

I'musingJSpdfnowwiththemethodittakestoprintfromthescreenandthenexportsthisprinttopdf,butwhengeneratingthepdfIwouldliketomakethescreenmoreadjusted.WhenIuseLandscapeitlooksliketheimageabove,withalineinthemiddleanddoesnotfitthescreenentirely.Andwh...
asked by 05.05.2017 / 06:03
0
answers

Sometimes you do not record images. What's the problem?

I have used the html2canvas-php-proxy 0.1.11 to save facebook photos into Divs. / p> The problem is that sometimes the images inside the divs do not show the facebook photos, they are blank. I believe that the Html2canvas does the "printsc...
asked by 20.06.2016 / 16:29
3
answers

Save image to desktop with html2canvas

How do I save the image to the desktop or to some other folder on the user's machine? I took the very good example of how to generate the image and save it to a server folder here: Take print screen and save image automatically in C # I...
asked by 19.05.2016 / 19:42