Re: [iText-questions] keeping document security

2006-03-08 Thread Leonard Rosenthol
At 05:50 PM 3/8/2006, Abhay Shah wrote: I'm using iText to create a pdf document by merging an fdf with an original pdf. The original pdf is provided to us by the client and has security method as "password security". I will not know the password when this gets deployed. Will you have t

Re: [iText-questions] keeping document security

2006-03-08 Thread Paulo Soares
It may work in append mode. - Original Message - From: "Abhay Shah" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 08, 2006 10:50 PM Subject: [iText-questions] keeping document security Hi, I'm using iText to create a pdf document by merging an fdf with an original pdf. The original

[iText-questions] keeping document security

2006-03-08 Thread Abhay Shah
Hi, I'm using iText to create a pdf document by merging an fdf with an original pdf. The original pdf is provided to us by the client and has security method as "password security". I will not know the password when this gets deployed. The client expects that the resultant pdf (pdf after doing th

Re: [iText-questions] iText behind a CSS / Load Balancer

2006-03-08 Thread Jeff Merino-Ott
I was curious if anyone else had this issue, that's all.  I imagine it's something to do with it being a servlet, but I read that itext could be clustered.  I more or less wanted to verify that and see if anyone had any experiences with it; or perhaps the same issue that maybe they could help out w

Re: [iText-questions] custom japanese font?

2006-03-08 Thread Jason Te Whau
Hi PauloI've tried a number of different methods to try to get it to work including registered/non-registered, embedded/non-embedded, installed/not installed. Haven't had any luck so far. The best I get is boxes with X's in them. No error though. Below is how I am testing it. Let me know if you see

Re: [iText-questions] custom japanese font?

2006-03-08 Thread Paulo Soares
I suspect that MyJPNFont.otf doesn't have the chars you think it has. Can you put the font somewhere and send me privately the link to it? Paulo - Original Message - From: "Jason Te Whau" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; Sent: Wednesday, March 08, 2006 10:

[iText-questions] Convert HTML To PDf

2006-03-08 Thread nidhu nijhawan
Does iTextSharp supports conversion from HTML To Pdf? I tried example in chapter 7th usign  HtmlParser.Parse, but doesnt seem to work.  Please advise.   Don't just search. Find. MSN Search Check out the new MSN Search! --- This SF.Net email i

Re: [iText-questions] iText behind a CSS / Load Balancer

2006-03-08 Thread Paulo Soares
I don't see what iText has to do with it. - Original Message - From: "Jeff Merino-Ott" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 08, 2006 6:24 PM Subject: [iText-questions] iText behind a CSS / Load Balancer I have iText fully working (using 1.2 right now). It's worked great fo

Re: [iText-questions] [iText Question] - Images always centered

2006-03-08 Thread Paulo Soares
Use the latest release. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, March 08, 2006 8:34 PM Subject: [iText-questions] [iText Question] - Images always centered Hi, I've been using iText for a few months and now just of a sudden all my images that I use a

[iText-questions] [iText Question] - Images always centered

2006-03-08 Thread rpaquett
Hi, I've been using iText for a few months and now just of a sudden all my images that I use are no longer justified as specified, they all come up centered. Ex: Image wordMark = Image.getInstance(path... ); wordMark.setAlignement(Element.ALIGN_RIGHT); PdfPCell cellWordMark = new PdfPCell(

[iText-questions] iText behind a CSS / Load Balancer

2006-03-08 Thread Jeff Merino-Ott
I have iText fully working (using 1.2 right now).  It's worked great for quite some time.However, recently we have put our web site behind a Cisco CSS which load balances the machines (but also maintains sticky session state.  Once you hit on node, you stay with that node).  We also have session pe

RE: [iText-questions] PDF417 byte compaction

