Questions tagged as 'pdf'

1
answer

Export Kendo Grid to PDF

I have a function that exports to Excel and I need another one that I export to PDF. The function should export the data of a Kendo Grid. function ExportarParaExcel(grid) { grid = grid == undefined ? "#grid" : grid; var grd = $(grid).dat...
asked by 27.09.2016 / 14:42
0
answers

Choose different files and print at one time

Good afternoon guys, are you okay? I would like to know how I could be creating a script to receive PDF, DOC, XLS files ... and print all at once (send to print) instead of opening one by one and printing. Thanks in advance for your attent...
asked by 09.08.2016 / 15:48
0
answers

Import file into TCPDF

I'm customizing a contract with TCPDF . I've been able to get information about the parties working, but part of the clauses of this contract is complicated. I wanted to make the clauses in another file and then call this file to be...
asked by 20.07.2016 / 14:28
0
answers

Load * .pdf file into a JSP page

I was able to open a page from a * .pdf file in Acrobat by java from this code: try { File pdfFile = new File("C:\testes\teste.pdf"); if (pdfFile.exists()) { String cmd = "C:\Program Files (x86)\Adobe\Acrobat Reade...
asked by 19.08.2016 / 18:44
0
answers

How to get an unexplained PDF on the Web using PHP

Well, I'm trying to make use of a PDF through your link. I'm using a library called PDF Parser. The problem is that PDF does not have a direct link. When accessing the link, a key is passed as a parameter and it returns the PDF. Here's the li...
asked by 19.07.2016 / 00:57
0
answers

How to download and view a file without being copied

Considering that I have files in .epub , .mobi and .pdf formats hosted on a server. Is there any way to download these files internally to an Android application, so that downloaded files can not be copied by users and displa...
asked by 15.06.2016 / 01:34
1
answer

Download PDF Node.js

I am using the Request to download a link ticket that is in pdf. It turns out that I can not see the pdf that I downloaded, the API developers say that it is in UTF-8, I've set it all but it still does not work. request app.get('/', funct...
asked by 26.04.2016 / 03:22
0
answers

Certify PDF with Java

I am developing a GED (Electronic Document Management) system in Java Web. In this system I need to have a PDF certifying functionality, in which the A3 template certificate will be used. I have no idea how to do this. Can anyone help me?     
asked by 16.04.2016 / 02:39
0
answers

Error trying to print document: RPC server is unavailable

I made software where one of the pages can be printed. On some computers it works normally and prints the page in PDF without problems. In others, when trying to print, the error appears: "The RPC server is not available." I tried to restart...
asked by 09.03.2016 / 12:56
0
answers

How to export an entire DIV (with images, table and graphics) to PDF?

I have a DIV with several elements (images, table, graphics) and I need to export this entire DIV to PDF, I tried to use the jsPDF plugin but did not render the CSS !!     
asked by 23.03.2016 / 12:48