Questions tagged as 'pdf'

1
answer

How to read PDF data in R?

I have numerous PDF files containing CPRM water wells , like this: link Within these files are information on the soil lithology of each well, as can be seen in the image below. The lithology table is on the second sheet of t...
asked by 23.09.2015 / 01:37
4
answers

How to create a PDF stream in PHP?

Is there any alternative to implementing a stream of PDF files that are on the server? I would like the browser to download the pdf as it is viewed. Same as the preview of google books     
asked by 30.01.2014 / 01:54
1
answer

C # Image and PDF Manipulation

I wonder if there is a way to turn multiple images into a single PDF file. In my application I'm already pulling their address.     
asked by 19.05.2015 / 20:46
1
answer

Documentation for creating files in PDF format

I have been analyzing free libraries for the creation of PDFs for use in commercial applications on Android, and so far I have not found any that meet all my expectations, features and licenses. As can be seen this and in this question right...
asked by 27.08.2015 / 16:52
1
answer

Line wrap with br tag causes spacing in generated PDF

When converting html to pdf using flying saucer in java, the following error occurs in the pdf file; A spacing between the last sentences before the paragraph line breaks. This gives the impression that the pdf to be generated is using the fully...
asked by 29.09.2016 / 05:54
1
answer

Reading of pdf via R

I need to convert the PDF data below into a data frame: link Doing a search for the How to Read PDF Data in the R . I had some problems installing the package, but I managed to make it work in RStudio after all. But the result was not sati...
asked by 19.03.2018 / 19:24
1
answer

Configure page headers with DOMPDF

Is there any way to configure DOMPDF to place a header on all pages of the generated PDF? I am generating a report and would like all the pages of the report to have the header of the first one. //define o estilo da página pdf $style='...
asked by 09.09.2015 / 19:02
2
answers

PDF decode base64

I'm setting up a job where I need to download the file in pdf , however this file is saved in the database it is in base64 format. My idea is to do when the comrade clicks on the line he does the download , of the file....
asked by 08.03.2016 / 18:42
2
answers

Incorrect formatting when opening a PDF generated by latex

In my program I need to open a PDF file and get the text it contains. However when opening the PDF, the text is poorly formatted. For example: Thanks to my family for not being? measure effort When the right thing would be: Thanks to my fa...
asked by 29.04.2015 / 03:20
1
answer

How to resolve memory size error for large files generated with DomPDF?

What happens is that when the HTML (dynamically generated) gets too large, the pdf is not created, and returns this error:    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried   to allocate 64 bytes) in   /home/www/models/d...
asked by 26.04.2016 / 17:01