2006-03-08 Thread Paulo Soares
> -Original Message- > From: Jose Urzua [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 08, 2006 4:53 PM > To: Paulo Soares > Cc: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF417 byte compaction > > Thanks, but this don't work. I need to generate PDF417

Re: [iText-questions] help creating checkbox

2006-03-08 Thread David McDivitt
I resolved my problem by setting the text rise for other columns in the table. I was not aware the text rise was being set in the utility class which returned cells, and I changed the default text rise value there. Thanks >To: itext-questions@lists.sourceforge.net >Subject: [iText-questions] hel

Re: [iText-questions] PDF417 byte compaction

2006-03-08 Thread Jose Urzua
Thanks, but this don't work. I need to generate PDF417 image with "ñ" characters and everyone can read that image on every system, independant system locales. How I can do that? 2006/3/8, Paulo Soares <[EMAIL PROTECTED]>: > BarcodePDF417.PDF417_FORCE_BINARY > > > -Original Message- > > Fr

RE: [iText-questions] PDF417 byte compaction

2006-03-08 Thread Paulo Soares
BarcodePDF417.PDF417_FORCE_BINARY > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jose Urzua > Sent: Wednesday, March 08, 2006 1:29 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF417 byte compaction > > Hi, > >

[iText-questions] PDF417 byte compaction

2006-03-08 Thread Jose Urzua
Hi, I need to generate PDF417 image with "binary compaction mode", ¿What constant/option will be use? Thanks in advance, -- José Urzúa Reinoso http://jose.cl Linux User: 303956 http://counter.li.org --- This SF.Net email is sponsored by xPML

Re: [iText-questions] using Itext1.4 for production

2006-03-08 Thread bruno
Arun Kumar wrote: Where i can see the comparision of Itext with other free pdf converter like FOP. I forgot to mention this Adobe Press article: http://www.adobepress.com/articles/article.asp?p=420686&rl=1 br, Bruno --- This SF.Net email is

Re: [iText-questions] using Itext1.4 for production

2006-03-08 Thread bruno
Arun Kumar wrote: Hi friends is there any issue of using IText 14 for production or commercial purpose. http://www.lowagie.com/iText/faq.html#free Where i can see the comparision of Itext with other free pdf converter like FOP. Don't ask me I am biassed ;-) br, Bruno --

[iText-questions] using Itext1.4 for production

2006-03-08 Thread Arun Kumar
Hi friends  is there any issue of using IText 14 for production or commercial purpose. Where i can see the comparision of Itext with other free pdf converter like FOP.   Regards Arun

Re: [iText-questions] Index Generation

2006-03-08 Thread bruno
Chris Dole wrote: Let's say also that I have a list of words that I want in my index. Is there a way to scan the PDF page and detect which words are on which page? I could then append the index page at the end of the toc/body document already formed. If the PDF is generated by iText and yo

Re: [iText-questions] Vertical Justification / Heading "Keeps"

2006-03-08 Thread bruno
Chris Dole wrote: A first attempt would be to note that a heading is "getting close to the bottom of a page" and simply break the page. I'm sure this would be a bit crude, but perhaps preferable to orphaned headings. That's the first example in chapter 7 (Constructing Columns) ;-) I use me

[iText-questions] Index Generation

2006-03-08 Thread Chris Dole
Hello, I wanted to inquire how difficult it might be to generate an index. Let's say I've created a PDF document, which I now do in two phases: First lay down the body, building a table of contents data structure and table of contents in another PDF document. Then, when I know where everything i

[iText-questions] Vertical Justification / Heading "Keeps"

2006-03-08 Thread Chris Dole
Hello, I was wondering if anyone has tried to implement "keeps"? I have an iText application that lays down a typical document structure, with headings of various levels, text, tables, etc. I noticed that sometimes I get an orphaned heading at the bottom of a page, whereas I'd rather it get move

Re: [iText-questions] Database Connectivity in iTextSharp

2006-03-08 Thread bruno
Abhilekha Thanvi wrote: Well I gone through the link but didn't solve my problem. If u can guide me, So that I can translate my Dataset generated XML to iTextSharp compatible xml. You are asking the blind to guide the guy who sees. Reverse the question: can you guide me to translate the datase

[iText-questions] Re: [iText-questions]

2006-03-08 Thread bruno
Giorgio Arcangeli wrote: Thank you very much Bruno! I see the tutorial al the url http://itextdocs.lowagie.com/tutorial/general/copystamp/ and I reading it (but the Part V AcroForm is under costruction) I know, I stopped writing the tutorial when I started writing the book. In the book cha