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...
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...
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:...
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...
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...
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...
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...
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...
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...