|
Re Adding graphics to a pdf file on Linux
Message-ID:<b7bd8c2f-b4f9-4bd0-bfaa-26d6f25e0b65@a1g2000hsb.googlegroups.com>
Subject:Re: Adding graphics to a pdf file on Linux
Date:Wed, 22 Oct 2008 15:28:39 +0100
On Oct 22, 10:12=A0am, ceed <ceed.spamea...@dysthe.net> wrote:
> Hi.
>
> I am trying to find a way to be able to add graphics, for instance a jpg,=
=A0
> to a pdf file. I am using Linux. I was able to do this with Foxit PDF =A0
> Editor on Windows, but I can't find a way on Linux. I have looked at =A0
> PDFedit which can do a lot of pdf manipulation, but not the relatively =
=A0
> simple task of embedding a picture in a pdf file and save it. It's =A0
> possible that I am not able to figure out how to do it with PDFedit, so i=
f =A0
> someone knows how please let me know.
>
> Help woud be greatly appreciated.
>
> --
> //ceed
You can use PDFStamper class of the iText PDF library to accomplish
this task. If you have never used iText, this is a non-trivial
project. Hopefully, you find an easier solution.
Message-ID:<b7bd8c2f-b4f9-4bd0-bfaa-26d6f25e0b65@a1g2000hsb.googlegroups.com>
Subject:Re: Adding graphics to a pdf file on Linux
Date:Wed, 22 Oct 2008 15:28:39 +0100
On Oct 22, 10:12=A0am, ceed <ceed.spamea...@dysthe.net> wrote:
> Hi.
>
> I am trying to find a way to be able to add graphics, for instance a jpg,=
=A0
> to a pdf file. I am using Linux. I was able to do this with Foxit PDF =A0
> Editor on Windows, but I can't find a way on Linux. I have looked at =A0
> PDFedit which can do a lot of pdf manipulation, but not the relatively =
=A0
> simple task of embedding a picture in a pdf file and save it. It's =A0
> possible that I am not able to figure out how to do it with PDFedit, so i=
f =A0
> someone knows how please let me know.
>
> Help woud be greatly appreciated.
>
> --
> //ceed
You can use PDFStamper class of the iText PDF library to accomplish
this task. If you have never used iText, this is a non-trivial
project. Hopefully, you find an easier solution.
|