Hi,
The use cases aren't really the same, the cause is. In that scenario we
had to update a form field with an image, but when we did that with
OpenOffice generated PDFs a gray rectangle (part of the form field's
appearance) remained on the page. Looking through the syntax of the PDF,
we noti
Michaël
Assuming this is the same problem, can you tell me what the problem was and
how you solved it?
On Fri, Oct 18, 2013 at 8:10 AM, Michael Demey
wrote:
> Hi,
>
>
> Could you provide us with the PDF generated by LibreOffice? We recently
> encountered an issue that is similar to yours but wi
Hi,
Iam using PDFStamper for watermark. My below settings are working fine
for A4 size
watermark_image.setAbsolutePosition(0,0);
watermark_image.scaleAbsolute(650, 1100);
watermark_image.setBorder(0);
watermark_image.setBackgroundColor(BaseColor.
Hi Prakash,
Did you fixed this issue? I am having the same issue on HP Laser printer.
Really appreciate if you can help me.
Thanks
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/watermark-text-print-issue-with-iText-5-0-5-tp3056703p3877111.html
Sent from the iText -
Hi 1T3XT Info,
Thanks for suggestions.
I will try with a different printer as suggested by Leonard but the problem
is that it will not be possible to enforce to use different printers for
many of our end users for the watermarked PDF.
The sample code is a standlone Java using iText-5.0.5. I had
Op 24/11/2010 13:37, prakash.nagaswamy schreef:
> My document that needs to be watermarked has many different type of contents
> like text, images, etc.
>
> The current challenge is that if a particular page has images then adding a
> watermark at the bottom goes beneath the image and it is not vis
My document that needs to be watermarked has many different type of contents
like text, images, etc.
The current challenge is that if a particular page has images then adding a
watermark at the bottom goes beneath the image and it is not visible. In
order to make the watermark visible irrespecti
Printed just fine here from Adobe Reader X to my Xerox printer...
-Original Message-
From: prakash.nagaswamy [mailto:prakash.nagasw...@gmail.com]
Sent: Wednesday, November 24, 2010 1:32 AM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] watermark text print issue
Op 24/11/2010 7:32, prakash.nagaswamy schreef:
> I am not sure if I had missed any configuration or not setting relevant
> properties in the attached sample code (PDFWaterMarkText.java).
The Java file isn't attached, but... if you want the watermark to be
invisible,
then why are you using transpar
Hi,
I had added a transparent text watermark to a attached PDF document
(sample22.pdf) using iText Java library (iText-5.0.5.jar), it appears
properly on the resulting PDF document (result22.pdf) in Acrobat Reader.
However, when printing the watermarked PDF document, it appears to have some
issu
ravi mathpal wrote:
> I am facing the issues in placing the watermark in the PDF genrated by
> AdobeAcrobat.
> The problem is that I am not able to view the water mark in the PDF
Most common problems:
1. you are adding the Watermark using the wrong coordinates
(did you check the MediaBox and
I am facing the issues in placing the watermark in the PDF genrated by
AdobeAcrobat.
The problem is that I am not able to view the water mark in the PDF
--
Regards
Ravi Mathpal
--
This SF.net Dev2Dev email is sponsored by
My version of watermarking with iText
import com.itextpdf.text.DocumentException;
import com.itextpdf.text.Image;
import com.itextpdf.text.Rectangle;
import com.itextpdf.text.pdf.PdfContentByte;
import com.itextpdf.text.pdf.PdfGState;
import com.itextpdf.text.pdf.PdfLayer;
import com.itext
Hi,
Thanks for the script & reference to PDF standard.
Watermarks are indeed annotations - see page 410 at the bottom:
http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf
The code I got to so far is, but the use of stamper should be avoided:
import com.itextpdf.text.DocumentException;
impo
jjalink wrote:
> Hi,
> A little background:
The background is confusing, so I'll remove it.
> i found no way to list the OCGs names.
Map layers = stamper.getPdfLayers();
if (!layers.isEmpty()) {
Set keys = layers.keySet();
for (String key : keys) {
System.out.println("Layer na
Hi,
A little background:
I've worked with the adobe SDK in a .NET environment on watermarking a bunch
of PDFs, the watermarks added to the PDFs were not displayed in the layers
listing, and can be removed in acrobat writer menu (Document - Watermark -
Remove...).
Through that SDK I could also chec
lsdillard wrote:
> It's not that, because the text just is noticeably bolder -- the same page is
> on their twice. If I understand what you are saying, then that problem
> would cause the text from one page to appear on top of the text from a
> different page, which isn't what is happening here.
It's not that, because the text just is noticeably bolder -- the same page is
on their twice. If I understand what you are saying, then that problem
would cause the text from one page to appear on top of the text from a
different page, which isn't what is happening here. But thanks and let me
kn
lsdillard wrote:
> I cannot seem to figure this one out. I am following the example in the
> book, and everything works great, except for a significant side effect.
> Whenever I put a watermark on my page (in the onEndPage event), the content
> of the page is bold. My only guess is that it is so
Check the archives and the book - you need to set the transparency blending
space of the page.
-Original Message-
From: lsdillard [mailto:spencer.dill...@gmail.com]
Sent: Friday, January 29, 2010 1:23 PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Watermark
I cannot seem to figure this one out. I am following the example in the
book, and everything works great, except for a significant side effect.
Whenever I put a watermark on my page (in the onEndPage event), the content
of the page is bold. My only guess is that it is somehow stamping the page
#include
typedef std::Disclaimer DisCard;
-Original Message-
From: Daniel Oliveras [mailto:dolive...@gmail.com]
Sent: Monday, January 11, 2010 4:43 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Watermark with rotated PDF
There is nothing wrong
There is nothing wrong with wrapping the PDFTemplate inside an Image, I
simply wanted to know how works the addTemplate() method.
I bought the book today, so now I can use it to get more information on
iText, I'll read the pages hou recomended.
Thank you very much for your time and Help.
On Mon,
Daniel Oliveras wrote:
> Thankyou very much,
>
> That information is not present on the API documentation and without the
> transformation matrix info it is practically impossible to perform any
> action.
What's wrong with wrapping the PdfTemplate inside an Image?
That solves all your problems.
Thankyou very much,
That information is not present on the API documentation and without the
transformation matrix info it is practically impossible to perform any
action.
On Mon, Jan 11, 2010 at 9:10 AM, 1T3XT info wrote:
> Daniel Oliveras wrote:
> > My problem is that I can not find informa
Daniel Oliveras wrote:
> My problem is that I can not find information on how works the
> transformation matrix so I can indicate that I want to rotate 90º
> clockwise or whatever angle I want. Every attempt I have made results
> on strange rotations in various axis on the same time.
It's high
Ethan Phoenix wrote:
> is there a way to make it appear on top of the table?
Yes.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info
--
Let Crystal Reports handle the reporting - Free
Hi! I am using a code that i found online to write a text watermark..but some
of my watermark text that falls on top of the pdftable appears under that
table..is there a way to make it appear on top of the table? Thanks!
_
Express y
tkw200580 wrote:
> I want to generate an Watermark for pdf-Docs. Sounds easy, and so is it. But
> now i Have the problem, that I have to show an Background-Img an also an
> Watermark in some special cases.
>
> The Background-Image has to be shown, but it isn´t allowed to be printed,
> and the wate
tkw200580 wrote:
> I want to generate an Watermark for pdf-Docs. Sounds easy, and so is it. But
> now i Have the problem, that I have to show an Background-Img an also an
> Watermark in some special cases.
>
> The Background-Image has to be shown, but it isn´t allowed to be printed,
You'll have t
I want to generate an Watermark for pdf-Docs. Sounds easy, and so is it. But
now i Have the problem, that I have to show an Background-Img an also an
Watermark in some special cases.
The Background-Image has to be shown, but it isn´t allowed to be printed,
and the watermark has to be printed. The
Hi,
I know nothing about ColdFusion. However what you explain sounds like
something that can be easily caused by the internal structure of your
input files. I once created a sample to show a similar problem here:
http://sourceforge.net/mailarchive/message.php?msg_name=46101A8D.9080204%40t-online
Hugo Sombreireiro wrote:
> That is, if the watermark was to be
> "TEST", the squared area where TEST would be framed is opaque and the
> content bellow the watermark can only be seen inside the body of each
> letter of the TEST word, like a mask. That doesn't happen in any of the
> following pa
Hi guys,
First of all I've been using iText for just one day now so please bear with
me (even if you don't have to).
So I was handed a bunch of scanned PDF files (PDF 1.6) and asked to create
dynamic watermarks. I was required to use ColdFusion. I played around with
CFPDF but it was a little bit d
Bruno Lowagie wrote:
> This is expected behavior: the background color of the field is set
> to white. If you don't want a backgroundcolor, you should try
> setFieldProperty to set "bgcolor" to null.
Or you could ask the person who created the form to make
sure the background color of the fields i
John J. Hodorowicz wrote:
> Hey all,
> I am having difficulty creating a watermark to display correctly on my
> pdfs. I have a fillable form template that I populate with data. I then
> flatten this form and apply the watermark. The watermark shows up but
> the form fields block out the watermar
Hey all,
I am having difficulty creating a watermark to display correctly on my
pdfs. I have a fillable form template that I populate with data. I then
flatten this form and apply the watermark. The watermark shows up but
the form fields block out the watermark. It's like the filled in fields
h
Adriano Leite Ribero wrote:
> try{
> if (baos.toString()!= null)
> ret = new String(baos.toString());
> } catch (Exception e){...}
> return ret; /* this string will be sent to the browser output */
Another thought: what if you save the contents of ret to a file?
Adriano Leite Ribero wrote:
> And found that the file was watermarked with an image, but not the
> file on the browser (which appeared without the image).
If I understand well, using the SAME String on the server,
the file written to the server was OK, but the file sent
to the OutputStream is wron
- Original Message -
From: "Adriano Leite Ribero" <[EMAIL PROTECTED]>
To: "Post all your questions about iText here"
Sent: Friday, November 16, 2007 7:46 AM
Subject: Re: [iText-questions] Watermark on a pdf wich is embedded
inabrowser
I need to use that St
Great suggestion and good reasoning!
Before than trying it on the server I have tryed something similar on
my own computer, and found that the problem is not in constructing the
PdfReader from the String with the PDF document content. I wrote the
following simple method, which watermarks my origi
Adriano Leite Ribero wrote:
> I have the String that I mentioned, with the known structure
> "%PDF-1.1", I receive it in a servlet and I can properly print it
> out to the browser
Let's add some extra (unnecessary) code to find out
where it goes wrong. Afterwards, we can remove that code.
You
Well, I must admit my previous post sounded like that "kitchen example" :-)
***
What I want to do is simply to add a image as a background (watermark)
to a PDF document.
Adriano Leite Ribero wrote:
> I need to use that String (which is not encoded) because an external
> server sends it to me that way. I receive a String with that content,
> and it is something I can't change.
>
> PdfReader creates apparently ok from that string.getBytes() method,
> but changes don
D] On
> > Behalf Of Adriano Leite Ribero
> > Sent: Thursday, November 15, 2007 1:58 PM
> > To: Post all your questions about iText here
> > Subject: Re: [iText-questions] Watermark on a pdf wich is
> > embedded inabrowser
> >
> > Thanks a lot for the explana
-> convert to base64 -> PDF in String
> PDF in a String -> decode base64 -> PDF in a byte[] -> use it in PdfReader
>
> Paulo
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Adriano Leite R
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Adriano Leite Ribero
> Sent: Thursday, November 15, 2007 12:11 PM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] Watermark on a pdf wich is
> embedded in abrowser
>
> I think I have not explained the
s about iText here
> Subject: Re: [iText-questions] Watermark on a pdf wich is
> embedded inabrowser
>
> Thanks a lot for the explanation and for the transformation scheme:
>
>"PDF in a String -> decode base64 -> PDF in a byte[] -> use it
> in PdfReader"
before delivering it to PdfReader.
> >
> > Paulo
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On
> > > Behalf Of Adriano Leite Ribero
> > > Sent: Thursday, November 15, 2007 8:47 AM
Sent: Thursday, November 15, 2007 8:47 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Watermark on a pdf wich is
> embedded in a browser
>
> Hi,
>
> I am trying to add some watermark to a pdf document. I've followed
> correctly the example of
AIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Adriano Leite Ribero
> > Sent: Thursday, November 15, 2007 8:47 AM
> > To: itext-questions@lists.sourceforge.net
> > Subject: [iText-questions] Watermark on a pdf wich is
> > embedded in a browser
> &g
Hi,
I am trying to add some watermark to a pdf document. I've followed
correctly the example of the file "AddWatermarkPageNumbers.java" from
"http://itextdocs.lowagie.com/tutorial/general/copystamp/index.php";,
and it works properly. I have made some changes to fit the method in
that java file to
Mingzuo Shen wrote:
> The AddWatermarkPageNumbersiText example
> works only for certain PDF files?
I works for all PDF files in the sense that it
adds new content under the existing content.
That doesn't necessarily mean yo will actually
see this content. For instance:
- the new content is added o
Hello,
I am trying 2.01 jar
The AddWatermarkPageNumbersiText example
works only for certain PDF files?
I tried on several PDF files,
one downloaded from Adobe,
one generated by myself using Distiller,
and one generated by myself using Bullzip
PDF print driver.
The "over" part works fine.
But wat
See http://www.lowagie.com/iText/history.html#V200.
Paulo
De: [EMAIL PROTECTED] em nome de [EMAIL PROTECTED]
Enviada: sex 06-Abr-07 12:03
Para: itext-questions@lists.sourceforge.net
Assunto: [iText-questions] Watermark and PdfPublicKeySecurityHandler
Hi
I
Hi
I have downloaded the latest iText-2.0.1, somehow I got problems with
Watermark and PdfPublicKeySecurityHandler.
For PdfPublicKeySecurityHandler, I had to go to bouncycastle
(http://www.bouncycastle.org) and get their jar in order for me to keep the
program running (the setEncryption w
On Wednesday 15 November 2006 10:09, Anjana Mehta wrote:
> We are using itextsharp for our reporting architechture. now i am creating
> a report in RTF Format. is it possible to add watermark in RTFReport.
> please suggest the way of adding watermark for RTF report
> i have tried below
Unfortunatel
Hi MarkWe are using itextsharp for our reporting architechture. now i am creating a report in RTF Format. is it possible to add watermark in RTFReport.please suggest the way of adding watermark for RTF reporti have tried belowImage image = Image.GetInstance(@"D:\\FSE4 TemplateRTF\\Current\\SalesPor
15, 2006 6:30 AM
Subject: [iText-questions] watermark
Hi Paulo
We are using itextsharp for our reporting architechture. now i am creating
a report in RTF Format. is it possible to add watermark in RTFReport.
please suggest the way of adding watermark for RTF report
i have tried belo
39 AM
Subject: [iText-questions] Watermark and Signatures
>
> Hi All,
>
> I am new to iText. I have a requirement where I have to apply watermark to
> an existing PDF, the PDF has digital signatures.
>
> I am using PdfStamper to apply the watermark, the code snippet is as
> fol
Hi All,
I am new to iText. I have a requirement where I have to apply watermark to
an existing PDF, the PDF has digital signatures.
I am using PdfStamper to apply the watermark, the code snippet is as
follows:
PdfReader reader = new PdfReader("C:/form.pdf");
int n = reader.getNumberOfPages();
Yefimov, Sergey wrote:
Is it possible to create watermark in a way you can do it using Adobe
Acrobat, to show it only when printing and do not show it when
displaying?
Thank you,
Yes, add it in an OptionalContentGroup and set the options of the group
so that the watermark is only print
Is it possible to create watermark in a way you can do it
using Adobe Acrobat, to show it only when printing and do not show it when
displaying?
Thank you,
PTFS
Yefimov, Sergey
(301) 654-8088 ex.31
www.ptfs.com
At 07:52 PM 10/19/2005, Smith, Adrian wrote:
I have a need to remove the watermarks from a set of PDF files so
that I can do more accurate comparisons on the content. Is there a
way to remove the watermark? I am not looking to violate any
ownership issues, these are draft files and they have
iText can't parse content. You'll have to look elsewhere.
- Original Message -
From: "Smith, Adrian" <[EMAIL PROTECTED]>
To:
Sent: Thursday, October 20, 2005 12:52 AM
Subject: [iText-questions] Watermark Question
> Hi,
> I have a need to remove the wa
Title: Watermark Question
Hi,
I have a need to remove the watermarks from a set of PDF files so that I can do more accurate comparisons on the content. Is there a way to remove the watermark? I am not looking to violate any ownership issues, these are draft files and they have these great bi
Transparency is all done in the printer driver and some are better than
others. Try to print as image.
- Original Message -
From: "Paul" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 11, 2005 4:45 PM
Subject: [iText-questions] Watermark printout doesn'
I use stamper.getOverContent(i) to add text watermark to PDF document. It
looks great on screen - with the watermark letters showing transparency. But
when I print it out on laser jet printer, the non stroke part of the letters
is all blank, doesn't show transparent effect like the screen does.
t; > To: itext-questions@lists.sourceforge.net > > Subject: [iText-questions] Watermark problem in Acrobat 5 > > > > I'm having problems adding a text watermark to a pdf. My > > code works fine for Acrobat 6.0 but not Acrobat 5.0.5. In > > 5.0.5, the first page will pr
PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of John
> > > Sent: Friday, February 04, 2005 4:58 AM
> > > To: itext-questions@lists.sourceforge.net
> > > Subject: [iText-questions] Watermark problem in Acrobat 5
> > >
> > > I'm
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Watermark problem in Acrobat 5
>
> I'm having problems adding a text watermark to a pdf. My
> code works fine for Acrobat 6.0 but not Acrobat 5.0.5. In
> 5.0.5, the first page will print. The watermark wil
I'm having problems adding a text watermark to a pdf. My code works fine for
Acrobat 6.0 but not Acrobat 5.0.5. In 5.0.5, the first page will print. The
watermark will be on it, although it does not show properly through the text.
It only shows on the areas without text. A second page then
Is there any tags for watermarks within the xml parser?
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thi
Quoting Paul Redmond <[EMAIL PROTECTED]>:
> Is there any tags for watermarks within the xml parser?
No, there isn't.
br,
Bruno
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt
Quoting Robert Crank <[EMAIL PROTECTED]>:
> I am using the watermark feature of iText and am noticing that the image
> is not actually being added to the PDF as a watermark, but as
> background.
You shouldn't use the Watermark object, but PageEvents.
http://www.lowagie.com/iText/tutorial/ch12.htm
I am using the watermark feature of iText and am noticing
that the image is not actually being added to the PDF as a watermark, but as
background. That is, everything draws on top to the watermark image, instead
of the watermark image drawing on top of everything. This renders the
waterma
ot;Joseph Chakkungal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 23, 2004 22:15
Subject: [iText-questions] Watermark blocking the table borders in pdf
> Hi,
> When a watermark is added to a pdf file why is it blocking the borders of
> tables? The text
Hi,
When a watermark is added to a pdf file why is it blocking the borders of
tables? The text appears fine while the table border where the watermark
image is placed is blocked by the water mark. Why is it so? How to resolve
this issue? Please help me.
Thanks
Joseph
___
;
Sent: Wednesday, April 07, 2004 19:20
Subject: [iText-questions] Watermark
> This is a code I'm using, taken directly from itext-paulo-130 version:
> public void onStartPage(PdfWriter writer, Document document) {
> if (writer.getPageNumber() < 3) {
> P
This is a code I'm using, taken directly from itext-paulo-130 version:
public void onStartPage(PdfWriter writer, Document document) {
if (writer.getPageNumber() < 3) {
PdfContentByte cb = writer.getDirectContentUnder();
cb.saveState();
cb.setColorFill(Color.p
[iText-questions] Watermark with PDFSTAMPER
Hi! All, I am trying to add watermark with
pdfstamper. Anybody has a code snippet that does this?
Thanks Sreedhar
Title: Watermark with PDFSTAMPER
Hi! All, I am trying to add watermark with pdfstamper. Anybody has a code snippet that does this?
Thanks
Sreedhar
Oops, I forgot to scale. The image was way too big. Works now. Thanks.
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 20, 2003 10:03 AM
To: David Burtness; [EMAIL PROTECTED]
Subject: Re: [iText-questions] Watermark doesn't show
Forget
) {
writer.getDirectContentUnder().addImage(img);
}
Best Regards,
Paulo Soares
- Original Message -
From: "David Burtness" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 20, 2003 14:33
Subject: [iText-questions] Watermark doesn't show
I read the suggestion to put watermark code in the onPageStart posting. I
think it should be onStartPage. Anyway, the
following is my onStartPage:
// override the onStartPage method
public void onStartPage(PdfWriter writer,Document document) {
Watermark watermark = getWat
I read the suggestion to put watermark code in the onPageStart posting. I
think it should be onStartPage. Anyway, the
following is my onStartPage:
// override the onStartPage method
public void onStartPage(PdfWriter writer,Document document) {
Watermark watermark = getWat
public void onEndPage(PdfWriter writer, Document document) {
writer.getDirectContentUnder().addImage(...);
}
- Original Message -
From: "MK Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 22, 2003 5:20
Subject: [iText-questions] Wa
Hi,
I tried to insert a watermark with :
public void onEndPage(PdfWriter writer, Document document) {
System.out.println("end added" + doc.add(page.waterMark) + ":" +
page.waterMark.offsetX() + " x " + page.waterMark.offsetY());
}
The watermark only appear from the 2nd page onward thou
> Subject: [iText-questions] Watermark existing document
>
> Hello,
>
> I want to Watermark existing document, but I've an issue. If the document
> is a scanned one,
> each page content is an image, and the watermark doesn't appear because
> it's put
Title: Watermark existing document
Hello,
I want to Watermark existing document, but I've an issue. If the document is a scanned one,
each page content is an image, and the watermark doesn't appear because it's put under the image.
How can I solve that ?
thanks a lot,
Damien
---
27;
> Subject: Re: [iText-questions] Watermark and annotations
>
>
> Here is my code..a few simple lines.. -->
>
> try{
> PdfWriter writer = PdfWriter.getInstance(document, new
> FileOutputStream((prod.nomeFat.substring(0,
> nomeFat.lastIndexOf(&qu
catch(Exception e){
System.err.println("FNF");
}
}
Regards
~ -Messaggio originale-
~ Da: Paulo Soares [mailto:[EMAIL PROTECTED]]
~ Inviato: mercoledì 8 gennaio 2003 16.26
~ A: 'Collenghi, Ruggero'; '[EMAIL PROTECTED]'
~ Oggetto: RE: [iTe
anuary 08, 2003 15:06
> To: '[EMAIL PROTECTED]'
> Subject: [iText-questions] Watermark and annotations
>
>
> Is it possible to add an annotation to a watremark? I receive the
> following
> error while running
> TiA
>
> Exception in thread "mai
Is it possible to add an annotation to a watremark? I receive the following
error while running
TiA
Exception in thread "main" ExceptionConverter: java.lang.RuntimeException: 1
annotations had invalid placement pages.
*
Quoting Ram Guttikonda <[EMAIL PROTECTED]>:
> NOTE: However, I tried the usual way of add *.gif does not work due the
> following error. I think I understand its more a legal problem than
> technical. So, don't want to pursue on legal side.
>
> /avvid_133x70.gif is not a supported GIF-file (init
I am trying to add a watermark for the pdf. Here is my code.
Image img =
Image.getInstance(Toolkit.getDefaultToolkit().createImage("avvid_133x70.gif"
), null);
Watermark watermark = new Watermark(img, 10, 20);
document.add(watermark);
I
Title: Watermark, DocumentException: "not a supported GIF-file"
I am using iText version 0.81
I am trying to use a GIF file as a Watermark.
Here is the exception that I observe:
com.lowagie.text.DocumentException: file:/c:/web/www/webapp/foobar/images/blah.gif
is not a supported GIF
97 matches
Mail list logo