|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Multiple Page TiffHi All
I have a Base64 encoded string as a resultant parameter of a specific webservice call. This string is converted into a byte array and through this, I am saving it as an image. Now, even when I get a valid Base64 encoded string for a multiple page image, I can only get the first page. My question is: How do I save a TIFF file which has multiple pages ? Any leads on this would surely help me. Regards, Kuldeep Bob Powell's site is the best resource I know.
http://www.bobpowell.net/generating_multipage_tiffs.htm -- Show quoteHide quoteEliyahu Goldin, Software Developer & Consultant Microsoft MVP [ASP.NET] "Kuldeep" <kuldeep.vijayku***@hotmail.com> wrote in message news:egrKZLb0GHA.2196@TK2MSFTNGP03.phx.gbl... > Hi All > > I have a Base64 encoded string as a resultant parameter of a specific > webservice call. > This string is converted into a byte array and through this, I am saving > it as an image. > Now, even when I get a valid Base64 encoded string for a multiple page > image, I can only get the first page. > > My question is: > How do I save a TIFF file which has multiple pages ? > > Any leads on this would surely help me. > > Regards, > Kuldeep > Thank You Goldin.
I analysed that example given in the link you gave me. The example clearly indicates how we can deal with multiple .gif files and then combining them all into a single TIFF. But my problem is, I just have a single base64 encoded string which comprises 5 images. I have to now deal with this string to convert those 5 images into a single TIFF. This is where I am stuck. Any help on this would prove very handy. Regards, Kuldeep Show quoteHide quote "Eliyahu Goldin" <REMOVEALLCAPITALSeEgGoldD***@mMvVpPsS.org> wrote in message news:OITMIVb0GHA.1268@TK2MSFTNGP02.phx.gbl... > Bob Powell's site is the best resource I know. > > http://www.bobpowell.net/generating_multipage_tiffs.htm > > -- > Eliyahu Goldin, > Software Developer & Consultant > Microsoft MVP [ASP.NET] > > > "Kuldeep" <kuldeep.vijayku***@hotmail.com> wrote in message > news:egrKZLb0GHA.2196@TK2MSFTNGP03.phx.gbl... >> Hi All >> >> I have a Base64 encoded string as a resultant parameter of a specific >> webservice call. >> This string is converted into a byte array and through this, I am saving >> it as an image. >> Now, even when I get a valid Base64 encoded string for a multiple page >> image, I can only get the first page. >> >> My question is: >> How do I save a TIFF file which has multiple pages ? >> >> Any leads on this would surely help me. >> >> Regards, >> Kuldeep >> > >
Other interesting topics
WAP, VS2005 keeps changing my user control types!!
CSS examples Howto inherit from an exisiting webcontrol in VS 2005 Intellisense with web.config registration of controls XML PROBLEM HELP NEEDED URGENTLY problem with GridView Page hang after updating web.config Help, NullReferenceException ASP.net using old version of DLLs Making New web site by using ASP.Net 2005 |
|||||||||||||||||||||||