•  
  •  
  •  
 

Browse by Tags

All Tags » TIFF
Showing page 1 of 3 (30 total posts)
  • Re: WenAnnotation - Save Annotation - BUG

    This is not a bug, and is working as intended.  The annotation data that you save has no representation of the WebAnnotationViewer's current zoom level. If you are saving the annotation data inside a tiff file, it's possible for you to save the Zoom level of the WebAnnotationViewer in a Tiff Tag, and set that zoom level when reloading that ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on April 15, 2010
  • How to set resolution property or reduce the image size

    Hi All, I am new for DotImage control and trying to set the resoluion for my images while scanning but unable to do it. Actually before I worked with Imgx and scanned images as tiff and the size of images are very small with the resolution 96/1 but when I tried the same with DotImage it gives me large size and I am unable to set the resolution ...
    Posted to DotImage Discussions (Forum) by asingh on July 21, 2009
  • Write HTML to Tiff ??

    Hello, I was looking to write some HTML out to a tiff created at runtime by my users.  I have not found any information on how to do this.  I checked with support and they told me I would need to write my own HtmlDecoder using the draw tools. Let me qoute support here  ''it would not be a simple endevor'' Has anyone done this ...
    Posted to ASP.NET Imaging Discussion (Forum) by Jimbo on June 18, 2009
  • Converting All Pages of Pdf to Searchable Pdf

    Hi ! This is some part of code to convert files to searchable pdf format. This code runs well for TIFF files and converts them into searchable PDFs. But when I load a non-searchable PDF file, the code converts only the first page of the non-searchable PDF file into the searchable PDF. I am very new user. Could you tell me what am I doing ...
    Posted to DotImage Discussions (Forum) by hilalks on June 9, 2009
  • How to get the filesize of a tiff page embedded in a Multipage Tiff?

    I using this code to read a page of the multipage tiff: using (FileStream fs = File.OpenRead(''multipage.tif'')){    TiffDecoder tiffReader = new TiffDecoder();    using (AtalaImage page = tiffReader.Read(fs, pageNumber, null))    {        ...
    Posted to DotImage Discussions (Forum) by Ricardo on April 28, 2009
  • Zoom in and zoom out does not refresh

    I have been using atala for the web, and the zoom in & out feature only performs this the first time, after consecutive clicks this task isnt performed unless we switch to a diferent thumbnail of the tif. Inwhich the new zoom level gets viewed. Is there a workaround for this?
    Posted to ASP.NET Imaging Discussion (Forum) by hngsystems on March 17, 2009
  • Re: Annotation displayed on one page of a multipage TIFF?

    I found a solution. I had a multipage document, but it was stored as single pages. So I created a directory for displaying them all with the WebThumbnailViewer. Now I changed my code that I first create one single multipage TIFF from all the single TIFF pages. With this change it works.
    Posted to ASP.NET Imaging Discussion (Forum) by aroeder on January 7, 2009
  • Multi-page Tif Kickstart

    Hi, can someone give me a kickstart with multi-page Tif files? I have a WPF application which uses the WPF AtalaImageViewer with the viewer's Source property bound to the ImageSource for the currently selected document. When the selected document is a multi page tif, only the first page appears in the viewer. How do I see the other ...
    Posted to DotImage Discussions (Forum) by bobflemming on December 1, 2008
  • Trying to append images into a new tiff image file

     I am trying to the follwing, create a console application that opens an existing tiff file a page at a time(if I load any tiff greater than 32mb I get a pixel memory error) and then rencode each page and then save back into a new tiff file(our Adobe capture server doesn't like the original file).  I can open ...
    Posted to DotImage Discussions (Forum) by jaybird1219 on November 26, 2008
  • Re: Documentation: ExifTagID, TiffTagID lists

    Greetings, Reignman -- Generally, we try to read any TiffTag, as long as it's in the proper format.  A list of known tags can be found here: http://www.awaresystems.be/imaging/tiff/tifftags.html If it's a private tag that someone has written, as long as it's in the proper Tiff format, we'll read it.  The problem with tags is that any camera ...
    Posted to DotImage Discussions (Forum) by Elaine on September 9, 2008
1 2 3 Next >