Aniruddha Maru wrote: > * Should I store the user-pdf in database (BLOB - MySQL free > version) or file system? - one pdf is around 90K.
That's up to you to decide. Personally, I'd store them on the file system. Putting them in a database can complicate the application (encoding problems). > * Should I store the publishable-pdf at all or just generate it on > the fly whenever requested? No, you can stamp the PDF on the fly. > * If yes, should I store the publishable-pdf in database (BLOB - > MySQL free version) or file system? - one pdf is around 90K. Again: that's up to you to decide. What is more important: that you know which PDF was sent FROM the user or TO the user? -- 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
