Print Page | Close Window

Grayscaling

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=441
Printed Date: 19 May 24 at 3:52AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Grayscaling
Posted By: skwirelboy
Subject: Grayscaling
Date Posted: 14 Jun 06 at 7:16AM

Hi,

I have a scanning application, which scans to tiff files. Generally, we're scanning letters and text documents, sometimes passports and driving licences etc. I am then exporting to another application the tiff files, but in pdf format. The files need to be viewed in a browser and it is obviously easier to view them as pdfs.

The images are being converted with QuickPDF. I load the tiff file to a stream and then convert with the following routine (various irrelevant lines omitted):

QP.AddImageFromStream(stream, 0); 
QP.DrawImage(1, 1, Width, height);

This all works well. However the images are generally scanned in as 1 bit.

If viewing as tiff then most tiff viewers refilter an image (ie grayscale) so you can actually read what is on the page. However, acrobat doesn't seem to do this, so a lot of documents (in particular passprots and driving licences) are effectively illegible when viewed in pdf.

Is there anything that can be done when with QuickPDF when creating the pdf in the first place to improve the legibility of the pdf or (and apologies as I know this is not the purpose of this newsgroup) does anyone know of anything that can be done with Acrobat settings to achieve the same result. I've looked at Acrobat options and could find nothing.

Many thanks

Mark




Replies:
Posted By: Michel_K17
Date Posted: 17 Jun 06 at 11:33AM
   I do not know of a solution. I have personally had successes in keeping the PDF file small by reducing the resolution of the scanner and using "8 bit grayscale" instead of "1 bit Black and White".

   Is that something you could do?


Posted By: skwirelboy
Date Posted: 17 Jun 06 at 11:42AM

I'll give it a try.

Thanks.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk