Re: [iText-questions] How to insert bold text in VerticalText

2012-11-17 Thread 1T3XT BVBA
On 17/11/2012 10:45, Xavier wrote: > So thanks again for your jar file. Well, the first thing you should do now, is to make a small standalone example using at least Java 5. Java 6 would be better, because we consider moving up next year, due to the need for Java 6 in some new functionality that

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-17 Thread Xavier
Thanks a lot, I really appreciate. I understand my posts was pollutong the mailing list, I'll stop. However, I made some tests to build upgrading to sdk 1.5 and I had compilation errors (as posted previously). I'll continue first to understand what was wrong, second to get antonomy for subsequent

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-16 Thread iText Info
Op 16/11/2012 16:01, Xavier schreef: > So I'm lost in creating a iText version from SVN We usually only do this for PAYING customers, but I'm tired of seeing this thread expand, so I made a SNAPSHOT jar based on revision 5543: itextsupport.com/files/xavier/itextpdf-5.3.5-SNAPSHOT-rev5543.jar This

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-16 Thread Xavier
I made a new test with the config J2sdk-1.4.2_06 and marven 2.0.11 In this config, the pom.xml specifies a groupId org.codehaus.mojo but during the build, I have an error : Internal error in the plugin manager executing goal 'org.codehaus.mojo:buildnumber-maven-plugin:1.1.create': Unable to find th

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-15 Thread Xavier
Well. as you know I'm not familiar with svn. Here is what I did, and may be I made errors : - installation of jdk 1.5 - installation of TortoiseSVN and use the following address as URL of repository : http://svn.code.sf.net/p/itext/code/trunk - installation of maven-3.0.4 When I've executed

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-13 Thread Xavier
Do you mean I need to build a new set of iText.jar from the svn instead of getting the 5.3.4 release from the download page ? I'm not very familiar with svn, but I'll try. -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-insert-bold-text-in-VerticalText-tp4656

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-13 Thread Paulo Soares
You must compile the code from the SVN. Paulo On Tue, Nov 13, 2012 at 7:46 AM, Xavier wrote: > can't find the error in my config. > I have itextpdf-5.3.4.jar in my classpath > If I remove itextpdf-5.3.4.jar before compiling or executing the process > stops with erros meaning this is the jar fil

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-12 Thread Xavier
can't find the error in my config. I have itextpdf-5.3.4.jar in my classpath If I remove itextpdf-5.3.4.jar before compiling or executing the process stops with erros meaning this is the jar file in use. java -version is 1.5.0_22 I don't have errors when compiling or executing. And the second vert

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-12 Thread Paulo Soares
It works. See the attached PDF. Paulo On Mon, Nov 12, 2012 at 2:58 PM, Xavier wrote: > I build a new config with the 1.5 jdk and the latest iText package (5.3.4) > and I think I still have the problem using the source code posted yesterday. > My test word in the vertical don't want to go to a bo

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-12 Thread Xavier
I build a new config with the 1.5 jdk and the latest iText package (5.3.4) and I think I still have the problem using the source code posted yesterday. My test word in the vertical don't want to go to a bold glyph. -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-12 Thread Xavier
Good news, but... is it fixed in a Java 1.4 compatible release ? On the donload plateform, there are only 1.5 compatible release and my config (for different reasons) is 1.4 only :( -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-insert-bold-text-in-VerticalTe

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-11 Thread Paulo Soares
It's fixed in the SVN. Paulo On Sun, Nov 11, 2012 at 5:25 PM, Xavier wrote: > OK, here is my test code; > In this test, the word "Test" is printed first with a document.add() and > then in a VerticalText, one in normal glyph and the second one withe bold > glyph. > Of course, at the end, I'd lik

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-11 Thread Xavier
OK, here is my test code; In this test, the word "Test" is printed first with a document.add() and then in a VerticalText, one in normal glyph and the second one withe bold glyph. Of course, at the end, I'd like to create the text in the VerticalText by adding different Phrases elements with diffe

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-10 Thread Paulo Soares
Produce a small complete example exhibiting the behavior so that it can be reproduced. Well see then if there's a bug or something else. Paulo On Sat, Nov 10, 2012 at 8:12 AM, Xavier wrote: > I Hope the book today from amazon. > > But... not sure my problem comes from chinese language. > > I mad

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-10 Thread Xavier
I Hope the book today from amazon. But... not sure my problem comes from chinese language. I made a test with just the "test" word. With arial.ttf font, in a VerticalText, I can't get bold effect. So I first have to solve this question and in a second time the chinese writting. Does anybody hav

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-08 Thread Xavier
I'll do it in a few days only. I have iText in action first edition only -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-insert-bold-text-in-VerticalText-tp4656887p4656902.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-08 Thread jian li
read chapter 11 of "itext in action 2". On Fri, Nov 9, 2012 at 1:36 PM, Xavier wrote: > Just as a complement about the mailing list, I registered at least three > times to the mailing list. I don't know how what to do to appears as a > member. > > > > -- > View this message in context: > http:/

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-08 Thread Xavier
Thanks for your help. I already made some tests with the different font as specifed in the book and for different languages. Chinese (STSong-Light,UniGB-UCS2-H), Japanese (KozMinPro-Regular, UniJIS-UCS2-H or V) before trying to use the VerticalText element. Using a direct document.add( new Phrase

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-08 Thread Xavier
Just as a complement about the mailing list, I registered at least three times to the mailing list. I don't know how what to do to appears as a member. -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-insert-bold-text-in-VerticalText-tp4656887p4656900.html Sent

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-08 Thread iText Info
First this: please register to the mailing-list. You may assume that you are registered, but you are not. See http://lowagie.com/nabble Op 8/11/2012 11:12, Xavier schreef: > Hello guys, > > I try to create a vertical text with normal and bold text. For this to work you need to use a font family s

[iText-questions] How to insert bold text in VerticalText

2012-11-08 Thread Xavier
Hello guys, I try to create a vertical text with normal and bold text. My text is in chinese. I use UTF-8 encoding for wording integration from an external file. I use arialuni.ttf font. When working with simple document.add(new Phrase(myText,myFont)) in an Horizontal format, everything is ok.