RE: [iText-questions] question

2002-06-05 Thread Bruno

Quoting Hui Li <[EMAIL PROTECTED]>:

> Hi, Bruno:,
> I am trying to use PdfPTable instead of Table. A new problem is that I
> can use Table t = new Table(int columns, int rows) to creat a table,
> however I cann't creat PdfPtable this way like PdfPTable pt=new
> PdfPTable(int columns, int rows). One of useful construtor for me is
> PdfPTable =  new PdfPTable(int columns), but I really need constructor
> or method that takes 2 parameters to set columns and rows. Can you help
> me to solve the problem?

Why is this a problem?
In class Table, the number of rows is used as the initial size
of a Vector: it creates a certain number of row objects in the
constructor. But if you add more rows, this number will increase
automatically. If you have less rows, the empty rows will be
omitted. PdfPTable doesn't have such a constructor, because it
isn't necessary to have one.

best regards,
Bruno

___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] iText Application

2002-06-05 Thread phillip

Hi folks:

I would really like to know how many applications has been using
iText. Expecially in a web servlet envirionment. I mean any application,
business or scientific research, etc.

If the policy allow, will anyone be able to give the URL for the rest of
to test the application and learn to advance.

Cheers,


-- 
With regards

Phillip Pan
---


___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] New release itext-paulo-98

2002-06-05 Thread Bruno

Quoting Paulo Soares <[EMAIL PROTECTED]>:

> Changes in itext-paulo-98 (2002-06-04)

I have uploaded this version to CVS.
I'm behind a firewall at work, so it can take some time
before I'll be able to upload some other code that was
sent to me. I will try to make a release in the weekend.

best regards,
Bruno

___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Page Footer.

2002-06-05 Thread morpheus Smith

hi all,
excuse me this is repeated question.
my requirement is to have a table as page footer.
i know that using pageevents (onPageEnd()) i can add a
template to pdfContentByte as page footer, but i don't
know how to create a template object from a table
i have.
Any help regarding this is greatly appreciated.
thanks
morpheus



__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] PdfPTable Font

2002-06-05 Thread DARREN FREDERICK

Excuse me if this is a repeat question.

Is there anyway to set the font for a table created with pdfPTable?

Thanks,
Darren

___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] Image file wmf format is not rendered properly in IText

2002-06-05 Thread Paulo Soares

Post the wmf.

Best Regards,
Paulo Soares

> -Original Message-
> From: [EMAIL PROTECTED]
> [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 14:39
> To:   [EMAIL PROTECTED]
> Subject:  [iText-questions] Image file wmf format is not rendered
> properly in IText
> 
> Hi
> i am using a wmf format of Pie chart in my file and including it in
> Itext.But the result i get is only the lines of the pie chart and all
> ohter
> color and everything is not displaying in the pdf file.Any advise
> thanks
> Raj
> 
> 
> 
> ___
> 
> 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 mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions

___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Image file wmf format is not rendered properly in IText

2002-06-05 Thread rajendrakumar . rajarathinam

Hi
i am using a wmf format of Pie chart in my file and including it in
Itext.But the result i get is only the lines of the pie chart and all ohter
color and everything is not displaying in the pdf file.Any advise
thanks
Raj



___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] Re: How to get Particular Cell position in a dynamic table.

2002-06-05 Thread Paulo Soares

Use a PdfPTableEvent to get the cell positions.

Best Regards,
Paulo Soares

