RE: [iText-questions] General Question about using of font in pdf document

2005-10-17 Thread Paulo Soares
 

 -Original Message-
 From: Roland Müller [mailto:[EMAIL PROTECTED] 
 Sent: Monday, October 17, 2005 8:36 AM
 To: Paulo Soares
 Subject: Re: [iText-questions] General Question about using 
 of font in pdf document
 
 Hi again Paulo,
 
 i checked out http://itextdocs.lowagie.com/docs/ and 
 http://itextdocs.lowagie.com/tutorial/ but i could not found 
 the right 
 information.
 I have big trouble to find a good solution to use different 
 fonts in a 
 itextsharp pdf file.
 
 I found the Paragraph and the chunk that constructors take a font 
 object. Is that all?

Do you want more? Do you want to apply a font to something else than text?

 I have a big table in my document where other tables or cells 
 are added.
 Now my question: can i change the default font for the WHOLE DOCUMENT 
 somewhere? (The default font is too large in my eyes. Also, 

No.

 if i  change 
 the pdf viewer to 100%.)
 I want to change the default font because i dont want to use 
 hundreds of 
 paragraphs to do this, i hope you understand.


You live under the illusion that default fonts would have some special 
treatment. They don't. Under the covers it's all converted to Paragraph or 
Phrase, there no saving that way. What you can do is NOT create a big table. 
See 
http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html#memory.
 
 Thanks, Roland
 
 Paulo Soares wrote:
  I think you should have a look at the tutorial and javadocs 
 (is almost the same as in C#). 
  
  
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Roland Müller
 Sent: Wednesday, October 12, 2005 11:51 AM
 To: itext-questions@lists.sourceforge.net
 Subject: Re: [iText-questions] General Question about using 
 of font in pdf document
 
 In what other classes? I myself only found the class 
 paragraph which 
 constructor takes iTextSharp.text.Font!
 
 I use many tables and i didn't figure out how to change the 
 font for a 
 table neither for a cell? (I cannot/don't want embed every cell 
 content in a paragraph...hope you understand.)
 What is the best way to change font for table contents?
 Btw: CAN I change the default font for a document?
 
 Thanks for your reply.
 PS: i am already in the list.
 
 Paulo Soares wrote:
 
 I'm not sure what the question is but the default font is 
 
 just a backup in case you didn't decide anything, it's not to 
 be changed and not to be relied upon. There are constructors 
 in Paragraph and other classes to select the font. 
 
 
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Roland Müller
 Sent: Wednesday, October 12, 2005 10:46 AM
 To: itext-questions@lists.sourceforge.net
 Subject: [iText-questions] General Question about using of 
 font in pdf document
 
 Hello everybody,
 
 i am a .net developer and started last days using the 
 .net-ported lib of 
 iTextsharp with asp.net! It is great.
 
 My question is: can i change font only on paragraph 
 object? Can't i 
 change the font for the whole document? This would be 
 very handy...
 
 Thanks.
 -- 
 Yours sincerely,
 
 
 Roland Müller
 Fachinformatiker | Neue Medien
 
 ==
 =
 Flad  Flad Communication GmbH
 Thomas-Flad-Weg 1
 D-90562 Heroldsberg
 T +49 9126 275 346
 F +49 9126 275 275
 
 [EMAIL PROTECTED]
 www.flad.de
 ==
 =
 
 
 
 ---
 This SF.Net email is sponsored by:
 Power Architecture Resource Center: Free content, downloads, 
 discussions,
 and more. http://solutions.newsforge.com/ibmarch.tmpl
 ___
 iText-questions mailing list
 iText-questions@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/itext-questions
 
  
  
  
  ---
  This SF.Net email is sponsored by:
  Power Architecture Resource Center: Free content, 
 downloads, discussions,
  and more. http://solutions.newsforge.com/ibmarch.tmpl
  ___
  iText-questions mailing list
  iText-questions@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/itext-questions
  
  
 
 
 -- 
 Mit freundlichen Grüßen
 
 
 Roland Müller
 Fachinformatiker | Neue Medien
 
 ===
 Flad  Flad Communication GmbH
 Thomas-Flad-Weg 1
 D-90562 Heroldsberg
 T +49 9126 275 346
 F +49 9126 275 275
 
 [EMAIL PROTECTED]
 www.flad.de
 ===
 
 


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
iText-questions mailing list
iText-questions

[iText-questions] General Question about using of font in pdf document

2005-10-12 Thread Roland Müller

Hello everybody,

i am a .net developer and started last days using the .net-ported lib of 
iTextsharp with asp.net! It is great.


My question is: can i change font only on paragraph object? Can't i 
change the font for the whole document? This would be very handy...


Thanks.
--
Yours sincerely,


Roland Müller
Fachinformatiker | Neue Medien

===
Flad  Flad Communication GmbH
Thomas-Flad-Weg 1
D-90562 Heroldsberg
T +49 9126 275 346
F +49 9126 275 275

[EMAIL PROTECTED]
www.flad.de
===



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions


RE: [iText-questions] General Question about using of font in pdf document

2005-10-12 Thread Paulo Soares
I'm not sure what the question is but the default font is just a backup in case 
you didn't decide anything, it's not to be changed and not to be relied upon. 
There are constructors in Paragraph and other classes to select the font. 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Roland Müller
 Sent: Wednesday, October 12, 2005 10:46 AM
 To: itext-questions@lists.sourceforge.net
 Subject: [iText-questions] General Question about using of 
 font in pdf document
 
 Hello everybody,
 
 i am a .net developer and started last days using the 
 .net-ported lib of 
 iTextsharp with asp.net! It is great.
 
 My question is: can i change font only on paragraph object? Can't i 
 change the font for the whole document? This would be very handy...
 
 Thanks.
 -- 
 Yours sincerely,
 
 
 Roland Müller
 Fachinformatiker | Neue Medien
 
 ===
 Flad  Flad Communication GmbH
 Thomas-Flad-Weg 1
 D-90562 Heroldsberg
 T +49 9126 275 346
 F +49 9126 275 275
 
 [EMAIL PROTECTED]
 www.flad.de
 ===
 
 
 
 ---
 This SF.Net email is sponsored by:
 Power Architecture Resource Center: Free content, downloads, 
 discussions,
 and more. http://solutions.newsforge.com/ibmarch.tmpl
 ___
 iText-questions mailing list
 iText-questions@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/itext-questions
 


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions


Re: [iText-questions] General Question about using of font in pdf document

2005-10-12 Thread Roland Müller
In what other classes? I myself only found the class paragraph which 
constructor takes iTextSharp.text.Font!


I use many tables and i didn't figure out how to change the font for a 
table neither for a cell? (I cannot/don't want embed every cell 
content in a paragraph...hope you understand.)

What is the best way to change font for table contents?
Btw: CAN I change the default font for a document?

Thanks for your reply.
PS: i am already in the list.

Paulo Soares wrote:
I'm not sure what the question is but the default font is just a backup in case you didn't decide anything, it's not to be changed and not to be relied upon. There are constructors in Paragraph and other classes to select the font. 




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Roland Müller

Sent: Wednesday, October 12, 2005 10:46 AM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] General Question about using of 
font in pdf document


Hello everybody,

i am a .net developer and started last days using the 
.net-ported lib of 
iTextsharp with asp.net! It is great.


My question is: can i change font only on paragraph object? Can't i 
change the font for the whole document? This would be very handy...


Thanks.
--
Yours sincerely,


Roland Müller
Fachinformatiker | Neue Medien

===
Flad  Flad Communication GmbH
Thomas-Flad-Weg 1
D-90562 Heroldsberg
T +49 9126 275 346
F +49 9126 275 275

[EMAIL PROTECTED]
www.flad.de
===




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions


RE: [iText-questions] General Question about using of font in pdf document

2005-10-12 Thread Paulo Soares
I think you should have a look at the tutorial and javadocs (is almost the same 
as in C#). 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Roland Müller
 Sent: Wednesday, October 12, 2005 11:51 AM
 To: itext-questions@lists.sourceforge.net
 Subject: Re: [iText-questions] General Question about using 
 of font in pdf document
 
 In what other classes? I myself only found the class paragraph which 
 constructor takes iTextSharp.text.Font!
 
 I use many tables and i didn't figure out how to change the 
 font for a 
 table neither for a cell? (I cannot/don't want embed every cell 
 content in a paragraph...hope you understand.)
 What is the best way to change font for table contents?
 Btw: CAN I change the default font for a document?
 
 Thanks for your reply.
 PS: i am already in the list.
 
 Paulo Soares wrote:
  I'm not sure what the question is but the default font is 
 just a backup in case you didn't decide anything, it's not to 
 be changed and not to be relied upon. There are constructors 
 in Paragraph and other classes to select the font. 
  
  
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Roland Müller
 Sent: Wednesday, October 12, 2005 10:46 AM
 To: itext-questions@lists.sourceforge.net
 Subject: [iText-questions] General Question about using of 
 font in pdf document
 
 Hello everybody,
 
 i am a .net developer and started last days using the 
 .net-ported lib of 
 iTextsharp with asp.net! It is great.
 
 My question is: can i change font only on paragraph object? Can't i 
 change the font for the whole document? This would be very handy...
 
 Thanks.
 -- 
 Yours sincerely,
 
 
 Roland Müller
 Fachinformatiker | Neue Medien
 
 ===
 Flad  Flad Communication GmbH
 Thomas-Flad-Weg 1
 D-90562 Heroldsberg
 T +49 9126 275 346
 F +49 9126 275 275
 
 [EMAIL PROTECTED]
 www.flad.de
 ===
 
 
 
 ---
 This SF.Net email is sponsored by:
 Power Architecture Resource Center: Free content, downloads, 
 discussions,
 and more. http://solutions.newsforge.com/ibmarch.tmpl
 ___
 iText-questions mailing list
 iText-questions@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/itext-questions
 


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions


RE: [iText-questions] General question about PDF 1.5

2003-05-27 Thread Leonard Rosenthol
At 04:50 PM 5/27/2003 +0200, Huttin Pierre wrote:
I'm talking about the new feature about CryptFilters, how we can see in the
PDF 1.5 reference, section 3.5.4 :
I think this functionnality is very very interresting.
CryptFilters have the POTENTIAL to be interesting, but the actual 
implementation of them in Acrobat 6 isn't complete to the spec - so there 
really isn't much to be gained from them.  About their only use right now 
is to allow non-encrypted pieces (eg. metadata) inside of a 
encrypted/secured document.

LDR
---
Leonard Rosentholmailto:[EMAIL PROTECTED]
Chief Technical Officer  http://www.pdfsages.com
PDF Sages, Inc.  215-629-3700 (voice)


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions


[iText-questions] General question

2003-04-01 Thread Huttin Pierre
Hello,

I would like to know if exist a java library in open source to detect and
read barcode in image file ?

I have found the tasman.bars library but it's very expensive for me
(~3500).

---
HUTTIN Pierre
OMNIS ECM Services
81 route de Luxembourg
L-4391 PONTPIERRE
 
tel : (+352) 29 14 11 1
fax : (+352) 29 14 11 650
url : http://www.ecm.lu




**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify 
the security manager at [EMAIL PROTECTED]
This footnote also confirms that this email message has been swept by
the SOFITEC C.A.T.S. systems for the presence of computer viruses.

For more information about C.A.T.S. please check
http://www.sofitec.lu
**



---
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions