Re: [iText-questions] Watermark blocked by form fields

2013-10-21 Thread Michael Demey
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

Re: [iText-questions] Watermark blocked by form fields

2013-10-21 Thread Dennis Lindeman
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

[iText-questions] watermark image is not fitting in all the page sizes

2013-10-08 Thread Bapuji Nakka
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.

Re: [iText-questions] watermark text print issue with iText-5.0.5

2011-10-05 Thread sacssp
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 -

Re: [iText-questions] watermark text print issue with iText-5.0.5

2010-11-24 Thread prakash.nagaswamy
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

Re: [iText-questions] watermark text print issue with iText-5.0.5

2010-11-24 Thread 1T3XT BVBA
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

Re: [iText-questions] watermark text print issue with iText-5.0.5

2010-11-24 Thread prakash.nagaswamy
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

Re: [iText-questions] watermark text print issue with iText-5.0.5

2010-11-24 Thread Leonard Rosenthol
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

Re: [iText-questions] watermark text print issue with iText-5.0.5

2010-11-24 Thread 1T3XT BVBA
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

[iText-questions] watermark text print issue with iText-5.0.5

2010-11-23 Thread prakash.nagaswamy
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

Re: [iText-questions] WaterMark

2010-09-02 Thread 1T3XT info
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

[iText-questions] WaterMark

2010-09-02 Thread ravi mathpal
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

Re: [iText-questions] Watermark a PDF and check if an existing PDF is marked

2010-06-22 Thread Jaakov Jalink
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

Re: [iText-questions] Watermark a PDF and check if an existing PDF is marked

2010-06-21 Thread Jaakov Jalink
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

Re: [iText-questions] Watermark a PDF and check if an existing PDF is marked

2010-06-20 Thread 1T3XT info
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

[iText-questions] Watermark a PDF and check if an existing PDF is marked

2010-06-20 Thread jjalink
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

Re: [iText-questions] Watermark causing page to be bold (stamped on itself?)

2010-01-29 Thread 1T3XT info
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.

Re: [iText-questions] Watermark causing page to be bold (stamped on itself?)

2010-01-29 Thread lsdillard
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

Re: [iText-questions] Watermark causing page to be bold (stamped on itself?)

2010-01-29 Thread 1T3XT info
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

Re: [iText-questions] Watermark causing page to be bold (stamped on itself?)

2010-01-29 Thread Leonard Rosenthol
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

[iText-questions] Watermark causing page to be bold (stamped on itself?)

2010-01-29 Thread lsdillard
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

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread Mark Storer
#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

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread Daniel Oliveras
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,

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread 1T3XT info
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.

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread Daniel Oliveras
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

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread 1T3XT info
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

Re: [iText-questions] watermark appears under content

2009-08-11 Thread 1T3XT info
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

[iText-questions] watermark appears under content

2009-08-06 Thread Ethan Phoenix
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

Re: [iText-questions] Watermark and Background Image

2009-03-17 Thread 1T3XT info
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

Re: [iText-questions] Watermark and Background Image

2009-03-12 Thread 1T3XT info
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

[iText-questions] Watermark and Background Image

2009-03-12 Thread tkw200580
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

Re: [iText-questions] Watermark issue

2008-03-06 Thread Carsten Hammer
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

Re: [iText-questions] Watermark issue

2008-03-06 Thread 1T3XT info
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

[iText-questions] Watermark issue

2008-03-04 Thread Hugo Sombreireiro
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

Re: [iText-questions] Watermark under Flattened Form

2008-01-24 Thread Bruno Lowagie
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

Re: [iText-questions] Watermark under Flattened Form

2008-01-24 Thread Bruno Lowagie
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

[iText-questions] Watermark under Flattened Form

2008-01-23 Thread John J. Hodorowicz
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

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-16 Thread Bruno Lowagie
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?

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-16 Thread Bruno Lowagie
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

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-16 Thread Paulo Soares
- 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

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-16 Thread Adriano Leite Ribero
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

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-16 Thread Bruno Lowagie
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

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-16 Thread Adriano Leite Ribero
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.

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-16 Thread Bruno Lowagie
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

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-16 Thread Adriano Leite Ribero
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

Re: [iText-questions] Watermark on a pdf wich is embedded in abrowser

2007-11-15 Thread Adriano Leite Ribero
-> 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

Re: [iText-questions] Watermark on a pdf wich is embedded in abrowser