> -Original Message-
> From: [EMAIL PROTECTED]
> [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 14:06
> To:   [EMAIL PROTECTED]
> Subject:  [iText-questions] Re: How to get Particular Cell position in
> a dynamic table.
> 
> 
> Rajendrakumar Rajarathinam
> PFPC, Asset Directions
> 412-762-0718
> 
> 
>  
> 
> Rajendrakumar
> 
> Rajarathinam To: [EMAIL PROTECTED]
> 
>  cc:
> 
> 06/05/2002   Subject:
> 
> 09:03 AM
> 
>  
> 
>  
> 
> 
> 
> 
> Hi
> I am new to Itext. I have a doubt about Tables. I need to catch the
> position of a particular cell in the table and draw a line there.I know ,i
> can't do that with Table.How to do it with PdfTable. My table is not fixed
> in rows and it is dynamically gererated ,but it has fixed columns.
> Please advise.
> thanks
> raj
> 
> Rajendrakumar Rajarathinam
> PFPC, Asset Directions
> 412-762-0718
> 
> 
> 
> 
> ___
> 
> 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 mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions

___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Re: How to get Particular Cell position in a dynamic table.

2002-06-05 Thread rajendrakumar . rajarathinam


Rajendrakumar Rajarathinam
PFPC, Asset Directions
412-762-0718


   

Rajendrakumar  

Rajarathinam To: [EMAIL PROTECTED] 

 cc:   

06/05/2002   Subject:  

09:03 AM   

   

   




Hi
I am new to Itext. I have a doubt about Tables. I need to catch the
position of a particular cell in the table and draw a line there.I know ,i
can't do that with Table.How to do it with PdfTable. My table is not fixed
in rows and it is dynamically gererated ,but it has fixed columns.
Please advise.
thanks
raj

Rajendrakumar Rajarathinam
PFPC, Asset Directions
412-762-0718




___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] Unicode 3.1/hkscs support

2002-06-05 Thread Paulo Soares

They really don't map to Unicode. What I can do is to provide a way to use
Identity-H. The CID code would be put directly in the pdf. All CIDs would be
supported at the expense of looking up what CID are what character.

Best Regards,
Paulo Soares

> -Original Message-
> From: Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 11:54
> To:   Paulo Soares; [EMAIL PROTECTED]
> Subject:  Re: [iText-questions] Unicode 3.1/hkscs support
> 
> CID numbers of supplement 3 are from 8720 to 9353.
> 
> Thank you,
> KuMi
> 
> 
> > 
> > I don't know. What are the CID codes for those characters?
> > 
> > Best Regards,
> > Paulo Soares
> > 
> >> -Original Message-
> >> From:Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
> >> Sent:Wednesday, June 05, 2002 11:19
> >> To:Paulo Soares; [EMAIL PROTECTED]
> >> Subject:Re: [iText-questions] Unicode 3.1/hkscs support
> >> 
> >> I think that characters in supplement 3 of Adobe-Japan1-4 are not
> defined
> >> in
> >> UNICODE.
> >> So I cannot use these pre-rotated characters.
> >> Is this right?
> >> 
> >> Thank you,
> >> KuMi
> >> 
> >>> My last release already supports Adobe-Japan1-4 in Acrobat 5.0 with
> the
> >>> Adobe Asian font pack.
> >>> 
> >>> Best Regards,
> >>> Paulo Soares
> >>> 
>  -Original Message-
>  From:Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
>  Sent:Wednesday, June 05, 2002 2:20
>  To:Paulo Soares; '[EMAIL PROTECTED]';
>  [EMAIL PROTECTED]
>  Subject:Re: [iText-questions] Unicode 3.1/hkscs support
>  
>  Hello all,
>  
>  Does the follwing mean iText will support Adobe-Japan1-3 Character
>  Collection too?
>  If so I will be very happy as a Japanese iText user.
>  I sometimes need to use pre-rotated latin1 glyphs in vertical line.
>  
>  Thank you,
>  KuMi
>  
>  
> > You have three options:
> > 
> > - If your pdf is to be read with Acrobat 5 with the Adobe CJK font
> >> pack
>  then
> > all that is required is to tweak the font supplement from
> Adobe-CNS1-0
>  to
> > Adobe-CNS1-3. I'll have this in the next release, it will still work
> >> in
> > Acrobat 4.0 but without the new characters, of course.
> > 
> > - your font contains the characters from Unicode block \uff00
> >> (Halfwidth
>  and
> > Fullwidth Forms). See
> > http://www.lowagie.com/iText/faq.html#preformattedtext.
> > 
> > - Otherwise it's just a matter of programming although I must say
> that
> >> a
> > font that doesn't include \u0020-\u007e characters is really weird.
> >> The
> > sequence is as follows:
> > 
> > 1 - create two fonts, the HK and TIMES for example.
> > 2 - read the text from the database
> > 3 - divide the text in chunks each one using a font depending on the
> > character range.
> > 4 - assemble the chunks into a phrase and use the phrase.
> > 
> > Best Regards,
> > Paulo Soares
> > 
> >> -Original Message-
> >> From:Zhen  Cua [SMTP:[EMAIL PROTECTED]]
> >> Sent:Tuesday, June 04, 2002 7:48
> >> To:[EMAIL PROTECTED]
> >> Subject:[iText-questions] unicode 3.1/hkscs support
> >> 
> >> Hello all,
> >> 
> >> I am reposting this question from the forum.
> >> The current CJKFont does not seem to include support for HKSCS
>  (HongKong
> >> Supplementary character set) characters, and hence I am forced to
> >> embed
>  a
> >> TTF. Unfortunately, the TTF does not contain support for other
>  characters
> >> such as latin1 and basic punctuations, I've tried using MS Arial
>  Unicode
> >> but it contains only chracters until unicode 2.0, I am generating
> the
>  pdf
> >> based on the contents of the database, so it is almost impossible
> to
> >> pre-determine the font to be used. Is there a solution to this
> >> problem?
> >> will it be possible to modify something in the code to allow it to
>  specify
> >> two or more fonts in a call to new Chunk() or new Phrase() such
> that
> >> it
> >> will automatically search the character in font2 if it is no in
> >> font1?
> >> 
> >> Thanks in advance,
> >> Zhen
> >> 
> >> ___
> >> 
> >> 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 mailing list
> >> [EMAIL PROTECTED]
> >> https://lists.sourceforge.net/lists/listinfo/itext-questions
> > 
> > ___
> > 
> > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > August 25-28 in Las Vegas --
> http://devcon.sprintpcs.com/adp/index.cfm
> > 
> >

