Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Browse by Tags

All Tags » WebThumbnailVie... » WebImageViewer » MultiPage
  • View all Database images with WebThumbnailViewer

    I have many files (.jpeg, .gif) in my DB. I need view all this images on WebThumbnailViewer, with my syntax i get view only one image. I'm using the follow syntax: MemoryStream streamImage=null; DataRow[] rowDoc = dsWork.Tables[''Doc''].Select(''rowid= '120'); foreach (DataRow row in rowDoc) { streamImage = new ...
    Posted to ASP.NET Imaging Discussion (Forum) by Kleber on March 10, 2008
  • Browser Based Multi-Page TIFF processing

    My objective is to write a browser based application to do the following: Load one or more multi-page TIFF images from a directory Allow viewing, reordering, and rotating of pages Split or group ranges of pages into their own multi-page TIFF (or insert separator page to designate start of a new section/document) Preferably use a TreeView to ...
    Posted to ASP.NET Imaging Discussion (Forum) by buskins on February 6, 2008
  • Re: Image display issue in user controls deployed to WSS (Sharepoint)

    That specific error message looks like the PDF decoder is not initialized when the asynchronous requests for the thumbnails are requested.  To fix this issue, you can add the PDF Decoder to the RegisteredDecoders on the Page Init event. I have a suggestion that may improve your performance for this situation (Once you get the PDF loading): ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on December 2, 2007