[iText-questions] Graphics2D AND Encoding

2003-10-07 Thread $B:4F#9d@k(B TakenoriSato
Hi, (B (BI have a problem about an encoding (Busing a Graphics2D object. (B (BThe Graphics2D object, (Bwhich is created from PdfTemplate or PdfContentByte, (Bis drawn by my own swing application. (BThat application draw strings of various Japanese fonts. (BBut only ascii characters are dra

[iText-questions] Nested lists in RTF document

2003-10-07 Thread Benny Pedersen
Title: Nested lists in RTF document While nesting list elements in RTF, the bullet for each level is the same. It seens that it is not (yet) possible to change the bullet? Is there any workarounds? -Benny

[iText-questions] Can iText support svg?

2003-10-07 Thread kathy
Hi, Just want to know whether iText can support svg (scalable vector graphics)? Beside that, why the font underline is different with MS Word, that means the space in between text and underine is larger than in MS Word, i wonder how come the underline is not draw on the baseline of a text, fro

[iText-questions] html to pdf

2003-10-07 Thread Joël Bruezière
I see sample code on lowagie.com for convert html to pdf, but I cant see: com.lowagie.text.html.SAXmyHtmlHandler or com.lowagie.text.html.HtmlParser in any itext version jar Do you know an other java package for convert html to pdf? Joel Brueziere -

[iText-questions] Variable Cell Width

2003-10-07 Thread Benjamin Müller
Hi all I have a problem with the cells. How can i align the cells dynamically ? If the content is long (e.g. a Date-Object) then increase the cell and the other way make the cell smaller if theres just a short Integer. Can iText do this for me or must i implement this functionality by myself ? g

[iText-questions] Can PdfContentByte handle hyperlink?

2003-10-07 Thread kathy
Hi, Can PdfContentByte handle hyperlink and marker setting? If can how to do it? Thanks Kathy --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iTe

RE: [iText-questions] Can iText support svg?

2003-10-07 Thread Paulo Soares
> -Original Message- > From: kathy [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2003 23:12 > To: iText-FAQ > Subject: [iText-questions] Can iText support svg? > > Hi, > > Just want to know whether iText can support svg (scalable vector > graphics)? Beside that, why the f

RE: [iText-questions] Graphics2D AND Encoding

2003-10-07 Thread Paulo Soares
The font must be registered and the encoding changed. For example: DefaultFontMapper mapper = new DefaultFontMapper(); //read all the fonts in the directory mapper.insertDirectory("c:\\winnt\\fonts"); //change the encoding of font "MS PGothic" DefaultFontMapper.BaseFontParameters pp = mapper.getBa

RE: [iText-questions] Variable Cell Width

2003-10-07 Thread Paulo Soares
You must implement it yourself. Best Regards, Paulo Soares > -Original Message- > From: Benjamin Müller [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2003 8:45 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Variable Cell Width > > Hi all > > I have a problem with the

RE: [iText-questions] Can PdfContentByte handle hyperlink?

2003-10-07 Thread Paulo Soares
It can be done directly, there are methods in PdfContenByte to do it, but the easiest way is to use a ColumnText. Best Regards, Paulo Soares > -Original Message- > From: kathy [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2003 0:53 > To: iText-FAQ > Subject: [iText-questio

RE: [iText-questions] About border

2003-10-07 Thread Paulo Soares
First of all you must read the pdf reference to understand the graphics model. Then, you'll come to the conclusion that the only reliable way to have all that flexibility is never to use stroke but only fill. Draw the outline of your line and fill it. Best Regards, Paulo Soares > -Original Me

RE: [iText-questions] higher res graphics

2003-10-07 Thread Paulo Soares
See http://www.lowagie.com/iText/tutorial/ch06.html#resolution. Best Regards, Paulo Soares > -Original Message- > From: Chris [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2003 1:09 > To: [EMAIL PROTECTED] > Subject: [iText-questions] higher res graphics > > When I push raw

Re: [iText-questions] displaying pdf forms on the browser

2003-10-07 Thread Leonard Rosenthol
At 11:10 AM -0500 10/6/03, Dayal Murukutla wrote: Is it possible to display a pdf page inline in a browser containing a form, which the user can fill and submit to a java servlet? (just like any html form) Sure, use Frames (or IFrames if you're IE specific). Leonard -- ---

Re: [iText-questions] displaying pdf forms on the browser

2003-10-07 Thread Dayal Murukutla
Hi, Can you direct me to a sample application or some sample code. Thanks DL - Original Message - From: "Leonard Rosenthol" <[EMAIL PROTECTED]> To: "Dayal Murukutla" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 4:18 AM Subject: Re: [iText-questions] displaying p

[iText-questions] Problem using pageSize.setBackgroundColor(xyz);

2003-10-07 Thread Marco . Wiegand
Greetings *, My Problem: if I use the following Code to create a document ##         com.lowagie.text.Rectangle pageSize = PageSize.A4;         pageSize.setBackgroundColor(lightGreen);         com.lowagie.text.Do

[iText-questions] Regarding iText convertingan Image to PDF

2003-10-07 Thread Riddhi Joshi
Hi everyone,   I am Riddhi and I work as a Java Programmer with a company in NJ, USA. I have a need to convert an image into a pdf document and then display that converted pdf file on a pdf writer so that I can copy that pdf file for pasting it on another existing pdf file.   I came across iText an

[iText-questions] question about pdfReader

2003-10-07 Thread Xiaowei Guo
Hi,   I used pdfReader to 'read' 4 existing pdf files, and then generate them into a new pdf by itext.   The web server is oracle9i web application server.   This new pdf can be opened by adobe reader on local machine. And it can be opened by netscape 6.0 and 7.0 But it can not be opened

[iText-questions] Color with tagmap

2003-10-07 Thread Sharmila Pandith
Hi, I am using tagmap to work with my xml. I am trying to have text in blue but with no success. Red and green works but not blue. Here is my code. Any thoughts? S P Sharmila Pandith AIM: spandith Yahoo: spandith MSN: spandith -

[iText-questions] Insertion of JavaScripts using FDF files don't work with merge_fdf example

2003-10-07 Thread Johannes Borch
I'm merging an FDF file and and PDF file using the sample program 'merge_fdf.java'. The FDF file contains Javascript to set the appearence of fields (f.ex.: << /S /JavaScript /JS (this.getField\("data.50"\).strokeColor=color.red;)>>) as stated in Adobe's Technical Note 5409. My problem is that th

[iText-questions] Problems with hidden fields.

2003-10-07 Thread Finn Bock
Hi, I've found that adding a long (>127) value as a hidden field, will throw a NullPointerException from within PdfName. Exception in thread "main" java.lang.NullPointerException at com.lowagie.text.pdf.PdfName.(PdfName.java:782) at com.lowagie.text.pdf.PdfFormField.setValueAsNam

[iText-questions] Example jsp and iText

2003-10-07 Thread Edgar Orozco
? Example jsp and iText Please. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.source

[iText-questions] jsp and itext

2003-10-07 Thread Edgar Orozco
Example jsp and itext ? Please

[iText-questions] jsp itext

2003-10-07 Thread Edgar Orozco
jsp and itext example?   Thanks

Re: [iText-questions] Regarding iText convertingan Image to PDF

2003-10-07 Thread Paulo Soares
iText is not a PDF viewer. You have to look elsewhere and probably not in Java. Best Regards, Paulo Soares - Original Message - From: "Riddhi Joshi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 16:43 Subject: [iText-questions] Regarding iText convertingan Im

Re: [iText-questions] Problems with hidden fields.

2003-10-07 Thread Paulo Soares
- Original Message - From: "Finn Bock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 21:46 Subject: [iText-questions] Problems with hidden fields. > Hi, > > I've found that adding a long (>127) value as a hidden field, will throw > > a NullPointerException f

Re: [iText-questions] Insertion of JavaScripts using FDF files don't work with merge_fdf example

2003-10-07 Thread Paulo Soares
It's not supported. iText only deals with the values. Best Regards, Paulo Soares - Original Message - From: "Johannes Borch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 16:04 Subject: [iText-questions] Insertion of JavaScripts using FDF files don't work wit

Re: [iText-questions] Problem using pageSize.setBackgroundColor(xyz);

2003-10-07 Thread Paulo Soares
That's a layer problem with Table. It doesn't happen with PdfPTable or you can use an onStartPage event and place the rectangle in PdfWriter.getDirectContentUnder(). Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07

RE: [iText-questions] Graphics2D AND Encoding

2003-10-07 Thread $B:4F#9d@k(B TakenoriSato
Thanks a lot! (B (BBut logical fonts is not mapped as Identitiy-H. (BHow to set the encoding of logical fonts? (B (BRegards, (B (BTakenori (B (B> -Original Message- (B> From: [EMAIL PROTECTED] (B> [mailto:[EMAIL PROTECTED] Behalf Of Paulo (B> Soares (B> Sent: Tuesday, October 0

[iText-questions] How to display page no using itext

2003-10-07 Thread Naveen Reddy Gudipally
Hi,       Can any one tell me how to display page no on a pdf document using itext   thanks [EMAIL PROTECTED] wrote: Send iText-questions mailing list submissions to[EMAIL PROTECTED]To subscribe or unsubscribe via the World Wide Web, visithttps://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] Font with tagmap

2003-10-07 Thread Sharmila Pandith
Hi, I have XML data and am using tagmap. I am using font attribute but the resulting PDF doesn't seem to have the font that I wanted. Here is my code: Sharmila Pandith AIM: spandith Yahoo: spandith MSN: spandith -

[iText-questions] help

2003-10-07 Thread Edgar Orozco
in tomcat where is placed iText.jar?

[iText-questions] Difference PdfPTabe <=> PdfTable

2003-10-07 Thread Benjamin Müller
Hi all What is the difference between this two Classes ? And when need i to use the PdfTable and when PdfPTable greetz -- This Workstation is powered by Debian GNU Linux Use the source !! My public key: http://www.akula.ch/pubkey.html ---