Re: [iText-questions] dynamically adding annotations and its replies

2010-10-18 Thread 1T3XT info
On 19/10/2010 6:28, ashish wrote: > > Thank you Mark for your reply. > > But my problem is not creating a annotation, my problem is "how to inject > the replies in it". > Say i have annotation which says "This needs reply", and now someone else > has added a reply to it. > And now i want that reply

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-18 Thread 1T3XT info
On 19/10/2010 8:15, rajeev2012 wrote: > > Hi Mark > > I have tried XFA (fill form) as well as have tried with setFields("") option > but it didn't work. You haven't tried the solution explained in chapter 8 of the book. It is all explained: http://itextpdf.com/book/ -- This answer is provided by

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-18 Thread rajeev2012
Hi Mark I have tried XFA (fill form) as well as have tried with setFields("") option but it didn't work. Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p3001501.html Sent from the iText - General mailing

Re: [iText-questions] dynamically adding annotations and its replies

2010-10-18 Thread ashish
Thank you Mark for your reply. But my problem is not creating a annotation, my problem is "how to inject the replies in it". Say i have annotation which says "This needs reply", and now someone else has added a reply to it. And now i want that reply to be added in the annotation using itext. Th

Re: [iText-questions] Composing a monthly/welcome message for iText-Questions.

2010-10-18 Thread Keith O
Hi Mark, THANK YOU for following up on this issue! > Date: Mon, 18 Oct 2010 09:20:38 -0700 > From: msto...@autonomy.com > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Composing a monthly/welcome message for > iText-Questions. > > In the "About this list" thread, I prop

Re: [iText-questions] Colors getting washed out only with iText Java in Adobe Acrobat.

2010-10-18 Thread Leonard Rosenthol
Set the correct transparency blending space. From: Adam Mork [mailto:ad...@windward.net] Sent: Monday, October 18, 2010 4:15 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Colors getting washed out only with iText Java in Adobe Acrobat. HI, I have a PNG image in my PDF.

Re: [iText-questions] Colors getting washed out only with iText Java inAdobe Acrobat.

2010-10-18 Thread Mark Storer
Sounds like your image is using a color space resource. Adobe supports it, foxit probably doesn't. Can you post your PDF? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From: Adam M

[iText-questions] lines with leading whitespace are chomped 1 whitespace character?

2010-10-18 Thread Lowe, Wyan
Hi, I'm reading in a flat file with some lines starting with several whitespace characters and then normal text, and also somelines that are just newlines. PDF output appears to chomp the 1st whitespace character for the lines that start with whitespace, and for the lines with only newlines, appea

[iText-questions] Colors getting washed out only with iText Java in Adobe Acrobat.

2010-10-18 Thread Adam Mork
HI, I have a PNG image in my PDF. In the java version (not .NET) the image comes through looking washed out. It only happens in adobe acrobat I usually use Foxit Reader and in Foxit, the image shows up fine. Does anyone know what could be going on here ? Thanks -Adam Mork -

Re: [iText-questions] Reading text from PDF

