pdfrw Questions
6
I been doing research on how to edit PDF using Python and i have found this article:
How to Populate Fillable PDF's with Python
However there is a problem once the program runs and you open the P...
Inestimable asked 20/1, 2019 at 19:7
5
Solved
2
Solved
I'm trying to automate merging several PDF files and have two requirements: a) existing bookmarks AND b) pagelabels (custom page numbering) need to be retained.
Retaining bookmarks when merging h...
2
What I am trying to do is basically:
Get PDF from URL
Modify it via pdfrw
Store it in memory as
a BytesIO obj
Upload it into a Django FileField via
Model.objects.create(form=pdf_file, name="Some...
1
I am trying to extract images in PDF with BBox coordinates of the image.
I tried using pdfrw library, it is identifying image objects and it have an attribute called media box which have some coor...
Abidjan asked 6/2, 2019 at 6:41
0
I'm using reportlab to generate reports. I can define the creation process in four steps: 1) get the data via API, 2) filter the data, 3) generate the graphics with matplotlib and 4) insert informa...
Ross asked 24/5, 2019 at 12:54
1
Solved
I have a project where I need to fill out pre-made PDFs and the most logical solution that comes to mind to accomplish this is to make the pre-made PDFs into PDF forms so there are tags where input...
2
Solved
I am new to PDF, and i want to manipulate the space between the characters in a file.
I have read the PDFReference and understood some of it.
Now, the problem I have is how to calculate the spaces...
1
Solved
Using the code below, I am trying to import a pdf page into an existing canvas object and save to PDF. This usually works just fine, but I noticed that when I try it with a PDF generated from a sca...
Polarization asked 4/5, 2017 at 3:38
1
© 2022 - 2024 — McMap. All rights reserved.