[iText-questions] Regarding automatic trim of whitespaces

2011-06-22 Thread sumeet gupta
Hi members, I was trying to write some strings with extra speces in its rights side in to a table , But generated pdf does not contains the white spaces . I have tried this : Chunk chunk= new Chunk("hello"); Phrase phrase = new Phrase(chunk); PdfPCell c

Re: [iText-questions] What is the difference between PDF/A and PDF/X? Which one does iText produce?

2008-07-27 Thread Sumeet Gupta
Sumeet Gupta wrote: > > > 1T3XT info wrote: >> >> Sumeet Gupta wrote: >>> hi, >>> >>> I have generated a PDF using iText version 2.0.8. However, i want to >>> know as >>> to which PDF standard does this PDF conform to. &g

Re: [iText-questions] What is the difference between PDF/A and PDF/X? Which one does iText produce?

2008-07-23 Thread Sumeet Gupta
1T3XT info wrote: > > Sumeet Gupta wrote: >> hi, >> >> I have generated a PDF using iText version 2.0.8. However, i want to know >> as >> to which PDF standard does this PDF conform to. > > Thanks Bruno, I need to adhere to PDF/A. When i di

[iText-questions] What is the difference between PDF/A and PDF/X? Which one does iText produce?

2008-07-15 Thread Sumeet Gupta
hi, I have generated a PDF using iText version 2.0.8. However, i want to know as to which PDF standard does this PDF conform to. Thanks -- View this message in context: http://www.nabble.com/What-is-the-difference-between-PDF-A-and-PDF-X--Which-one-does-iText-produce--tp18458617p18458617.html

Re: [iText-questions] adding PDFAnnotation to Cell

2008-06-11 Thread Sumeet Gupta
Thanks Bruno..can you provide me with a quick sample code? a 2-3 liner code will really help. Bruno Lowagie (iText) wrote: > > Sumeet Gupta wrote: >> Hi, >> >> I need to add the PDFAnnotation to a Cell of a Table. >> I can add the file attachments as PdfA

[iText-questions] adding PDFAnnotation to Cell

2008-06-11 Thread Sumeet Gupta
Hi, I need to add the PDFAnnotation to a Cell of a Table. I can add the file attachments as PdfAnnotations and when i click on those annotations, the attached file opens up. However, my requirement is to have these annotations in the Cell that i will be adding to Table. Any pointers will be ap

Re: [iText-questions] click on image and open the attachment

2008-06-05 Thread Sumeet Gupta
tachment name > resulted in an alert telling the exact same thing =) - the original > intention was that you could use the attachment names to save > as/automatically open - but most users are already customized to the build > in feature of the attachment pane - so they wouldnt know how

Re: [iText-questions] click on image and open the attachment

2008-06-04 Thread Sumeet Gupta
Here's the code for opening an attachment when clicking on an annotation. It opens up the corresponding attachment (documents and tiff images) when the annotation is double-clicked. Also, when the attached word document opens up, it does have the "Save As" functionality. Attached is a sample PDF

Re: [iText-questions] click on image and open the attachment

2008-06-03 Thread Sumeet Gupta
hi Paulo, Let me be clearer on this. I need to create a PDF file, which could contain word documents as attachments. I can embed both an image and make it clickable AND attach a word document in the pdf file. However, the requirement is that when i click on the embedded image, the corresponding a

[iText-questions] click on image and open the attachment

2008-06-03 Thread sumeet . gupta
Hi, I have a requirement where i need to embed a word document image file in a PDF document generated by iText. So far so good. However, i need to ensure that when i click on the image, the attached word document actually opens up. In nutshell, the image in the PDF file should actually link to