Alawi Albaity wrote:

id there any example ?

No, because reading byte arrays from a database is off-topic.
Just look at the JDBC API and search for something like readByte().
Once you have the byte array, just construct your reader object like this:
http://itextdocs.lowagie.com/docs/com/lowagie/text/pdf/PdfReader.html#PdfReader(byte[])
From there on, you can use these examples:
http://itextdocs.lowagie.com/tutorial/general/copystamp/
br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to