Questions tagged [pdf-manipulation]

53 questions
0
votes
1 answer

iText : unable to retrieve /Resources from a page

I'm using iText 5.0.1 to manipulate existing PDF. When analyzing an existing PDF using RUPS, I can see that the first page contains a /Resources : However, when manipulating the PDF by using the following example, I'm getting a NPE because…
hublo
  • 776
  • 2
  • 9
  • 26
0
votes
1 answer

How to use pdfMiner in python to predicatbly read values

I've been using pdfMiner to read values off of graphs and so far its been working great! However there is one area in which the correct data is read correctly but in an unpredictable manner, meaning it will read all the graphs values correctly, in a…
Jeff
  • 21
  • 1
  • 3
0
votes
2 answers

Python PyPDF2 join pages

I have a PDF with a big table splitted in pages, so I need to join the per-page tables into a big table in a large page. Is this possible with PyPDF2 or another library? Cheers
Felipe Buccioni
  • 17,217
  • 2
  • 23
  • 25
0
votes
1 answer

Text added to PDF appearing bold/rough

I'm adding/replacing some page numbers on an existing PDF's contents page, but the text is coming out bold, or rough. It's not right any ways, and I can't seem to fix it! This is what I mean: The numbers on the right are the existing page numbers…
New Start
  • 1,301
  • 2
  • 20
  • 29
0
votes
2 answers

modifying text in Editable Pdf files

I am working on a project and I need to insert data into specified fields in an editabble pdf file using a C# program.I am not very familiar with editable pdf files and programatically modifing field data using C#. Does anyone know of any C#…
nRk
  • 1,171
  • 6
  • 21
  • 47
0
votes
1 answer

Android iText addTemplate Stamp pdf form fields overtop exisiting PDF document

I am trying to open a standard PDF form from a legacy application in Android, overlay form fields using iText and pass to Adobe Reader on Android to fill out the form. I have been able to create the TextFields manually but I would prefer to have a…
Nick
  • 33
  • 5
-1
votes
1 answer

Extract Contents code from PDF / Word File

I have to big files of MS Word & PDF which contains images, text fields, tables. I need to insert text into these files dynamically at specific locations. I've tried Bookmarks method in Word but I can't use that method now. I've extracted data into…
JackXandar
  • 316
  • 1
  • 2
  • 13
-1
votes
2 answers

How do I reference a DLL in a .net script without Visual Studio

How do I reference a DLL in a C# script? I'm not using Visual Studio, I'm just using NPP with a C# plugin to write a quick one file script. That script needs to reference a third party DLL. Is there a code snippet that I can include to accomplish…
Frantumn
  • 1,545
  • 6
  • 32
  • 57
1 2 3
4