Re: [iText-questions] Unicode 3.1/hkscs support

2002-06-05 Thread Kumata Mitsugu

CID numbers of supplement 3 are from 8720 to 9353.

Thank you,
KuMi


> 
> I don't know. What are the CID codes for those characters?
> 
> Best Regards,
> Paulo Soares
> 
>> -Original Message-
>> From:Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
>> Sent:Wednesday, June 05, 2002 11:19
>> To:Paulo Soares; [EMAIL PROTECTED]
>> Subject:Re: [iText-questions] Unicode 3.1/hkscs support
>> 
>> I think that characters in supplement 3 of Adobe-Japan1-4 are not defined
>> in
>> UNICODE.
>> So I cannot use these pre-rotated characters.
>> Is this right?
>> 
>> Thank you,
>> KuMi
>> 
>>> My last release already supports Adobe-Japan1-4 in Acrobat 5.0 with the
>>> Adobe Asian font pack.
>>> 
>>> Best Regards,
>>> Paulo Soares
>>> 
 -Original Message-
 From:Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
 Sent:Wednesday, June 05, 2002 2:20
 To:Paulo Soares; '[EMAIL PROTECTED]';
 [EMAIL PROTECTED]
 Subject:Re: [iText-questions] Unicode 3.1/hkscs support
 
 Hello all,
 
 Does the follwing mean iText will support Adobe-Japan1-3 Character
 Collection too?
 If so I will be very happy as a Japanese iText user.
 I sometimes need to use pre-rotated latin1 glyphs in vertical line.
 
 Thank you,
 KuMi
 
 
> You have three options:
> 
> - If your pdf is to be read with Acrobat 5 with the Adobe CJK font
>> pack
 then
> all that is required is to tweak the font supplement from Adobe-CNS1-0
 to
> Adobe-CNS1-3. I'll have this in the next release, it will still work
>> in
> Acrobat 4.0 but without the new characters, of course.
> 
> - your font contains the characters from Unicode block \uff00
>> (Halfwidth
 and
> Fullwidth Forms). See
> http://www.lowagie.com/iText/faq.html#preformattedtext.
> 
> - Otherwise it's just a matter of programming although I must say that
>> a
> font that doesn't include \u0020-\u007e characters is really weird.
>> The
> sequence is as follows:
> 
> 1 - create two fonts, the HK and TIMES for example.
> 2 - read the text from the database
> 3 - divide the text in chunks each one using a font depending on the
> character range.
> 4 - assemble the chunks into a phrase and use the phrase.
> 
> Best Regards,
> Paulo Soares
> 
>> -Original Message-
>> From:Zhen  Cua [SMTP:[EMAIL PROTECTED]]
>> Sent:Tuesday, June 04, 2002 7:48
>> To:[EMAIL PROTECTED]
>> Subject:[iText-questions] unicode 3.1/hkscs support
>> 
>> Hello all,
>> 
>> I am reposting this question from the forum.
>> The current CJKFont does not seem to include support for HKSCS
 (HongKong
>> Supplementary character set) characters, and hence I am forced to
>> embed
 a
