I am writing a VB.NET app utilizing iText and have hit a snag trying to
convert the following line from java to VB.NET.  I am creating a booklet so
I need to write the file to memory (need to know the total number of pages)
so I can rearrange the pages and then generate the real doc.  Can someone
tell me how to do this?  Also, is there anywhere you can direct me (book,
website, etc.) that would provide a good iText / VB.NET reference?

 

ByteArrayOutputStream baos = new ByteArrayOutputStream(); 

 

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to