2007-11-15 Thread Paulo Soares
> [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

Re: [iText-questions] Watermark on a pdf wich is embedded inabrowser

2007-11-15 Thread Paulo Soares
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"

Re: [iText-questions] Watermark on a pdf wich is embedded in a browser

2007-11-15 Thread Adriano Leite Ribero
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

Re: [iText-questions] Watermark on a pdf wich is embedded in a browser

2007-11-15 Thread Paulo Soares
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

Re: [iText-questions] Watermark on a pdf wich is embedded in a browser

2007-11-15 Thread Adriano Leite Ribero
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

[iText-questions] Watermark on a pdf wich is embedded in a browser

2007-11-15 Thread Adriano Leite Ribero
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

Re: [iText-questions] watermark graphic not visible on "under" content using PdfStamper

2007-04-11 Thread Bruno Lowagie (iText)
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

[iText-questions] watermark graphic not visible on "under" content using PdfStamper

2007-04-11 Thread Mingzuo Shen
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

Re: [iText-questions] Watermark and PdfPublicKeySecurityHandler

2007-04-06 Thread Paulo Soares
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

[iText-questions] Watermark and PdfPublicKeySecurityHandler

2007-04-06 Thread hiphopnature
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

Re: [iText-questions] watermark in RTF

2006-11-16 Thread Mark Hall
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

[iText-questions] watermark in RTF

2006-11-15 Thread Anjana Mehta
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

Re: [iText-questions] watermark

2006-11-15 Thread Paulo Soares
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

Re: [iText-questions] Watermark and Signatures

2006-07-07 Thread Paulo Soares
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

[iText-questions] Watermark and Signatures

2006-07-07 Thread mohan alagurajan
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();

Re: [iText-questions] watermark, show it only when printing

2006-02-14 Thread Bruno Lowagie
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

[iText-questions] watermark, show it only when printing

2006-02-14 Thread Yefimov, Sergey
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  

Re: [iText-questions] Watermark Question

2005-10-19 Thread Leonard Rosenthol
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

Re: [iText-questions] Watermark Question

2005-10-19 Thread Paulo Soares
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

[iText-questions] Watermark Question

2005-10-19 Thread Smith, Adrian
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

Re: [iText-questions] Watermark printout doesn't look good

2005-08-11 Thread Paulo Soares
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'

[iText-questions] Watermark printout doesn't look good

2005-08-11 Thread Paul
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.

RE: [iText-questions] Watermark problem in Acrobat 5

2005-02-04 Thread John
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

Re: [iText-questions] Watermark problem in Acrobat 5

2005-02-04 Thread Paulo Soares
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

RE: [iText-questions] Watermark problem in Acrobat 5

2005-02-04 Thread Paulo Soares
> 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

[iText-questions] Watermark problem in Acrobat 5

2005-02-04 Thread John
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

[iText-questions] watermark in xml parser?

2005-01-14 Thread Paul Redmond
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

Re: [iText-questions] watermark in xml parser?

2005-01-14 Thread Bruno
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

Re: [iText-questions] Watermark is added to document as background

2004-12-29 Thread Bruno
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

[iText-questions] Watermark is added to document as background

2004-12-29 Thread Robert Crank
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

Re: [iText-questions] Watermark blocking the table borders in pdf

2004-07-24 Thread Paulo Soares
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

[iText-questions] Watermark blocking the table borders in pdf

2004-07-23 Thread Joseph Chakkungal
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 ___

Re: [iText-questions] Watermark

2004-04-08 Thread Paulo Soares
; 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

[iText-questions] Watermark

2004-04-07 Thread Vladlen Bray
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

RE: [iText-questions] Watermark with PDFSTAMPER

2004-03-23 Thread Paulo Soares
[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

[iText-questions] Watermark with PDFSTAMPER

2004-03-22 Thread Varidhireddy, 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

RE: [iText-questions] Watermark doesn't show

2003-08-20 Thread David Burtness
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

Re: [iText-questions] Watermark doesn't show

2003-08-20 Thread Paulo Soares
) { 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

[iText-questions] Watermark doesn't show

2003-08-20 Thread David Burtness
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

[iText-questions] Watermark doesn't show

2003-08-20 Thread David Burtness
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

Re: [iText-questions] Watermark problem

2003-07-22 Thread Paulo Soares
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

[iText-questions] Watermark problem

2003-07-22 Thread MK Lee
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

RE: [iText-questions] Watermark existing document

2003-01-23 Thread Paulo Soares
> 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

[iText-questions] Watermark existing document

2003-01-23 Thread Richard Damien (AXEN)
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 ---

RE: [iText-questions] Watermark and annotations

2003-01-08 Thread Paulo Soares
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

Re: [iText-questions] Watermark and annotations

2003-01-08 Thread Collenghi, Ruggero
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

RE: [iText-questions] Watermark and annotations

2003-01-08 Thread Paulo Soares
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

[iText-questions] Watermark and annotations

2003-01-08 Thread Collenghi, Ruggero
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. *

Re: [iText-questions] watermark

2002-08-27 Thread Bruno
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

[iText-questions] watermark

2002-08-27 Thread Ram Guttikonda
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

[iText-questions] Watermark, DocumentException: "not a supported GIF-file"

2002-02-07 Thread Sullivan, Sean C - MLG
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