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

Browse by Tags

All Tags » pdf
Showing page 1 of 2 (15 total posts)
  • Using PNG Predictors to Enhance GZIP/PKZIP/FLATE Compression

    I’ve been doing a lot of work in the PDF space lately. While implementing Binary Cross Reference Streams I was surprised to see that they could be encoded with PNG Predictors. This was surprising to me because binary cross reference streams aren’t images, they are byte tables:     While the values vary, they are often within the ...
    Posted to Rick Minerich's Development Wonderland (Weblog) by RickM on May 2, 2008
  • PDF property singleimage=true

    I need a little claification on pdfs. We work will 1bit scanned images and our customers want pdfs Converting back and forth between the formats, gray scale and black and white, the images get blurry so we think creating/extracting might be the way to go. 1) will singleimage=true if the pdf page is a single image AND contains ocr info? 2) does ...
    Posted to DotImage Discussions (Forum) by tack on March 29, 2008
  • Implement PDF Raster Client Side

    I think the subject speaks for itself, but I'll ask anyway. How do I implement PDF viewing on the clientside?  Thanks
    Posted to ASP.NET Imaging Discussion (Forum) by sr99 on February 20, 2008
  • Convert multi-page TIFF to searchable PDF w/Expervision

    Like the subject says, I'm trying to convert multipage TIFFs into searchable PDF's using the Expervision OCR engine.  I tried the same code used in the GlyphReader example, but it only converts the first page of the TIFF.  In other words, I get a single-page searchable PDF containing only the first image in the PDF.  So is there a ...
    Posted to DotImage Discussions (Forum) by lee.s on January 28, 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
  • folderThumbnailView and pdf files

    I am using the folderThumbnailView control in my app and I also have the Atalasoft PDFRasterizer - my question is: how can I make the thumbnailviewer show PDF images - I have added the .pdf extension to the filter property but still no joy. Please help. Thankyou.
    Posted to DotImage Discussions (Forum) by skjpatel on November 20, 2007
  • Writing XMP to a PDF File

    Hi, I have the following case: A tiff is loaded in an AnnotateViewer Annotations are created from a database I want to save the tiff as a pdf file with xmp annotations I'm doing as follows   Dim at As New Formatters.XmpFormatter  at.CreateXmpPacket = True  at.Formatting = Xml.Formatting.None  Dim pdfenc As New ...
    Posted to DotAnnotate Discussions (Forum) by andreigosman on November 19, 2007
  • Formatting Images to a PDF Document

    What product would I need to take a group of images and group them onto a page or pages of a pdf document?
    Posted to DotImage Discussions (Forum) by Corey on September 21, 2007
  • PdfDecoder exception - DestSize must be greater than 0.

    I was trying to decode a bunch of pdf's into multi page Tiffs using DotImage 4.0h and the PDF rasteriser add-on, basically using code from this article (http://www.atalasoft.com/kb/article.aspx?id=10125&cNode=). It works great for over 80% of my sample pdfs, however there are a few which throw a 'DestSize must be greater than 0' exception on ...
    Posted to DotImage Discussions (Forum) by andyau on June 8, 2007
  • Convert Searchable PDF to non-searchable PDF

    A strange request, but something that I thought I'd share with you.  Here is a simple console application that converts all pages in a hidden text behind image searchable PDF to a image-only non-searchable PDF.  It requires that each page be in memory at once.  If you have more than a few pages, you might want to save a temporary ...
    Posted to Articles and Code Samples (Forum) by Bill Bither on February 15, 2007
1 2 Next >