Questions tagged as 'pdf'

1
answer

Save XHTML form as PDF

I am creating a report page via XHTML, have option to view the form and would like to add a button to download this form as a PDF. I was trying to use DomPDF to do this, but a php page appears with the codes rather than a PDF.     
asked by 23.04.2018 / 14:17
0
answers

SynPDF Library x Delphi - "Out of memory" when exporting images to PDF

Use the SynPDF library in Delphi to generate PDFs of system reports. The generated report ( pReport ) allows at run time through a loop I to go through all the generated items ( label's, shape's, images and etc ) and within that loop I g...
asked by 12.04.2018 / 13:40
0
answers

upload pdf ruby on rails

I am in need of uploading pdf files to the system made in ruby on rails. I can do this with the images however with pdf files I can not. I'm using carriwave. report_uploader.rb class ReportUploader < CarrierWave::Uploader::Ba...
asked by 04.04.2018 / 20:51
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
0
answers

Display a pdf in html, as an image

I have an input file field, which looks for a pdf on the client's computer, and would like to display it as an image in html, I'm trying to do this, but I'm not finding an element that I can add the path of pdf and display it, all the examples I...
asked by 02.04.2018 / 21:02
0
answers

recover pdf from mysql

My question is the following In my project in the part of register has an option to insert a PDF or xml file, there it uploads in the folder of the server and the path goes to the DB, everything working perfect the problem is the time to disp...
asked by 22.03.2018 / 21:36
1
answer

PDF in Laravel returning View selected

Hello, I'm using DomPDF to try to return a report in pdf, but every time I call the view it loads like it's in an infinite loop and nothing happens. Follow my code CourseController.php public function downloadPDF($id) { $curso = Curs...
asked by 27.03.2018 / 13:18
0
answers

Fill PDF form from HTML?

Is it possible to fill only the editable fields of a PDF form via HTML data and continue to leave these fields as editable in the PDF itself? (PDF form)     
asked by 20.03.2018 / 01:15
0
answers

html to PDF conversion libraries print BD php variables?

The question is self explanatory. I have tested some libraries, but they are giving error. I believe it is because there is PHP in the code. Is it possible to print the page completely? Below the code to be printed in pdf: <body&g...
asked by 28.03.2018 / 19:22
0
answers

Extract longtext PDF to PDF file

Good afternoon, I need to save a pdf from mysql to a file. Currently this file is saved as long text inside the bank. What I know about the information is that this pdf is about a scanned image and saved as pdf in the bank. Using the commo...
asked by 12.03.2018 / 21:42