Questions tagged as 'pdf'

1
answer

Convert document word (DOC) to pdf using python

I would like to convert a word document (doc) to pdf using python 2.7 . I have this script, but I did not understand anything about it. import sys import os import comtypes.client wdFormatPDF = 17 in_file = os.path.abspath(sys.argv[1]) o...
asked by 13.10.2017 / 04:09
1
answer

How to send Delphi parameter to JavaScript?

procedure TForm2.Button1Click(Sender: TObject); var arquivo : string; begin arquivo := 'teste.pdf'; WebBrowser1.Navigate('C:\zLocal2016\src_Teste\PDF_atual\pdf\web\viewer.html'); end; I need to pass the file variable that is in Delphi...
asked by 27.09.2017 / 18:43
0
answers

Generate PDF with Ionic images

I need to generate a PDF inside a hybrid APP developed with Ionic. I tried to use the main plugins, such as pdf-generator but I always end up running into the same problem, which are the images which do not appear. The app images are sto...
asked by 22.09.2017 / 16:04
1
answer

How to isolate metadata with pdfminer?

I wrote this code in Python 3 to read the metadata of a PDF: >>> from pdfminer.pdfparser import PDFParser >>> from pdfminer.pdfdocument import PDFDocument >>> fp = open('EMC 1-2017 PL678716 =- PL 6787-2016.pdf', 'rb'...
asked by 15.09.2017 / 13:24
0
answers

How to download a file with Python?

This site has several links that open PDFs, in the "Full content" locations: link In Python 3 I wrote this code to try to download a link: import urllib.request, urllib.parse, urllib.error url = "http://www.camara.gov.br/proposicoesWeb/pr...
asked by 14.09.2017 / 01:31
1
answer

Problem with pdfMake?

I'm using the pdfMake library for ticket generation, and it was working fine, until I followed some examples of the documentation on website > and it returned an error, I looked for the solution in several open issues in GitHub and in other si...
asked by 27.07.2017 / 21:12
0
answers

Signing pdf with PHP

I have to digitally sign some documents in PDF . How do I do this in php ? How much does the certificate have to be? Home I'm having a hard time finding a solution if you can help thanks.     
asked by 24.07.2017 / 14:34
1
answer

Customize PDF file name made in jaspersoft, java and spring

I have several reports made in JasperSoft that generate PDF and when generated in Java, when downloading the report on my pc, it is like "document.pdf". How do I give a different name to this report, for example "report_clients.pdf"? The reports...
asked by 19.07.2017 / 19:17
0
answers

How to create an upload system that creates and modifies the html

I'm trying to create an online library, I found an open-source solution that puts the pdf in the folder and changes the address in index.html. When you do this it will create a pdf viewer. Is there any way I can create an archive (php, html, any...
asked by 20.06.2017 / 20:04
1
answer

View a wait message while downloading file

How to display the wait message while generating and compressing files for dowload? I'm doing the generation, compacting, and Generate more than one PDF in memory and export it to a compressed file answered by George Wurthmann     
asked by 18.06.2017 / 18:29