Questions tagged as 'pdf'

1
answer

How do I generate a PDF or an email from a registration in a form in php?

I already have my form for the data record but I would like that when I click on the "register" button in addition to sending the information to the BD, a PDF with the information that has just been registered will automatically be generated....
asked by 24.08.2017 / 17:35
0
answers

Edit PDF with ITextSharp C #

I have a document already made (the template so to speak), that document contains a table to which I have to add a row and change the date that is written in the document. Once edited that document, I must "copy" it, change the name and save it...
asked by 29.07.2017 / 06:56
1
answer

Error trying to install elibyy / tcpdf-laravel by composer

I want to install the tcpdf-laravel package, for them I execute the command composer require elibyy/tcpdf-laravel this throws me the following error: NOTE: What appears before executing the command is to run composer up...
asked by 22.06.2017 / 21:43
0
answers

Generate PDF from stream

I would like to know how to generate a PDF from the response I get from a request by https, I receive a stream in this way: %PDF-1.4\n%âãÏÓ\n3 0 obj\n<</Filter/FlateDecode/Length 1314>>stream\nxÕXÍn\u001b7\u0010¾ïSðè\u001cLsH\u000e...
asked by 16.06.2017 / 00:22
2
answers

How to dump PHP and HTML data on JPG Image (Fill FORM)

I would appreciate it if you could indicate how to fill out a form (contained in a JPG image, by theme of presentation) through PHP The need is to fill out a pre-established form (.JPG) and generate a PDF, containing the form filled with data...
asked by 16.07.2017 / 06:10
1
answer

Error generating PDF in Django

Good afternoon I have an application in Django 1.10, in which one of the functionalities is to generate some PDF documents for which weasyprint use. When I run the server and access from the machine locally the PDF is generated without any probl...
asked by 11.06.2017 / 00:04
1
answer

How to open a pdf file with Django?

I'm new to Django, I'm using Windows 7, Django 1.11 and Python 2.5.2, I need to open a PDF file from the local disk, when I click on a button How can I achieve that action? Thanks     
asked by 09.06.2017 / 22:32
1
answer

Path desired in iTextsharp (remote)

With this code I can create the document and assign it a path in the temporary files: string nombre = System.IO.Path.GetTempPath() + Guid.NewGuid().ToString() + ".pdf"; And I think the document: Document doc = new Document(PageSize...
asked by 05.06.2017 / 20:35
0
answers

Create valid javascript in pdf

Good I need help with a pdf I have 5 fields in a row are type menu with the same values in list of names and I want to select a value in the field type menu but to avoid repeating the values in the following fields, which is an unrepeatable valu...
asked by 02.06.2017 / 14:37
1
answer

Open PDF hosted on the phone with PhoneGap

I have several PDFs on my device for the application I'm designing, I tried it with the plugin inAppBrowser and the event window.open but it did not work. My code now is like this: <a href="#" window.open('pdf/visitas/Lista...
asked by 21.04.2017 / 10:21