I would like to use iText to add images to some PDF-documents using C#.
My problem is, that the images are saved as a stream (fx. M47,33 L47,34 L47,37 L47,40 L47 etc.) in the database.
I can't figure out, how to convert this to PNG or JPEG so I can add them to the PDF-documents.
Can anyone tell me how to make this convertion, or if it can be done directly in iText?