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

I have a PDF form created using Adobe LiveCycle Designer ES 10.4. I need to fill it using Python so that we can reduce manual labor. I searched the web and read some article most of them were focus...
Cocke asked 21/9, 2018 at 17:32

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...
Edbert asked 11/5, 2020 at 22:10

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...
Surrounding asked 11/2, 2020 at 18:49

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...
Caslon asked 15/3, 2019 at 17:12

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...
Vendee asked 29/8, 2018 at 13:18

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.