Most voted "pdf" questions
Portable Document Format (PDF) is an open standard for electronic document exchange maintained by the International Organization for Standardization. Questions can be tagged with this tag when the subject is about creating, reading, editing Pdfs using different languages.
Learn more…353 questions
Sort by count of
-
0
votes1
answer532
viewsError generating PDF with mPDF
I rode this script to generate a PDF invoice, but when I try to generate the PDF the message appears: This PDF document may not be displayed correctly. <?php $meses = array( '01' => 'Janeiro',…
-
0
votes1
answer171
viewsOpen PDF on iOS mobile using Xamarin - C#
Does anyone know how to open a PDF that is in the local iOS folder using the Xamarin platform? I have researched and tested several ways, but none works.
-
0
votes1
answer265
views -
0
votes2
answers958
viewsLoad a page from an html string
I am with the following doubt that, I believe that although it is beast, it is giving me a beautiful job. Next, I have a variable like string and I need to perform a method that will receive this…
-
0
votes2
answers1360
viewsViewer for PDF with jquery
How do I open PDF in google Chrome by jquery without the need to install plugins? There is no need for source code, just as I should do. It can be a link and etc...
-
0
votes1
answer620
viewsPrimefaces - p:fileDownload PDF
Hello, I’m trying to download a PDF in my application but I’m not getting it. When I click on the Download instead of downloading is checking in the form if the required fields have been filled in.…
-
0
votes2
answers5536
viewsHow to break page using mPDF
I would like to break a page to each generated document. I consulted the documentation but did not understand. What I got is this: $html = ob_get_clean(); ob_end_clean(); // Finaliza o fluxo…
-
0
votes1
answer158
viewsOpen PDF when accessing Website
I need that when accessing the website, to be loaded a PDF, someone knows to inform if I have to create some index and to insert some iframe and to say to open the pdf?
pdfasked 9 years, 1 month ago Maurício Krüger 1,848 -
0
votes0
answers378
viewsHow 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!!
-
0
votes0
answers450
viewstake time to generate a pdf with mPDF Kartik for Yii2
I am generating a pdf with 41 and this taking about 3 minutes, would be able to generate this file faster? follows the code: $pdf = new Pdf([ // set to use core fonts only 'mode' =>…
-
0
votes0
answers438
viewsCertify PDF with Java
I am developing a GED (Electronic Document Management) system in Java Web. In this system I need to have a PDF certification feature, in which the A3 model certificate will be used. I have no idea…
-
0
votes1
answer493
viewsWhat is the best way to generate pdf files via webservice?
I have a Soap webservice and came across the need to generate pdf documents. Has anyone ever worked with generation of many documents via webservice and what technologies have they used? Which…
-
0
votes0
answers81
viewsHow to download and display a file without being copied
whereas I have files in the formats .epub, .mobi and .pdf hosted on a server. Is there any way to download these files internally in an Android app, so that the downloaded files cannot be copied by…
-
0
votes1
answer561
views -
0
votes0
answers431
viewsError trying to print document: The RPC server is not available
I made a 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…
-
0
votes0
answers77
viewsImport file into TCPDF
I’m customizing a contract on TCPDF. I was able to run the information on the parties, but the part of the clauses in this contract, it’s complicated. I wanted to make the clauses in another file…
-
0
votes0
answers341
viewsChoose different files and print at once
Good afternoon guys, all right? I wonder how I could be creating a script to receive PDF, DOC, XLS files... and print them all at once (send to print) instead of opening one by one and printing.…
-
0
votes1
answer57
viewsError : 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…
-
0
votes1
answer112
viewsHow to Save Data to Generate a PDF?
There is a part of the system where the user will fill a lot of information just choosing between options selects, those selects are fed information I have registered in my database. When I am…
-
0
votes1
answer910
viewsDownload PDF Node.js
I’m using Request to download a billet from https://www.boletocloud.com/ which is in pdf. Turns out I can’t see the pdf I downloaded, the API developers say it’s in UTF-8, I’ve uploaded everything…
-
0
votes1
answer992
viewsHide widget when printing page
I have a product report page that converts it to pdf using wkhtmltopdf. My problem is when generating the pdf I want to put a div with a banner at the end of category, if the category does not…
-
0
votes1
answer933
viewsProblem installing new Nuget Pack
I try to download PDF.js via Nuget, but it is a problem: Error: Could not install package 'PDF.js 1.3.91'. You are trying to install this package into a project that targets…
-
0
votes1
answer646
viewsView PDF with Angularjs callback
I have a function that returns a PDF document generated by Jasper in the backend: RestSrv.find(url, function (data) { $scope.report = data; }); .. {{report}} I played the return in the scopo and…
-
0
votes0
answers212
viewsPDF Java memory overflow
Hello, good night. I’m having memory overflow problems in a java application when generating +/- 1000 PDF’s in a loop. In this application, to generate the PDF, a proprietary framework is used,…
-
0
votes0
answers59
viewsHow to Get a Non-expert 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 the PDF does not have a direct link. When accessing the link, a key is passed as…
-
0
votes2
answers294
viewsSnappy does not render image in pdf?
I’m using Snappy to generate reports, but it’s not rendering the image I upload in my html, which I wonder if it might be? Code: Route::get('/report', function(){ $pdf =…
-
0
votes1
answer85
viewsIs it possible to open on a given PDF page?
public static void main(String[] args) throws IOException, BiffException { Workbook workbook = Workbook.getWorkbook(new File("C:\\testes\\teste.xls")); Sheet sheet = workbook.getSheet(0); int linhas…
-
0
votes0
answers294
views -
0
votes0
answers40
viewsWhat is the best way to generate PDF with PHP?
Currently what is the best way to generate PDF with PHP using HTML or database? I’ve been looking at some libraries, but a lot of them have no documentation or are obsolete. The very one PHP has…
-
0
votes0
answers247
viewsConvert an EXCEL file to PDF using php
I’ve got a lot of loose ends, and I need some help getting me on the right track. I think it will not be too difficult, thank you and the rest of a good week, Diogo Pereira. Here is the result show…
-
0
votes1
answer49
viewsExport Kendo Grid to PDF
I have a function that exports to Excel and I need another one that exports to PDF. The function should export the data from a Kendo Grid. function ExportarParaExcel(grid) { grid = grid == undefined…
-
0
votes0
answers169
viewsHow to open a PDF file in listview items?
I created an Arraylist list and wanted to open pdf files in it, but I am storing the pdf files in res/raw folder and when calling in String ("res/raw") the file just doesn’t open, which I do?
-
0
votes0
answers147
viewsProblems with PDF file
I am showing a PDF file directly in the browser. In Google Chrome, it works perfectly, but if you use Firefox, the PDF is as shown below. Did you have to put some extra config for Firefox? The PDF…
-
0
votes1
answer157
viewsDisplay a wait message while downloading a file
How to display the wait message during file generation and compression for dowload ? I’m doing generation, compassion and Generate more than one PDF in memory and export it in a compressed file…
-
0
votes0
answers971
viewsASP.NET MVC Reports in PDF and EXCEL
Good afternoon, you guys, I would like to get references on better tools to generate reports in an MVC application that allows me to export the result to PDF and EXCEL. Currently, I am creating a…
-
0
votes1
answer711
viewsDigital signature with certificate
How to obtain the data generated from a digital signature, made with a Brazilian digital certificate in a PDF, using openssl and php? I am using openssl_verify to verify that the document has not…
-
0
votes0
answers917
viewsSign pdf with PHP
I have to digitally sign some documents on PDF. How do I do it in php? What extent the certificate has to be ? I’m having great difficulty finding a solution if you can help thank you.…
php pdf certified mpdf digital-signatureasked 7 years, 8 months ago Maicon Fernando Stefene da Sil 141 -
0
votes0
answers358
viewsGenerate PDF with Ionic images
I need to generate a PDF within a hybrid APP developed with Ionic. I tried to use the main plugins such as pdf-Generator but I always end up bumping into the same problem, which are the images that…
-
0
votes1
answer1011
viewshow to put a video inside a pdf
How to insert a video into a generated pdf using the iTextSharp library? I need the library because it also does file union and digital signature.
-
0
votes1
answer537
viewsHow to show PDF using server Viewer.js?
On the View page, I have the following code: <iframe style="width:800px; height:550px;" id="FileReload" src="@Url.Action("GetPDF", "Account", new { id = Model.Id })"…
-
0
votes1
answer1335
viewsConvert word(DOC) document to pdf using python
I would like to convert a word(doc) document to pdf using the python 2.7. I have this script, but I didn’t understand anything about it. import sys import os import comtypes.client wdFormatPDF = 17…
-
0
votes1
answer863
viewsVBA Print by Pdfcreator
I am trying to print an IE file by Pdfcreator, in my searches I could not locate a VBA form to perform this process, I even found an algorithm that says to do this, but I could not solve a problem…
-
0
votes1
answer159
viewsHow to generate a PDF from a registration folder and then attach the generated file and send it by email?
I need to generate a PDF at the end of filling out a form and then attach it and send it by email. I need a light because I have no idea which tools to use! I thank you for your attention.…
-
0
votes0
answers62
viewsHow to create an upload system that creates and modifies html
Guys I’m trying to create an online library, I found an open-source solution that puts the pdf in the folder and changes the address in index.html. When you do this it will create a pdf viewer. Is…
-
0
votes1
answer334
viewsCustomize pdf file name made in Jaspersoft, java and spring
I have several reports made in Jaspersoft that generate PDF and when generated in Java, when downloading the report on my pc, it is as "Document.pdf". How do I name this report differently, for…
-
0
votes1
answer512
viewsc# Web mvc Send PDF without saving to disk and send by email
Hello, I have an MVC web application and I have a method to send an email and I have to add a PDF that is dynamic, I have to attach it in this email without saving on disk. Could someone help?…
-
0
votes0
answers122
viewsFill out a PDF form from HTML?
Is it possible to fill only the editable fields of a PDF form through HTML data and continue leaving these fields as editable in the PDF itself? (form in PDF format)
-
0
votes0
answers163
viewsDisplay a pdf in html, as an image
I have an input file field, which searches a pdf on the client’s computer, and I would like to display it as if it were an image in html, I’m trying to do this, but I’m not finding an element that I…
-
0
votes1
answer1019
viewsRename PDF File
Boa Tarde Comunidade, I am trying to create a macro that renames 125 PDF files that are in a specific folder C:... I want it to replace the name that is in my column B... Like to get the PDF in the…
-
0
votes2
answers703
viewsProblem with the pdfMake?
I’m using the pdfMake library for generating billets, and it was working fine, until I went to follow some examples of the documentation on website and returned me an error, I searched the solution…