Questions tagged as 'pdf'

1
answer

PdfDocument support API (API 19) version from API 14

I need to implement a way to generate a PDF and send an email as a confirmation of an order. I noticed that the PdfDocument was added in API 19 already creating a PDF from a Canvas object. I would like to know if anyone knows of a support A...
asked by 30.01.2014 / 12:00
2
answers

How to apply bold in a text snippet of a manually created PDF document?

I am developing a module responsible for generating and exporting documents in PDF (Reports). Since I did not find any third party free solution, then I'm using a simple VB library that puts the document header and sets some basic settings like...
asked by 31.01.2014 / 11:37
1
answer

Prevent images from being cut between pages when generating PDF from an html

How can I prevent an image from a certain page that is saved as PDF from being cut off. as in the example below: Thefileisgeneratedusingthecommandprintjavascript:window.print()Hereismyhtmlcode:<html><head><linkhref="print....
asked by 11.09.2018 / 20:09
1
answer

Report with Jasperreports returning blank pdf table

Hello, I have a system in javaEE PrimeFaces and Jsf, I created the reports with Jasperreports, everything was working, but after an update of Instance linux ec2 AWS, the reports are returned the tables in PDF without data only the grid, the intr...
asked by 16.08.2018 / 13:02
1
answer

PDF empty when downloading using Spring Boot and AngularJS

I'm creating an application where I need to return a PDF via an API call developed in Spring Boot through AngularJS, my code looks like the one below: API Return: ResponseEntity.ok() .headers(result.getHttpHeaders()) .body(n...
asked by 16.07.2018 / 22:09
2
answers

UnicodeError problem when trying to save a figure with latex text in Matplotlib

Speak up. I am having a problem using the MatPlotLib library. Before the last update of Windows I used the library without any problem. I use it basically to create function graphs and save them in .pdf using Latex formatting for text, below is...
asked by 27.05.2018 / 19:59
1
answer

How to generate a PDF from a registration form and then attach the generated file and send it by e-mail?

I need to generate a PDF at the end of filling out a form and then attach it and send it via email. I need a light because I have no idea what tools to use! Thank you very much for your attention.     
asked by 29.01.2018 / 16:57
1
answer

VBA Print by PDFCreator

I'm trying to print an IE file through PDFCreator, in my searches I could not find a way in VBA to perform this process, until I found an algorithm that says to do this, but I could not solve a problem with WshNetwork, it gives me as Compile Err...
asked by 03.01.2018 / 13:57
1
answer

How to work with several codecs in pdf?

I have a set of more than 1,000 PDFs that I need to extract the metadata. The problem is that PDFs have different codecs. The first example worked, I used utf8 . The second example gave an error. It's Python 3 code: from pdfminer.pdfpars...
asked by 15.09.2017 / 20:30
1
answer

Download using the axios?

I'm using Axios to make the requests of my application, and in one of the GET requests returns a PDF file. When I make the GET request by Postman it opens a window to choose where to save the file, but when I make the request for my application...
asked by 04.08.2017 / 15:07