  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | why Rtf file so big ? | why Rtf file so big ? 2006-07-27 - By Mark Hall
Back On Wednesday 26 July 2006 19:41, Bhupat Raigaga wrote: > I see size of the Rtf file quite big compared to PDF. Is there any way to > reduce/optimize file size. In my case PDF doc (135KB) and the RTF doc > (25,103KB)? Because RTF ist a text-based format and text-based formats tend to be larger than binary-based formats. Also RTF is a quite verbose format.
The only way to reduce the size of an RTF document is by compressing the whole document (which works very well since it is a text-based format). Of course you have to decompress before actually viewing. Apart from that there is not much you can do, except keep the number of tables you are using to a minimum.
Greetings, Mark -- The smallest worm will turn being trodden on. -- William Shakespeare, "Henry VI"
My GPG public key is available at: http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.asc
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions
|
|
 |