[iText-questions] PdfAnnotation.createInk - Array of java.awt.Point > inklist[][]

2009-09-21 Thread Thorsten Kinze
Hello NG, sorry for this question, but it seams, that I have a bread in front of my head I have an array of java.awt.Point, which contains positions of a freehand annotation for a document management system. What must I do, to convert the Point array to the PdfAnnotation.createInk inklist?

[iText-questions] How to Hide and insert Text in a given position with the given coordinates

2009-09-21 Thread raj231362
hi paulo, i am able to hide text on image. i am using tiff image to create pdf. i have a coordinate of text. through this coordinate i am hiding the text while creating pdf. but hide text is not placed in exact location of coordinate. have you any idea, where i have done mistake.. here is my co

[iText-questions] RTF Merging

2009-09-21 Thread Stew Meyers
I use iText for creating PDF and RTF documents, and now need to be able to read an existing RTF 'Template' to merge data with. I've searched the archives but have not found anything definitive. I need to be able to do the following: 1) Read existing RTF document (we are doing this succ

Re: [iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Gylfi Ingvason
Understood - I will work on getting you one... -Original Message- From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Monday, September 21, 2009 3:13 PM To: gylfi.ingva...@solimarsystems.com; Post all your questions about iText here Subject: Re: [iText-questions] Color shift and missing

Re: [iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Paulo Soares
I need a PDF to work on. Paulo - Original Message - From: "Gylfi Ingvason" To: "'Post all your questions about iText here'" Sent: Monday, September 21, 2009 7:53 PM Subject: Re: [iText-questions] Color shift and missing Transparency Group Sorry, I can't - this is customer data that

Re: [iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Gylfi Ingvason
Sorry, I can't - this is customer data that I'm not authorized to share. I might be able to re-create a generic sample if need be, but for the moment I don't have a file to post. The Page object in question looks like this: 63 0 obj<>/MediaBox[0 0 612 792]/Resources<>/ProcSet[/PDF/Text/ImageB/Imag

Re: [iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Paulo Soares
Can you post a link to one of those PDF? Paulo > -Original Message- > From: Gylfi Ingvason [mailto:gylfi.ingva...@solimarsystems.com] > Sent: Monday, September 21, 2009 6:02 PM > To: 'Post all your questions about iText here' > Subject: Re: [iText-questions] Color shift and missing > T

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-21 Thread Paulo Soares
Thank you. I'll have a look and get back to you later. Paulo > -Original Message- > From: Vesa Jääskeläinen [mailto:ch...@nic.fi] > Sent: Monday, September 21, 2009 6:39 PM > To: iText questions > Subject: [iText-questions] [patch-itextsharp] Fixes to > attachment handling > > Hi All,

[iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-21 Thread Vesa Jääskeläinen
Hi All, Here are some fixes to embedded attachment handling in iTextSharp. PdfEncodings.cs: Changed behavior of loading attachment object names. Might have side effects elsewhere. In my opinion Unicode should be used internally to process all strings. Raw version can be kept handy if needed. Any

Re: [iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Gylfi Ingvason
Thanks Paulo. We're seeing the Group dictionaries in documents that originate from Microsoft Office Word 2007 containing a GIF or PNG used to represent hand written signatures. -Original Message- From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Monday, September 21, 2009 12:26 PM To

Re: [iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Paulo Soares
The absence of transparency group support was lack of time (and also lack of demand). I'll have to see if the page dictionaries are also accepted in a XObject in all cases. Paulo > -Original Message- > From: Gylfi Ingvason [mailto:gylfi.ingva...@solimarsystems.com] > Sent: Monday, Sept

[iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Gylfi Ingvason
All, I'm using iTextsharp and noticed a color shift in an image after a page import using PdfWriter. The reason for the change in color is that the Transparency Group dictionary in the imported page object is not being preserved when the page is being imported into an XObject Form. I'm assuming th

[iText-questions] getting font for text string

2009-09-21 Thread newoutlook
I am looking for a iText Api class for the following content stream to get font for a text string. For example, Text string (\001) has font /T1_7 1 Tf. Please help me if anybody knows the class. BT /LI_Label <>BDC 0.929 0.11 0.141 scn /GS2 gs /T1_7 1 Tf 0 Tc 8 0 0 8 83.0628 167.5115 Tm (\001 )

Re: [iText-questions] Need to display Html content in html format in pdf file

2009-09-21 Thread Leonard Rosenthol
What would make you think that you could just put HTML into a PDF and it would dynamically render like that?? Leonard On 9/21/09 8:32 AM, "satheeshsamiappan" wrote: > > Hi All, > > I use velocity template engine to generate a template.This template contains > some junk of data along with htm

Re: [iText-questions] image setSpacingAfter()

2009-09-21 Thread Bruno Lowagie
Jason Berk wrote: > Is there some trick to making this work? I'm not seeing any whitespace > around my images. I never use that method. I always use borders (Image extends Rectangle). br, Bruno -- Come build with us! The

[iText-questions] image setSpacingAfter()

2009-09-21 Thread Jason Berk
Is there some trick to making this work? I'm not seeing any whitespace around my images. Jason Now serving Boiler Spirit with every purchase. Switch to the new Purdue debit card today. Show your pride and earn Scorecard Rewards on the side. Just sign for your purchases and score valuable reward

Re: [iText-questions] Re ad pdf content and store it in a text file

2009-09-21 Thread satheeshsamiappan
Thanks for the reply. satheeshsamiappan wrote: > > Hi all, > I have a situation where i need to read pdf content and store it in text > file. > I used PdfReader object to read the pdf file. But i was not able to see > any provision for converting that object into filewriter. > > Can anyone guid

[iText-questions] Need to display Html content in html format in pdf file

2009-09-21 Thread satheeshsamiappan
Hi All, I use velocity template engine to generate a template.This template contains some junk of data along with html table format. This html content is stored in java.io.Writer object. When I load this content into pdf using itext.Paragraph class, the html syntax are displayed as it is Eg:

[iText-questions] Need to display Html content in html format in pdf file

2009-09-21 Thread satheesh kumar
Hi All, I use velocity template engine to generate a template.This template contains some junk of data along with html table format. This html content is stored in java.io.Writer object. When I load this content into pdf using itext.Paragraph class, the html syntax are displayed as it is Eg: Wel