Byte arrays to pdf
-
Hi I'm using the WIA Library 2.0 from the Microsoft website to scan multiple pages. I then convert these scanned images to byte arrays and keep them in a List. My next goal is to combine these images/byte arrays and save it as 1 single file. I would prefer saving it as PDF, but TIFF will also do for multiple pages. I had a look at the Codeproject article on how to use the Ghostscript API, but I`m looking for a simpler way.. preferably without using third-party tools. Any hints would be appreciated Thanks
-
Hi I'm using the WIA Library 2.0 from the Microsoft website to scan multiple pages. I then convert these scanned images to byte arrays and keep them in a List. My next goal is to combine these images/byte arrays and save it as 1 single file. I would prefer saving it as PDF, but TIFF will also do for multiple pages. I had a look at the Codeproject article on how to use the Ghostscript API, but I`m looking for a simpler way.. preferably without using third-party tools. Any hints would be appreciated Thanks
I came across this the other day while trying to convert Byte Arrays stored in a database back into Tiff files. Create Tiff Image Page By Page[^] Maybe it could help you. Happy coding.
-
I came across this the other day while trying to convert Byte Arrays stored in a database back into Tiff files. Create Tiff Image Page By Page[^] Maybe it could help you. Happy coding.
Hi Thanks for your reply. It did help me quite a bit, but eventually I got stuck on some GDI+ error, so I found some other code on http://www.bobpowell.net/generating_multipage_tiffs.htm[^] which solved my problem :-D
-
Hi Thanks for your reply. It did help me quite a bit, but eventually I got stuck on some GDI+ error, so I found some other code on http://www.bobpowell.net/generating_multipage_tiffs.htm[^] which solved my problem :-D
Great link, thanks. :)
-
Hi Thanks for your reply. It did help me quite a bit, but eventually I got stuck on some GDI+ error, so I found some other code on http://www.bobpowell.net/generating_multipage_tiffs.htm[^] which solved my problem :-D
Nice Link it help me also :)