>> TTF. Unfortunately, the TTF does not contain support for other
 characters
>> such as latin1 and basic punctuations, I've tried using MS Arial
 Unicode
>> but it contains only chracters until unicode 2.0, I am generating the
 pdf
>> based on the contents of the database, so it is almost impossible to
>> pre-determine the font to be used. Is there a solution to this
>> problem?
>> will it be possible to modify something in the code to allow it to
 specify
>> two or more fonts in a call to new Chunk() or new Phrase() such that
>> it
>> will automatically search the character in font2 if it is no in
>> font1?
>> 
>> Thanks in advance,
>> Zhen
>> 
>> ___
>> 
>> 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 mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
> ___
> 
> 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 mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
>>> 
>>> ___
>>> 
>>> 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 mailing list
>>> [EMAIL PROTECTED]
>>> https://lists.sourceforge.net/lists/listinfo/itext-questions
>>> 
> 


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- ht

RE: [iText-questions] Unicode 3.1/hkscs support

2002-06-05 Thread Paulo Soares

I don't know. What are the CID codes for those characters?

Best Regards,
Paulo Soares

> -Original Message-
> From: Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 11:19
> To:   Paulo Soares; [EMAIL PROTECTED]
> Subject:  Re: [iText-questions] Unicode 3.1/hkscs support
> 
> I think that characters in supplement 3 of Adobe-Japan1-4 are not defined
> in
> UNICODE.
> So I cannot use these pre-rotated characters.
> Is this right?
> 
> Thank you,
> KuMi
> 
> > My last release already supports Adobe-Japan1-4 in Acrobat 5.0 with the
> > Adobe Asian font pack.
> > 
> > Best Regards,
> > Paulo Soares
> > 
> >> -Original Message-
> >> From:Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
> >> Sent:Wednesday, June 05, 2002 2:20
> >> To:Paulo Soares; '[EMAIL PROTECTED]';
> >> [EMAIL PROTECTED]
> >> Subject:Re: [iText-questions] Unicode 3.1/hkscs support
> >> 
> >> Hello all,
> >> 
> >> Does the follwing mean iText will support Adobe-Japan1-3 Character
> >> Collection too?
> >> If so I will be very happy as a Japanese iText user.
> >> I sometimes need to use pre-rotated latin1 glyphs in vertical line.
> >> 
> >> Thank you,
> >> KuMi
> >> 
> >> 
> >>> You have three options:
> >>> 
> >>> - If your pdf is to be read with Acrobat 5 with the Adobe CJK font
> pack
> >> then
> >>> all that is required is to tweak the font supplement from Adobe-CNS1-0
> >> to
> >>> Adobe-CNS1-3. I'll have this in the next release, it will still work
> in
> >>> Acrobat 4.0 but without the new characters, of course.
> >>> 
> >>> - your font contains the characters from Unicode block \uff00
> (Halfwidth
> >> and
> >>> Fullwidth Forms). See
> >>> http://www.lowagie.com/iText/faq.html#preformattedtext.
> >>> 
> >>> - Otherwise it's just a matter of programming although I must say that
> a
> >>> font that doesn't include \u0020-\u007e characters is really weird.
> The
> >>> sequence is as follows:
> >>> 
> >>> 1 - create two fonts, the HK and TIMES for example.
> >>> 2 - read the text from the database
> >>> 3 - divide the text in chunks each one using a font depending on the
> >>> character range.
> >>> 4 - assemble the chunks into a phrase and use the phrase.
> >>> 
> >>> Best Regards,
> >>> Paulo Soares
> >>> 
>  -Original Message-
>  From:Zhen  Cua [SMTP:[EMAIL PROTECTED]]
>  Sent:Tuesday, June 04, 2002 7:48
>  To:[EMAIL PROTECTED]
>  Subject:[iText-questions] unicode 3.1/hkscs support
>  
>  Hello all,
>  
>  I am reposting this question from the forum.
>  The current CJKFont does not seem to include support for HKSCS
> >> (HongKong
>  Supplementary character set) characters, and hence I am forced to
> embed
> >> a
>  TTF. Unfortunately, the TTF does not contain support for other
> >> characters
>  such as latin1 and basic punctuations, I've tried using MS Arial
> >> Unicode
>  but it contains only chracters until unicode 2.0, I am generating the
> >> pdf
>  based on the contents of the database, so it is almost impossible to
>  pre-determine the font to be used. Is there a solution to this
> problem?
>  will it be possible to modify something in the code to allow it to
> >> specify
>  two or more fonts in a call to new Chunk() or new Phrase() such that
> it
>  will automatically search the character in font2 if it is no in
> font1?
>  
>  Thanks in advance,
>  Zhen
>  
>  ___
>  
>  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 mailing list
>  [EMAIL PROTECTED]
>  https://lists.sourceforge.net/lists/listinfo/itext-questions
> >>> 
> >>> ___
> >>> 
> >>> 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 mailing list
> >>> [EMAIL PROTECTED]
> >>> https://lists.sourceforge.net/lists/listinfo/itext-questions
> >>> 
> > 
> > ___
> > 
> > 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 mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/itext-questions
> > 

