Questions tagged as 'pdf'

1
answer

How to open pdf with the default pdf reader?

I am new to android programming. I already implemented that my app generates a pdf document, and it creates everything well. The problem, I want to send a Snackbar with the action to open it in another app (pdf reader) all right up there, the qu...
asked by 07.11.2017 / 19:41
1
answer

how to convert a pdf to jpg

I need to make a program that takes a pdf file that has some data and two graphics and convert it to jpg to insert it into another pdf with additional information or add a second page with the additional information to the pdf. I have been re...
asked by 24.10.2017 / 17:04
1
answer

Open PDF stored in external directory from android studio

Through JSON I get some PDFs that I found on base 64 and I keep them in the following way: OutputStream out = new FileOutputStream(Environment.getExternalStorageDirectory().toString() + "/documentosConsumerTemporal/pdfConsumer_" + oNombreDocum...
asked by 11.08.2017 / 18:17
1
answer

Read Word and Generate a PDF with PHP

I'm using the library PHPWord to open a Word template has some data that is generated dynamically and result in a Word that the user downloads, my question would be, instead of sending a Word send a PDF of the template generated? And if y...
asked by 20.04.2017 / 15:58
1
answer

how to export to pdf a table that is the result of a form in django

Hi, I'm doing an application in Django 1.8 and one of the things I want is for the user to fill out a form with certain search data, and I process all the data by consulting my model.object.filter and the I return the result of that query in an...
asked by 09.05.2017 / 22:30
2
answers

Treaty attributes table PdfTable Java iText

I have the following JAVA code public class PDF_Clientes_Tabla { //Ruta del archivo dentro del proyecto de Netbeans. public static String archivo = System.getProperty("user.dir")+"/listado_clientes_tabla.pdf"; public static void crearPDF(Arra...
asked by 30.12.2016 / 02:06
1
answer

redirect when downloading pdf in FPDF output

My question is and I hope you can answer it I am using the fpdf library in which I have to click on the send button, redirect the PDF and download it, the problem is that when using the $pdf->Output('D','entradamateriaPrima.pdf'); I c...
asked by 29.09.2016 / 17:13
1
answer

Pdf does not show image in win genexus application (java)

I have a Win application developed in Genexus X Ev2 U2 generating in java and I have a report in PDF in which I have to include an image in PrintBlock inside of the proc object, the problem is that it is not showing me the image. T...
asked by 25.04.2016 / 15:26
1
answer

Equivalent FileInputStream in PHP

I would like to pass a PDF file to a binary text string to store it in a field of a SQL Server database (VarBinary). The Java code that is responsible for storing it is the following: FileInputStream fis = new FileInputStream(doc); stmt.s...
asked by 21.11.2018 / 14:11
0
answers

How can I assign coordinates in a pdf array?

good I am generating a pdf, the question is, when I print the data when using a foreach, at the time it gives the second round as I can assign the new coordinates and so for the q follow for example if there are 50 records, assign them the coord...
asked by 15.10.2018 / 19:58