Questions tagged as 'pdf'

1
answer

Determine what to print using wicked_pdf on ruby on rails

I have a view of the data of a person (contact data, address, work data, medical data, etc.). At the moment I can convert everything I have in the PDF into PDF, but what I need is that when I press the button to convert to PDF I will see a scree...
asked by 25.10.2016 / 13:34
2
answers

Delay when generating a PDF with Python and Reportlab

My doubt is in the time that my application is delayed at the moment I want to generate a PDF report, with python and reportlab. while they are up to 20 pages the application does not take long, in just seconds it generates the report in PDF, bu...
asked by 01.11.2017 / 14:47
1
answer

I am making an employment form and I need to send a PDF file

I am making a form, with an input for PDF , validating that all the fields are filled in order to be sent to a predetermined mail, but when the mail arrives the file of the > PDF does not arrive as it should. The code is as follows:...
asked by 04.09.2018 / 17:27
1
answer

How to keep rows together in ITETXPDF 5

I am putting together a PDF for a quota list and it works as follows, if the amount of installments is equal to 36, those quotas are shown on the first sheet plus a description of totals below row 36. But if is 37 or more, those rows should go o...
asked by 27.08.2018 / 22:49
1
answer

Problems showing a PDF file in the browser

I am showing a PDF file that I developed with the FPDF library in PHP and clicking on the button opens a new tab , but the tab remains blank, you only see a photo that I have in the background and the typical image of loading (like a circling...
asked by 07.04.2016 / 17:05
2
answers

Laravel PDF Bootstrap

I've been trying for a couple of days to generate a code html plus css helping me bootstrap to make a consolidated facutra that looks like a company but I'm not capable. I found and found that with Barrydvh in L...
asked by 27.09.2017 / 10:16
1
answer

report in ireport does not repeat the parameters in the pdf

I have the following datasource (Json) { "contactoServer": [ { "nmContacto": "Pepito Fabian", "telContacto": "32421321", "celContacto": "432121321", "correoContacto": "[email protected]", "$$hashKey": "020" },...
asked by 27.10.2016 / 22:29
1
answer

Embed tag in HTML

Inside the atiqueta embed I have a pdf, when it is already loaded in the firebox console I can see the contents of the DOM and I see that the label emdeb has from son to #document that it has as a son a label <html> an...
asked by 17.02.2017 / 20:39
1
answer

Convert pdf to a txt in C language [closed]

My idea is to be able to read a pdf and then create a txt inserting line by line the pdf text, without images or anything like that, but I want to do it purely in C (not c ++) and I can not find any library that is moderately far easier since I...
asked by 21.07.2018 / 23:07
1
answer

PDF library for PHP? [closed]

I would like to know which is the easiest and most convenient library to use to download PDF information from a web application made in PHP. In a project I used the FPDF library, but it was a bit tedious to design the data. Which do you recommen...
asked by 06.06.2018 / 09:44