Hello itext users!

Im trying to make an aplication that reads a text file and creates a pdf 
file out of it.
Im not java expert but I'm professional programmer.

My question to you is following
What is the easiest way for parsing the text file ?

For example:
in my text file I have wrote <size>a4</size> for creating a new page of that 
size

line = in.readLine()
line=="<size>a4</size>"

How to set the PageSize now?
document.setPageSize(PageSize.A4);

Please help

Best regards, Boris



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 2006-07-04


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to