Questions tagged as 'pdf'

0
answers

PDF Reading - PHP - Content and ID

I'm looking for a solution that consists of an automatic way of reading PDF's, basically I get hundreds of invoices and wanted a way to automate. What I've tried:    Programs that converts to txt, which is not as effective because it messes u...
asked by 25.11.2016 / 12:21
3
answers

VBA - How to split a word mail merge into multiple .pdf files

Personally, my case is this: I participate in the organization of some events in the area of IT and free software and the printing of certificates is always a problem. In the last event that I participated as an organizer the mission was to issu...
asked by 21.07.2016 / 05:24
0
answers

How do you create ZERO PDF files (without frameworks)?

Well, I'm looking at some possibilities of generating PDF's on Android (offline), and none is entirely satisfactory, whether it's the license, features, large framework, or support version of Android (there's the PdfDocument , which is availabl...
asked by 13.02.2015 / 12:03
1
answer

How to save a PDF file in the database and make it available for download?

I'm developing a web application using PlayFramework, and I'm needing a file that will be a kind of guide (documentation) for the users that will use my application to download or view by the browser itself to guide you in the handling of the pl...
asked by 02.01.2018 / 14:20
3
answers

Allow Select PDF only in JS

I would like to know how to do that by choosing the file to upload it to filter by native .pdf extension html or by JS, Jquery. Using the type="file" it brings all the files. <!DOCTYPE html> <html> <body> <h1&g...
asked by 03.08.2018 / 22:29
1
answer

How to add an HTML element to PDF via iTextSharp?

itextsharp allows me to add your PDF elements, eg: _documento.Add(new Paragraph("Olá")); But I'd like to add some HTML elements, such as <h1> , or <p> , how can I do it? _documento.Add(????);     
asked by 22.07.2015 / 20:21
1
answer

PDF corrupted after download?

I am generating PDF's of the data I have in a table in my client, I send the data to the server and there the PDF is generated. After it is ready, the PDF is downloaded, and it is at this stage of the process that it corrupts. However, if bef...
asked by 15.08.2017 / 20:19
2
answers

Cell 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 is over the cell below. Is there a way to create a cell that automatically resizes >     
asked by 05.11.2014 / 18:39
3
answers

Error generating PDF with RotativaW7

Well, I'm having a problem here to generate a pdf with the data coming from the bank. My system has a student register and its occurrences. What I wanted is that, when detailing the data, I could print these data on the screen (the data of the s...
asked by 05.06.2014 / 23:45
1
answer

Extract PDF information through position using PHP

Can you extract the information according to the position in the PDF (x, y coordinate) in PHP? I have seen that it is possible to do this in C # using the PdfReader class.     
asked by 21.08.2015 / 18:37