___

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 mailing list

Re: [iText-questions] Unicode 3.1/hkscs support

2002-06-05 Thread Kumata Mitsugu
I think that characters in supplement 3 of Adobe-Japan1-4 are not defined in
UNICODE.
So I cannot use these pre-rotated characters.
Is this right?

Thank you,
KuMi

> My last release already supports Adobe-Japan1-4 in Acrobat 5.0 with the
> Adobe Asian font pack.
> 
> Best Regards,
> Paulo Soares
> 
>> -Original Message-
>> From:Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
>> Sent:Wednesday, June 05, 2002 2:20
>> To:Paulo Soares; '[EMAIL PROTECTED]';
>> [EMAIL PROTECTED]
>> Subject:Re: [iText-questions] Unicode 3.1/hkscs support
>> 
>> Hello all,
>> 
>> Does the follwing mean iText will support Adobe-Japan1-3 Character
>> Collection too?
>> If so I will be very happy as a Japanese iText user.
>> I sometimes need to use pre-rotated latin1 glyphs in vertical line.
>> 
>> Thank you,
>> KuMi
>> 
>> 
>>> You have three options:
>>> 
>>> - If your pdf is to be read with Acrobat 5 with the Adobe CJK font pack
>> then
>>> all that is required is to tweak the font supplement from Adobe-CNS1-0
>> to
>>> Adobe-CNS1-3. I'll have this in the next release, it will still work in
>>> Acrobat 4.0 but without the new characters, of course.
>>> 
>>> - your font contains the characters from Unicode block \uff00 (Halfwidth
>> and
>>> Fullwidth Forms). See
>>> http://www.lowagie.com/iText/faq.html#preformattedtext.
>>> 
>>> - Otherwise it's just a matter of programming although I must say that a
>>> font that doesn't include \u0020-\u007e characters is really weird. The
>>> sequence is as follows:
>>> 
>>> 1 - create two fonts, the HK and TIMES for example.
>>> 2 - read the text from the database
>>> 3 - divide the text in chunks each one using a font depending on the
>>> character range.
>>> 4 - assemble the chunks into a phrase and use the phrase.
>>> 
>>> Best Regards,
>>> Paulo Soares
>>> 
 -Original Message-
 From:Zhen  Cua [SMTP:[EMAIL PROTECTED]]
 Sent:Tuesday, June 04, 2002 7:48
 To:[EMAIL PROTECTED]
 Subject:[iText-questions] unicode 3.1/hkscs support
 
 Hello all,
 
 I am reposting this question from the forum.
 The current CJKFont does not seem to include support for HKSCS
>> (HongKong
 Supplementary character set) characters, and hence I am forced to embed
>> a
 TTF. Unfortunately, the TTF does not contain support for other
>> characters
 such as latin1 and basic punctuations, I've tried using MS Arial
