|
|
Replace image in pdf
Hi
I have to replace an image in about 1000 pdf's. The position and the
size of the image is ever the same, so I have only:
1. Open pdf.
2. Delete the image at position x/y
3. Set a new image to position x/y
4. Save pdf.
Is there a way to do this automatically?
Which tools van I use for that?
If there is no toll for doing that, is there a library for easy doing
this manipulation. (E.g. a Java library or something else..)?
Thanks.
--
Oliver Hirschi
http://www.FamilyHirschi.ch
|
|
0
|
|
|
|
Reply
|
Oliver
|
10/26/2005 3:38:21 PM |
|
While it's difficult to erase an image it's quite easy to put an image
on top of other, if you happen to know where the first image is. iText
can do it with a couple of Java or C# lines.
Best Regards,
Paulo Soares
Oliver Hirschi wrote:
> Hi
>
> I have to replace an image in about 1000 pdf's. The position and the
> size of the image is ever the same, so I have only:
> 1. Open pdf.
> 2. Delete the image at position x/y
> 3. Set a new image to position x/y
> 4. Save pdf.
>
> Is there a way to do this automatically?
> Which tools van I use for that?
> If there is no toll for doing that, is there a library for easy doing
> this manipulation. (E.g. a Java library or something else..)?
>
> Thanks.
> --
> Oliver Hirschi
> http://www.FamilyHirschi.ch
|
|
0
|
|
|
|
Reply
|
Paulo
|
10/26/2005 11:22:49 PM
|
|
Paulo Soares wrote:
> While it's difficult to erase an image it's quite easy to put an image
> on top of other, if you happen to know where the first image is. iText
> can do it with a couple of Java or C# lines.
If it were a bitmap image you could do some PostScript trickery to remove
it. If you hook imagemask to do nothing the bitmap won't get displayed.
Then you can add your own image later on.
> Oliver Hirschi wrote:
> > I have to replace an image in about 1000 pdf's. The position and the
> > size of the image is ever the same, so I have only:
> > 1. Open pdf.
> > 2. Delete the image at position x/y
> > 3. Set a new image to position x/y
> > 4. Save pdf.
You could do it this way:
1) make the page an EPS; run acroread within a bash script.
2) Run LaTeX to include this EPS and the overprinting EPS.
3) run dvips+gs or even 2) run pdfLaTeX.
All for free, but you would have to learn how to use these tools.
Eric
|
|
0
|
|
|
|
Reply
|
Eric
|
10/27/2005 6:47:39 AM
|
|
|
2 Replies
510 Views
(page loaded in 0.099 seconds)
Similiar Articles: Replace image in pdf - comp.text.pdfHi I have to replace an image in about 1000 pdf's. The position and the size of the image is ever the same, so I have only: 1. Open pdf. 2. Delete th... Change resolution / page size in image only PDF? - comp.text.pdf ...I have a 300 page PDF document that was delivered to me as a file rendered at 72 dpi but with relatively large (19 x 30 inch) individual pages. What ... extact position of the images in the PDF - comp.text.pdf ...Hi, I need to search a document for images,and if it's found, extract the page and i have to find the extact position of the images in the PDF and replace it with ... ClassCastException adding TIFF images to PDF using iText - comp ...Replace image in pdf - comp.text.pdf Then you can add your own image later on ... How can I convert text in image format so that I can copy and past ... How can I convert text in image format so that I can copy and past ...Replace image in pdf - comp.text.pdf Replace image in pdf - comp.text.pdf Then you can add your own image later on ... How can I convert text in image format so that I can ... Replace block of text - comp.lang.awkReplace image in pdf - comp.text.pdf Replace block of text - comp.lang.awk... lang.awk When (M)AWK encounters a block of text all the new lines need to be replaced ... Dynamic form generation questions - comp.text.pdfttk::button and dynamic image - comp.lang.tcl Dynamic form generation questions - comp.text.pdf Note that besides button image replacement, you can use a text field as a ... how do I change pdf form in Version 7.0 change permission to ...Replace image in pdf - comp.text.pdf how do I change pdf form in Version 7.0 change permission to ... Replace image in pdf - comp.text.pdf how do I change pdf form in ... Convert a text file into binary image - comp.soft-sys.matlab ...Replace image in pdf - comp.text.pdf Using itext to convert tiff document - comp.text.pdf > scale to fit will change the dimensions of the image, > so ... Find word, replace line - comp.lang.awkReplace image in pdf - comp.text.pdf Find word, replace line - comp.lang.awk Replace all new lines, only if... - comp.lang.awk Find word, replace line - comp.lang.awk ... How to replace images in PDF - Nitro | Create, Convert & Edit PDF ...The Replace Image tool lets you replace existing images in your PDF file with the need for recreating the PDF file. How to replace image in PDF - B4Print.com - IndexHi guys, I need to replace an image in a PDF document. Pls tell me how to go about it. 7/23/2012 7:56:41 AM
|
|
|
|
|
|
|
|
|