On Fri, Jul 25, 2008 at 7:22 PM, Aniruddha Maru <[EMAIL PROTECTED]
> 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).
>
> 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?

>
>
> >     * 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 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

Reply via email to