>> Unicode
 but it contains only chracters until unicode 2.0, I am generating the
>> pdf
 based on the contents of the database, so it is almost impossible to
 pre-determine the font to be used. Is there a solution to this problem?
 will it be possible to modify something in the code to allow it to
>> specify
 two or more fonts in a call to new Chunk() or new Phrase() such that it
 will automatically search the character in font2 if it is no in font1?
 
 Thanks in advance,
 Zhen
 
 ___
 
 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 mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/itext-questions
>>> 
>>> ___
>>> 
>>> 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 mailing list
>>> [EMAIL PROTECTED]
>>> https://lists.sourceforge.net/lists/listinfo/itext-questions
>>> 
> 
> ___
> 
> 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 mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 


___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions


RE: [iText-questions] Unicode 3.1/hkscs support

2002-06-05 Thread Paulo Soares

My last release already supports Adobe-Japan1-4 in Acrobat 5.0 with the
Adobe Asian font pack.

Best Regards,
Paulo Soares

> -Original Message-
> From: Kumata Mitsugu [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 2:20
> To:   Paulo Soares; '[EMAIL PROTECTED]';
> [EMAIL PROTECTED]
> Subject:  Re: [iText-questions] Unicode 3.1/hkscs support
> 
> Hello all,
> 
> Does the follwing mean iText will support Adobe-Japan1-3 Character
> Collection too?
> If so I will be very happy as a Japanese iText user.
> I sometimes need to use pre-rotated latin1 glyphs in vertical line.
> 
> Thank you,
> KuMi
> 
> 
> > You have three options:
> > 
> > - If your pdf is to be read with Acrobat 5 with the Adobe CJK font pack
> then
> > all that is required is to tweak the font supplement from Adobe-CNS1-0
> to
> > Adobe-CNS1-3. I'll have this in the next release, it will still work in
> > Acrobat 4.0 but without the new characters, of course.
> > 
> > - your font contains the characters from Unicode block \uff00 (Halfwidth
> and
> > Fullwidth Forms). See
> > http://www.lowagie.com/iText/faq.html#preformattedtext.
> > 
> > - Otherwise it's just a matter of programming although I must say that a
> > font that doesn't include \u0020-\u007e characters is really weird. The
> > sequence is as follows:
> > 
> > 1 - create two fonts, the HK and TIMES for example.
> > 2 - read the text from the database
> > 3 - divide the text in chunks each one using a font depending on the
> > character range.
> > 4 - assemble the chunks into a phrase and use the phrase.
> > 
> > Best Regards,
> > Paulo Soares
> > 
> >> -Original Message-
> >> From:Zhen  Cua [SMTP:[EMAIL PROTECTED]]
> >> Sent:Tuesday, June 04, 2002 7:48
> >> To:[EMAIL PROTECTED]
> >> Subject:[iText-questions] unicode 3.1/hkscs support
> >> 
> >> Hello all,
> >> 
> >> I am reposting this question from the forum.
> >> The current CJKFont does not seem to include support for HKSCS
> (HongKong
> >> Supplementary character set) characters, and hence I am forced to embed
> a
> >> TTF. Unfortunately, the TTF does not contain support for other
> characters
> >> such as latin1 and basic punctuations, I've tried using MS Arial
> Unicode
> >> but it contains only chracters until unicode 2.0, I am generating the
> pdf
> >> based on the contents of the database, so it is almost impossible to
> >> pre-determine the font to be used. Is there a solution to this problem?
> >> will it be possible to modify something in the code to allow it to
> specify
> >> two or more fonts in a call to new Chunk() or new Phrase() such that it
> >> will automatically search the character in font2 if it is no in font1?
> >> 
> >> Thanks in advance,
> >> Zhen
> >> 
> >> ___
> >> 
> >> 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 mailing list
> >> [EMAIL PROTECTED]
> >> https://lists.sourceforge.net/lists/listinfo/itext-questions
> > 
> > ___
> > 
> > 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 mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/itext-questions
> > 

___

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 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] 'help'

2002-06-05 Thread sarnovsky
Title: 'help'







-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 04, 2002 8:12 PM
To: [EMAIL PROTECTED]
Subject: iText-questions digest, Vol 1 #585 - 11 msgs