2010-10-18 Thread Modesto Aguirre Gomez
This is the code that I am using to insert the imagen in the PDF. This source code works fine in others PDFs, but not in this one. I do not understand. public TC2 InsertaImagenTC2(PdfReader reader, String ruta, int paginas) { TC2 pdf = new TC2(); int i = 0; PdfContentBy

Re: [iText-questions] Composing a monthly/welcome message for iText-Questions.

2010-10-18 Thread Alexis Pigeon
Hi Mark On 18 October 2010 18:20, Mark Storer wrote: > In the "About this list" thread, I proposed a message that would be sent to > everyone who joins the list, and reposted each month.  I have collected some > links that would go into it, but it's still in a rough form.  I'd like some > feedbac

Re: [iText-questions] Problem creating PDF with JTextPane withembeddedcomponents

2010-10-18 Thread Mark Storer
"the solution using Graphics2D" is what I was referring to. PdfGraphics2D doesn't handle page breaking at all. It just has a bounding box and tries to fit whatever you render into it. If what you want to render won't fit, you need to determine that ahead of time and use more than one PDFG2D.

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-18 Thread Mark Storer
What have you tried? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; > -Original Message- > From: rajeev2012 [mailto:rajeevs2...@gmail.com] > Sent: Monday, October 18, 2010 8:41 AM > To: itext-questions@lists.sourceforge

Re: [iText-questions] dynamically adding annotations and its replies

2010-10-18 Thread Mark Storer
http://api.itextpdf.com/com/itextpdf/text/pdf/PdfStamper.html#addAnnotat ion(com.itextpdf.text.pdf.PdfAnnotation,%20int) And http://api.itextpdf.com/com/itextpdf/text/pdf/PdfAnnotation.html#createT ext(com.itextpdf.text.pdf.PdfWriter,%20com.itextpdf.text.Rectangle,%20ja va.lang.String,%20java.lan

[iText-questions] Composing a monthly/welcome message for iText-Questions.

2010-10-18 Thread Mark Storer
In the "About this list" thread, I proposed a message that would be sent to everyone who joins the list, and reposted each month. I have collected some links that would go into it, but it's still in a rough form. I'd like some feedback, and don't want this message to be a One Man Show. Here's th

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-18 Thread djdjdj
Mikel's thought was accurate. I thank you for the help! The signature was not being applied in append mode. Fixed it like a charm. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-regarding-validity-Multiple-Digital-Signatures-tp2995848p3000497.html Sent fr

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-18 Thread rajeev2012
Hi Would you please help me to fill the attached PDF file with the attached XML data file, using iTextSharp? http://itext-general.2136553.n4.nabble.com/file/n3000480/Form5.pdf Form5.pdf http://itext-general.2136553.n4.nabble.com/file/n3000480/Form5_Filled_data.xml Form5_Filled_data.xml I ha

Re: [iText-questions] Out of Bounds error when trying to GetInstance of tiff image

2010-10-18 Thread mishakogan
Paulo, thank you for your reply. How to find out which images are broken? Is there a tool that can validate an image before processing. Also, do you know if it is possible to fix those image or fix the code -- View this message in context: http://itext-general.2136553.n4.nabble.com/Out-of-

Re: [iText-questions] Simple question about flowing objects

2010-10-18 Thread Nurettin DAG
There is a method in PdfWriter that returns current verticalPosition, However, there is no setter defined. One option is to patch it to set the position(simply increment the currentHeight value in document). Alternative to patch would be to somehow put dummy empty space before your table. For examp

Re: [iText-questions] Fairly new to Itext

2010-10-18 Thread Woolverton, Bob
Mark, I was thinking it was you that suggested PDFStamper in append mode to retain the original PDF structure. It works great until .close. If I look at the new PDF just prior to close it is Identical to the input PDF except the last couple K are not there. Then after .cloes I get some differ

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-10-18 Thread mkl
Great news! Leonard Rosenthol-3 wrote: > Right - now that we announced, I can comment ;). > > Acrobat & Reader X FULLY support PAdES parts 1-4. (we chose not to do > part 5 at this time as we weren't seeing the customer interest) -- View this message in context: http://itext-general.2136553.

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-10-18 Thread Leonard Rosenthol
Right - now that we announced, I can comment ;). Acrobat & Reader X FULLY support PAdES parts 1-4. (we chose not to do part 5 at this time as we weren't seeing the customer interest) Leonard -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: Monday, October 18, 2010 8

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-10-18 Thread mkl
Leonard, Leonard Rosenthol-3 wrote: > Just to clarify that statement... > > Adobe Acrobat supports parts 1, 2 and part of 4 of PAdES. We expect > support parts 3, the rest of 4 and 5 in a future release. > > At this time, I am not aware of anyone shipping an implementation of all 5 > parts of

[iText-questions] Simple question about flowing objects

2010-10-18 Thread riffla
Is it possible to set a vertical starting point when start floating objects? When mixing absolute and relative positions, I need a way to set a fix starting point with the meaning "Hey renderer, when laying out objects at your own will, that's OK, but start from this vertical position". And I want

Re: [iText-questions] dynamically adding annotations and its replies

2010-10-18 Thread ashish
annotation = PdfAnnotation.createText(writer, new Rectangle(llx, lly, llx+20, lly+20), user.getDisplayableName(), StringUtils.deleteHTMLTags(map.get(key

[iText-questions] No output from columntext.go()

2010-10-18 Thread riffla
Hi In my layout I'm mixing floating render (as in just document.add(Chunk/Paragraph) and PdfPTable.writeSelectedRows... due to certain circumstances in how text and tables are supposed to be laid out. But there is a problem described below: 1 First of all I'm loading a template PDF pre-rendered