Tony Smith wrote:
> Would I be right in saying that the best way to get an image from db to
> pdf is using a byte array to copy the data over?
Use Image.getInstance() with a array of bytes as parameter:
http://itext.ugent.be/library/api/com/lowagie/text/Image.html#getInstance(byte[])
> When disp
Hi all,
Maybe someone has worked with this and can help me, hopefully. I am
generating a pdf and want to populate the grids inside the pdfptable with
information from the database.
I am able to get text fine from the database using data.datatable, as below
.
Dim row As Data.Data