Aniruddha Maru wrote: > I have tested the database - i can store bytes from a baos and read them > back to a valid pdf, but the point is would it be faster or better in > some way if I store on file system than in db?
Again: that's up to you to decide. It depends on many different parameters. PDFs stored in a database are stored somewhere on the file system too, so you might argue that using a database is overhead, BUT there could be some specific requirements in your project (for instance: you need to find all the documents of a specific user quickly) that would justify storing the PDFs in a database. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
