Questions tagged [pdf-manipulation]

56 questions
0
votes
2 answers

PDF Manipulation with Adobe's Form Input Fields

I am trying to simplify a process where I currently use my hand calculations of X & Y Co-Ordinates of each value. Which works fine, but is causing me a lot of pain as I have to do quite a number of PDF's. I know that I can open a PDF and insert…
Justin
  • 2,502
  • 7
  • 42
  • 77
0
votes
1 answer

Merge PDF in codeigniter

Not able to locate requested PDF Here is my function:- function genpdf() { $this->load->library('session'); $this->load->library('PDFMerger'); $a=$_POST['a']; $b=$_POST['b']; $pdf = new PDFMerger; …
Nilu
  • 1
  • 1
  • 1
0
votes
0 answers

Changing the vertical location of an Header in Sejda

I am using sejda-console-1.0.0.RELEASE to apply a Header to a PDF-file. Now i would like to change the vertical position of the Header, i.e. move it 2 cm futher down. I tried forcing a new line by adding blank spaces, but that doesn't work. How can…
0
votes
1 answer

Retrieve the page number of an image in pdf- IText

I am using the code from the below link to render the images MyImageRenderListener - IText Below is my try block of the Code. What I am actually doing is finding the DPI of the image and if the dpi of the image is below 300 then writing it in a…
Abhinav
  • 8,028
  • 12
  • 48
  • 89
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
  • 1,010
  • 2
  • 12
  • 33
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
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,401
  • 5
  • 21
  • 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,251
  • 7
  • 24
  • 50
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
  • 43
  • 6
-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
  • 503
  • 1
  • 5
  • 14
-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,725
  • 7
  • 36
  • 61
1 2 3
4