Questions tagged as 'pdf'

1
answer

Show PDF in browser without printing or recording

I need to view PDF documents in the browser window, but I want them to be prevented from printing or writing. I do not however want to change one by one of the files by entering password and such, because this can be broken. Can anyone suggest a...
asked by 07.12.2015 / 01:26
0
answers

Remove pdf image using itext

I am adding image in pdf with itext, however in some moments I need to remove this same image .. how do I do this so as not to corrupt the reading of it? I have tried in some ways, as follows: The first attempt was to clean the streams of the...
asked by 05.07.2016 / 20:06
0
answers

Highlight searched terms in PDF

I'm developing a PHP project in Electronic Document Management (GED). I need to search the contents of the PDF and list them (so far), but when I open the PDF's listed, I need to highlight the words inside the PDf that the user inserted into the...
asked by 20.08.2015 / 19:44
0
answers

Create PDF with 2 pages [closed]

I'm using this example: forums.mediabox.fr/wiki/tutoriaux/pao/construction_fichier_pdf for create a header for the pdf. The problem is that in my example I can only create a page, but I want 2 pages. I use this code in a separate file and incl...
asked by 20.08.2015 / 18:37
0
answers

Adobe Acrobat X Pro - Export PDF to Handy Text

I'm in a project reading PDF through C # 2012 with ASPOSE. But I'm having trouble reading pages that have multiple columns. For example, a pdf can have on page 1 (one) two columns and on page 3 (three) 5 columns and on the sixth page onwards...
asked by 19.07.2015 / 22:32
0
answers

PHP - Insert image of the database in pdf generated via fpdf

I'm using the fpdf system to generate pdf files through an html form. But I would like to insert an image in the pdf that is up in the mysql database. The synthesis to insert image in the pdf is: $pdf->Image('logo.png',18,13,33);...
asked by 16.07.2015 / 19:11
1
answer

How to make a pdf file generated in Android appear as a download?

Well folks, I'm developing an application and I generate a PDF on Android at runtime. It turns out that the user does not receive any messages, or anything, to know where the file is. I would like to know if there is any way I can send this file...
asked by 27.06.2015 / 16:40
1
answer

Generate a PDF based on an HTML

I need to generate a PDF in an HTML-based IOS app. I have the HTML code generated in another language and I need to rewrite the code for IOS. Does anyone have any suggestions on what libraries or objects should I use for both? Generate HTML a...
asked by 25.05.2015 / 06:09
0
answers

Convert PDF to Image in PHP

Is there any way to convert PDF files to (JPG, PNG, ...) images?     
asked by 23.03.2015 / 15:23
1
answer

Download PDF Files in ReactJs

I have a small problem downloading files into PDF I have an API that returns a array of bytes with type : "application/pdf" , if I call directly in the browser my route. Ex: localhost/api/download/pdf/{id} PDF download...
asked by 31.05.2017 / 20:57