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
-
3
votes2
answers620
viewsConvert View with CSS, JS and PDF Images
I have a view on Laravel where I load multiple charts. This view is composed of HTML, Images, CSS and JS. I need to convert (export) this page to PDF via a JS or PHP function. I can’t find a library…
-
3
votes1
answer805
viewsMPDF - Start pagination with variable numbering
I have an application and need to print a document using the class mPDF, however, I need the number of the paging start, for example from the number 43, 44, 45 and so on and not from the 1, 2, 3,…
-
3
votes1
answer505
viewsConverting DOCX File to PDF C#
I have an application and need to convert a file DOCX for PDF without losing formatting. I found some DLL that help, but for corporate use have to buy license so it gets complicated. Complementing…
-
3
votes0
answers179
viewsPDF reading - PHP - Content and ID
I’m looking for a solution that consists of an automatic form of reading PDF’s, basically I get hundreds of invoices and wanted a way to automate. What I tried: Programs that convert to txt, which…
-
3
votes1
answer1274
viewsCSS formatting for PDF generation
I am using a loop to generate a PDF file. Each loop iteration should generate a PDF page. The problem is that a blank page is always coming out at the end of the generated PDF. I know this page is…
-
3
votes2
answers2623
viewsView PDF in Webview
I am developing an application for a Clinical Analysis Laboratory. It has an online system where you can view the results. On the site, it has a list of all customer exams and when I click on the…
-
3
votes1
answer3835
viewsPHP Digital Signature
I am trying to perform the digital signature of a PHP document through A1 certificate. $pdf = new \FPDI(); $pdf_path = $_SERVER["DOCUMENT_ROOT"] . "\\files\\" . md5(uniqid("")) . ".pdf";…
-
3
votes1
answer1161
viewsHow to save a PDF file to the database and make it available for download?
I am developing a web application using Playframework, and I need a file that will be a kind of guide (documentation) for users who will use my application to be able to download or view by the…
-
3
votes1
answer1734
viewsgenerate and email with pdf file attached with php
In my PHP script, I need to generate a PDF file and send it via email. I was able to send an attached file by email using phpmailer and generate a PDF in the browser using fpdf. The problem is that…
-
3
votes1
answer566
viewsError closing form with Tacropdf in Delphi
This "blessed" component, unfortunately I need to use it, it happens that whenever I try to close the Form it closes, but always gives a Accessviolation. There’s nothing in Form but a Tacropdf and a…
-
3
votes1
answer200
viewsProblem with mPDF and Codeigniter
I have code on Controller down it is working perfectly, however I want to set my own title and when I try to SetTitle() he returns me this error: Call to a Member Function Settitle() on null public…
-
3
votes0
answers330
viewsOpen the MPDF pdf file in an Ajax with Codeigniter
Good afternoon, I have an ajax code that takes the data from a page and goes to the Controller.Then this controller generates a pdf with this same data AJAX code function getPdf(id) {…
-
3
votes1
answer64
viewsConverting from HTML/CSS to pdf using pandoc in R
Folks I’m having trouble converting my generated html/css file into Rmarkdown. You could help me? Follow my code: My file . Rmd --- title: "Table" output: html_document: css: "test.css" --- ```{r}…
-
3
votes1
answer464
viewsWorking with PDF files on Nodejs server
Hello, I have a service that when performing a request via Postman for example, I get a file . pdf I’m calling this service from a new service nodejs, but I’m not getting the . pdf returned in a…
-
2
votes1
answer1006
viewsHow do I use DOMPDF in Laravel 4 in conjunction with a BLADE view?
I need to generate PDF report in Laravel 4. I have found several alternatives and I am in doubt about which best option: DOMPDF (alternate link) It seems very easy to use, since it’s our good old…
-
2
votes2
answers1527
viewsZF: Problem generating PDF (with mPDF) from text (html) created with WYSIWYNG (elrte plugin)
Galley, I’m having trouble generating text PDF that contains tag <table>. In this case I am creating a module for contract generation. The text comes from the database and is created from a…
-
2
votes2
answers1596
viewsCell with dynamic height in FPDF
I want to create a report with fpdf, but every time I create a cell with some large text, it sits above the cell below. Is there any way to create a cell that automatically resizes>
-
2
votes3
answers679
viewsError generating PDF with Rotary
Guys, I’m having a problem here to generate a pdf with the data coming from the bank. My system has a register of students and their occurrences. What I wanted was that, at the time of detailing the…
-
2
votes0
answers58
viewsWhat is the process of generating pdf files?
How is the internal process to generate a pdf file? Indifferent to the programming language that is generating it.
software-architecture pdf pdf-generation functional-programmingasked 9 years, 11 months ago Rod 9,412 -
2
votes2
answers229
viewsView how many people accessed pdf
I have a pdf on my server and I put it available through a link, there is way to control how many people access the pdf?
-
2
votes1
answer1368
viewsHow to search a snippet in a PDF remotely?
Is there a way for me to search an excerpt, or a word in a PDF that’s on the internet? I researched about CURL, some libraries, but found nothing. More or less this way: I have a website and in it…
-
2
votes1
answer1215
viewsConvert a file . pdf or . P7s to Base64 in C#
I want to convert a file . pdf or . P7s to Base64 in C# which should be loaded in XML. How can I do? EX: <conteudoArquivoP7S>…
-
2
votes1
answer393
viewsHow to add an HTML element to the PDF via iTextSharp?
itextsharp allows me to add your PDF elements, example: _documento.Add(new Paragraph("Olá")); But I would like to add some elements of HTML such as a <h1>, or a <p>, how can I do?…
-
2
votes1
answer6690
viewsExtract PDF information via PHP position
Is it possible to extract the information according to the PDF position (x,y coordinate) in PHP? I have seen that it is possible to do this in C# using the Pdfreader class.
-
2
votes1
answer727
viewsShow PDF on the page via Servlet
Hello, I am developing a web application using Servlets and Jsps. I still don’t have much experience with it. My page contains a button that downloads a BD file and a <object> HTML to display…
-
2
votes1
answer328
viewsHow to convert multiple images. jpgs to a single pdf file in c#
What I have is a directory with for example 10 scanned images.I would like to read these images in this directory and convert them into a single file .PDF.I know that there are Dlls in the market…
-
2
votes1
answer55
viewsWhen climbing the site gives error: Failure to load a file
When I go up the site gives me that mistake: GET http://localhost:3000/locale/locale.properties 404 (Not Found)xhrLoadText @ l10n.js:128parseResource @ l10n.js:257L10nResourceLink.load @…
-
2
votes0
answers964
viewsWatermark (Watermark) on ASP.NET MVC PDF rotary
Hello, I’m having trouble adding a watermark in a report generated with rotary pdf. This report has a header, which repeats on all pages and a footer that also repeats on all pages, now I want to…
-
2
votes1
answer752
viewsPrinting with Reportviewer Asp.Net
Good afternoon, I’d like some help. I am generating an impression by Reportviewer with Visual Studio 2010, the report is generated correctly but the print view does not show the Print button in the…
-
2
votes1
answer1507
viewsUsing jsPDF, are there any templates ready?
I’m using the jsPDF to make a report from some user input data, however I am having many difficulties to make the report beautiful even more due to the fact that I do not know how to customize much…
-
2
votes0
answers189
viewsReturn pdf file from webservice with Node.js
Context of the Problem: There is an external webservice, which is not part of the domain of my application, which, when accessed directly via browser, takes the user to a uploading web page that…
-
2
votes1
answer7101
viewsHow to read PDF
I am creating a script to grab a pdf and rewrite it in text. from StringIO import StringIO from slate import PDF from subprocess import Popen, PIPE, call import uuid #pego pdf existente url =…
-
2
votes0
answers242
viewsIs it possible to sign Pdfs reports in the ICP BRASIL 15 standard with the PHP language?
The client wants the pdfs reports on my system to be digitally signed with ICP standard BRASIL 15. Question 1: PHP alone with the function openssl-pkcs7-sign signed ICP Brazil 15 ? Second question:…
-
2
votes1
answer2020
viewsMaximum Execution time of 30 Seconds exceeded MPDF
When running local the PDF generates normally, but on the server it exceeded the time limit and does not open. <?php require_once "../mpdf60/mpdf.php"; require_once "../DAO/conexao.php";…
-
2
votes1
answer1486
viewsPHP - Add watermark to a DOC or PDF
I need you to take my document . doc or . pdf and add a watermark D`, it can also be the mark "DRAFT" when viewing. The BO is as follows, need to view a document but need to have something…
-
2
votes0
answers101
viewsHow to open a PDF using Totalcross?
In my application made in Totalcross, I make a call REST and the same returns a byte[] where I convert it to a PDF and save it to a specific directory within the device. In this flow, everything is…
-
2
votes1
answer1225
viewsHow to insert text into an existing PDF?
I have a contract template ready and with nothing filled out. I need to fill out the requested information with what will be typed in some TextBox. How can I do this using iTextSharp?…
-
2
votes0
answers153
viewsHow to grab text and images from pdf file
I need to get text and images from a pdf file. I tried to use Pypdf2, but with it I’m only able to get the text. Can someone help me ?
-
2
votes1
answer608
views -
2
votes0
answers35
viewsEmbed pdf document and enable scroll to submit
Good morning, I would like to embed a pdf document on my website for a PHP registration form, in which after pulling the scroll to the end of the pdf, the commit button is activated. Here’s the…
-
2
votes1
answer383
viewsHow to use data from a query in mongoDB?
I want to use the data that return from Mongodb’s 'find()' to, through a foreach, create a table using the array that returns from Mongodb, and after the table is ready, generate a PDF, but I am not…
-
2
votes0
answers183
viewsConfiguration of Response Headers
I created an Express server and my client in Quasar/Vuejs. I need to send a PDF to my client, the PDF in question is already created on the server, but I am facing problems to send it to the client.…
-
2
votes1
answer556
viewsCorrupted PDF after download?
I am generating PDF’s of the data I have in a table in my client, send the data to the server and there is generated PDF. After it is ready, the PDF download takes place, and it is at this stage of…
-
2
votes1
answer827
viewsHow to view files before downloading?
I want a PDF (generated on my server) sent to my client and opened in a new tab before it is downloaded. I have already managed to have it downloaded directly when it comes from the server to the…
-
2
votes1
answer210
viewsRename Pdf file before opening for preview
I am receiving a PDF file in the Answer of a POST request, and on the server side I have configured the file name and everything else. But now I’m visualizing it in the browser instead of…
-
2
votes1
answer176
viewsGenerated PDF file changes
I developed a report in Jasperstudio which takes some information from the database and also some parameters that are passed via Inputs, when I am testing the application on my station, the PDF is…
-
2
votes3
answers883
viewsAllow Select PDF only in JS
I wonder how to do that when choosing the file to upload it filter by extension . html native pdf or by JS, Jquery. Using type="file" it brings all the files. <!DOCTYPE html> <html>…
-
2
votes1
answer687
viewsAdjust exported html file to pdf
I took an example from internet that is here : JS Fiddle to generate PDF from data that are in the HTML. however, in my case, the data was very misaligned.. let’s see; My HTML: <div…
-
2
votes1
answer109
viewsRead and display a PDF inside a zipped folder without extracting it
Is it possible to do this or do I really have to extract the file before to later read it? In my code I’m doing so: string zipPath = @"C:\Users\Analistas\Desktop\ZipFile.zip"; using (ZipArchive…
-
2
votes1
answer549
viewsReading PDF in R
I am doing a job for college and would like to get the income and audience of each game of the Brazilian championship of recent years. CBF graduates into a series of links, an example is the…