Send iText-questions mailing list submissions to
    [EMAIL PROTECTED]


To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.sourceforge.net/lists/listinfo/itext-questions
or, via email, send a message with subject or body 'help' to
    [EMAIL PROTECTED]


You can reach the person managing the list at
    [EMAIL PROTECTED]


When replying, please edit your Subject line so it is more specific than "Re: Contents of iText-questions digest..."



Today's Topics:


   1. unicode 3.1/hkscs support (Zhen  Cua)
   2. RE: Unicode 3.1/hkscs support (Paulo Soares)
   3. PDF Download saves the HTML page instead of PDF (Akshat Jain)
   4. Adding a Phrase in PdfPTableEvent.tableLayout() (Carsten Frewert)
   5. Line wrapping (Marc Ellison)
   6. RE: Line wrapping (Paulo Soares)
   7. page footer template using table (beginner) (morpheus Smith)
   8. barcodeEAN 8 checksum digit calculation (Dogan, Bulent)
   9. RE: barcodeEAN 8 checksum digit calculation (Paulo Soares)
  10. PdfPTable absolute positioning (Wojciech Wisniowski)
  11. RE: PdfPTable absolute positioning (Paulo Soares)


--__--__--


Message: 1
Date: Tue,  4 Jun 2002 14:47:46 +0800
From: "Zhen  Cua" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: [iText-questions] unicode 3.1/hkscs support


Hello all,


  I am reposting this question from the forum. 
  The current CJKFont does not seem to include support for HKSCS (HongKong Supplementary character set) characters, and hence I am forced to embed a TTF. Unfortunately, the TTF does not contain support for other characters such as latin1 and basic punctuations, I've tried using MS Arial Unicode but it contains only chracters until unicode 2.0, I am generating the pdf based on the contents of the database, so it is almost impossible to pre-determine the font to be used. Is there a solution to this problem? will it be possible to modify something in the code to allow it to specify two or more fonts in a call to new Chunk() or new Phrase() such that it will automatically search the character in font2 if it is no in font1?

Thanks in advance,
Zhen



--__--__--


Message: 2
From: Paulo Soares <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
    [EMAIL PROTECTED]
Subject: RE: [iText-questions] Unicode 3.1/hkscs support
Date: Tue, 4 Jun 2002 11:37:03 +0100 


You have three options:


- If your pdf is to be read with Acrobat 5 with the Adobe CJK font pack then all that is required is to tweak the font supplement from Adobe-CNS1-0 to Adobe-CNS1-3. I'll have this in the next release, it will still work in Acrobat 4.0 but without the new characters, of course.

- your font contains the characters from Unicode block \uff00 (Halfwidth and Fullwidth Forms). See http://www.lowagie.com/iText/faq.html#preformattedtext.

- Otherwise it's just a matter of programming although I must say that a font that doesn't include \u0020-\u007e characters is really weird. The sequence is as follows:

1 - create two fonts, the HK and TIMES for example.
2 - read the text from the database
3 - divide the text in chunks each one using a font depending on the character range. 4 - assemble the chunks into a phrase and use the phrase.

Best Regards,
Paulo Soares


> -Original Message-
> From: Zhen  Cua [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 7:48
> To:   [EMAIL PROTECTED]
> Subject:  [iText-questions] unicode 3.1/hkscs support
> 
> Hello all,
> 
>   I am reposting this question from the forum. 
>   The current CJKFont does not seem to include support for HKSCS 
> (HongKong Supplementary character set) characters, and hence I am 
> forced to embed a TTF. Unfortunately, the TTF does not contain support 
> for other characters such as latin1 and basic punctuations, I've tried 
> using MS Arial Unicode but it contains only chracters until unicode 
> 2.0, I am generating the pdf based on the contents of the database, so 
> it is almost impossible to pre-determine the font to be used. Is there 
> a solution to this problem? will it be possible to modify something in 
> the code to allow it to specify two or more fonts in a call to new 
> Chunk() or new Phrase() such that it will automatically search the 
> character in font2 if it is no in font1?
> 
> Thanks in advance,
> Zhen
> 
> ___
> 
> 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 mailing list [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions



--__--__--


Message: 3
From: Akshat Jain <[EMAIL PROTECTED]>
To: [E