Re: [iText-questions] Headers

2002-05-21 Thread Cooremans, Rony
Bruno , setting the offset of the table contained in the headerfooter only moves it up What i have is that the image moves slight to the right , the upper and lower borders of the headerfooter object are OK I send a pdf file to your personal adress containing the problem that i meant (problem

[iText-questions] extra blank page

2002-05-21 Thread casey masterson
I am having a problem with a blank page showing up after every time I add an instance of an image. If anybody could help me out with a work around, I would greatly appreciate it. I will list the pertinent code below. public static void main(int commonid, int orgid) throws Exception {

RE: [iText-questions] Use iText to generate PDF w/o licensing from Adobe

2002-05-21 Thread Jose Sandoval
[etc...] Further, you are not authorized to bundle the Adobe Acrobat Reader Software with any (i) PDF creation software not licensed from Adobe Systems Incorporated [etc...] There is no conflict. Do not bundle Acrobat Reader with your CD unless your app is licensed by Adobe. This has nothing to d

Fwd: Re: [iText-questions] a question

2002-05-21 Thread Bruno Lowagie
- Forwarded message from [EMAIL PROTECTED] - Date: Wed, 22 May 2002 10:48:23 +0800 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Re: [iText-questions] a question To: Bruno Lowagie <[EMAIL PROTECTED]> simsun.ttc is chinese font,it work well at win2000, but i

[iText-questions] Future of iText

2002-05-21 Thread Kumata Mitsugu
Hi, I'm using iText and it works fine. I'd like to know the future of iText. Is there any plan that iText is going to support; - right to left direction writing? - top to bottom direction writing for CJK languages? - embeding OpneType with PS glyph? (not TrueType glyph) (I want to em

Re: [iText-questions] Headers

2002-05-21 Thread John K. Watson
Hmm. I am setting all my table offsets (one of the first things I checked). Thanks for the tip, though. I'll keep hunting. John - Original Message - From: "Bruno Lowagie" <[EMAIL PROTECTED]> To: "John K. Watson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002

[iText-questions] Problem in using JPG image in a PdfPCell

2002-05-21 Thread Ravi Vinnamuri
Hi, I've problems in using JPG image in a PdfPCell. I'm able to see the image if I don't use the Cell/Table. When I use the table it doesn't display the image. Following is the piece of code. Image image = Image.getInstance(new URL("http://saturn/images/abc.jpg";)); PdfPTable table = new PdfPT

Re: [iText-questions] Use iText to generate PDF w/o licensing from Adobe

2002-05-21 Thread Matt Benson
Well, who am I, but I would say just don't bundle the reader! If you had to bundle a viewer, you could possibly get by with GSView which I guess is part of ghostScript, or just give them a link to download the Acrobat reader instead of bundling it with your app... 2c -Matt --- [EMAIL PROTECTED]

[iText-questions] Use iText to generate PDF w/o licensing from Adobe

2002-05-21 Thread ninju . bohra
Hey Guys, We are looking at using your iText library in a stand-alone java based commerical product. I was concerned about the legality of using your library for PDF creation in terms of paying a licensing fee to Adobe. I was curious about the legality of distributing the free Acrobat Reader a

[iText-questions] General PDF question: Landscape orientation

2002-05-21 Thread Matt Benson
We are using ghostPcl to convert a landscape PCL document to PDF. With PCL, since the destination is a printed page, you get a portrait page with text turned 90 degrees counterclockwise. You rotate the paper 90 degrees clockwise in your hand and it's landscape. When converting to PDF, it is vie

Re: [iText-questions] Form fields to text

2002-05-21 Thread Leonard Rosenthol
At 3:53 PM +0200 5/21/02, Andreas Gerhard wrote: >i want to encrypt an existing PDF, but all form-fields are gone... any >suggestions? > >Is there a way to keep the fields or to convert them to text, before I >encrypt the file? > Not using iText, no. The way that encrypts an existing fi

[iText-questions] XML, PDF, internationalization

2002-05-21 Thread ROBIN-EXTERIEUR, Yannick
Hi, I can't create a pdf document with Greek or cyrillic using unicode whereas for special character (here Euro) there is no problem. ... Euro : € Some greek characters: Γ Δ ζ Some cyrillic characters: И я I guess the issue isn't the font, I can create the document with the

Re: [iText-questions] displaying pdf

2002-05-21 Thread Bruno Lowagie
Quoting Reto Carrara <[EMAIL PROTECTED]>: > hi there > > is it possible to display a pdf in a java container using iText. No, what you need is a PDF viewer, not a PDF generator like iText. Bruno ___ Don't miss the 2002 Sprint PCS Ap

Re: [iText-questions] Headers

2002-05-21 Thread Bruno Lowagie
Quoting "John K. Watson" <[EMAIL PROTECTED]>: > I have a similar odd thing happening with my tables. It doesn't involve a > header. I have a big table followed by several smaller ones. On the first > page, everything looks great. On subsequent pages, there is extra space > between the big tab

[iText-questions] displaying pdf

2002-05-21 Thread Reto Carrara
hi there is it possible to display a pdf in a java container using iText. thanx 4 help reto ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

[iText-questions] Form fields to text

2002-05-21 Thread Andreas Gerhard
Hello list-members, i want to encrypt an existing PDF, but all form-fields are gone... any suggestions? Is there a way to keep the fields or to convert them to text, before I encrypt the file? Greetings, Andreas ___ Don't miss the

Re: [iText-questions] Headers

2002-05-21 Thread John K. Watson
I have a similar odd thing happening with my tables. It doesn't involve a header. I have a big table followed by several smaller ones. On the first page, everything looks great. On subsequent pages, there is extra space between the big table and the smaller ones. I have wracked my brains look

[iText-questions] Headers

2002-05-21 Thread Cooremans, Rony
Hello I make a header for my pdf doc with the folowing code -- code snippet Table hoofd = new Table(4,1); hoofd.setBorder(Rectangle.NO_BORDER); Image logoImg = Image.getInstance(m_logofile); Cel

Re: [iText-questions] Support of Boldface for plain fonts

2002-05-21 Thread Leonard Rosenthol
At 8:02 PM -0700 5/20/02, B J wrote: >If an embedded font is only available in it's PLAIN style, does not >have it's bold or italic style available. e.g Arial Unicode MS is >vailable only in it's plain form. For such fonts there is no way we >can show boldface in PDF document. That is

Re: [iText-questions] Internationalization of "Parsing (X)HTML to create a PDF"

2002-05-21 Thread Bruno Lowagie
Quoting Sriram M <[EMAIL PROTECTED]>: > the exact exception is : > "org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0xa0) was > found in the element content of the document" > Are we missing something? Are we not setting some parameter that we need > to. I don't have the time

Re: [iText-questions] HI

2002-05-21 Thread Bruno Lowagie
Quoting Senthil Kumar Mani <[EMAIL PROTECTED]>: > Tomcat is not > starting after adding the iText.jar file to lib directory.  Can u help > me out with this?!!! I work with Tomcat and I can't reproduce this problem. Isn't Tomcat logging what goes wrong somewhere?

Re: [iText-questions] a question

2002-05-21 Thread Bruno Lowagie
Quoting [EMAIL PROTECTED]: > hello > Does itext support chinese at unix or linux? > send me example. > thanks! All examples in Chapter 9 of the tutorial work on Windows as well on UNIX or LINUX. Just make sure to change the paths to the TTF- or TTC-files where necessary. Bruno ___

RE: [iText-questions] a question

2002-05-21 Thread Paulo Soares
See http://www.lowagie.com/iText/tutorial/ch09.html. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 10:28 > To: [EMAIL PROTECTED] > Subject: [iText-questions] a question > > hello > Does itext suppo

[iText-questions] a question

2002-05-21 Thread lcy
hello Does itext support chinese at unix or linux? send me example. thanks!   ÄãºÃ£º ÇëÎÊitextÔÚunix or linuxÏÂÖ§³ÖÖÐÎÄ×ÖÌåÂ𣿠ÈçºÎ×öµ½Ö§³ÖÖÐÎÄ×ÖÌåÄØ£¿ Çë¸ø·¢ËÍЩÀý×ÓºÃÂ𣿠лл£¡  

[iText-questions] HI

2002-05-21 Thread Senthil Kumar Mani
I have probs using iText with Apache Tomcat.  Tomcat is not starting after adding the iText.jar file to lib directory.  Can u help me out with this?!!!Send and receive Hotmail on your mobile device: Click Here ___ Don't miss the 2002 S