Posts by 20comer • 197 points
7 posts
-
1
votes1
answer584
viewsQ: How do I get back a Boolean after a form.Ubmit?
I have a customer registration form that runs Submit on the sign up button: document.getElementById("formularioCadastro").submit(); everything ok, the registration works, but I wanted to return a…
-
0
votes1
answer80
viewsQ: Create form and gridView dynamically with VB6
I need to create a form dynamically by code and add a gridView and a boot to that form, someone can help me?
-
-1
votes2
answers26904
viewsQ: How to Export an HTML table to PDF and EXCEL
Good morning guys, someone has to give me a help regarding to export an HTML table to PDF and EXCEL, I better do this in javascript(front end) or java (backend) any hint help! thanks.
-
0
votes1
answer57
viewsQ: Error : Arraybuffer is Undefined
Good morning everyone, I’m using html2canvas and jsPDF to export a div for PDF, is working on Google Chrome, firefox and IE 11, but in versions 9 and 10 of IE is being displayed the following…
-
3
votes1
answer1716
viewsQ: How to export a DIV with graphics to PDF
Does anyone have any javascript code that exports a graphic div to a file. PDF?
-
10
votes2
answers29411
viewsQ: How to export a DIV HTML to PDF by rederizing CSS?
Does anyone have a code that can export a DIV to PDF by rendering all the CSS of this DIV? Is it better to do this in the backend (Java) or in the frontend (Javascript)? If anyone can help, thank…
-
0
votes0
answers378
viewsQ: How to export an entire DIV (with images, table and charts) to PDF?
I have a DIV with several elements ( images, table, graphics) and need to export this whole DIV to PDF, I tried using jsPDF plugin but did not render CSS!!