Print Page | Close Window

Reading barcodes from pdf

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=1058
Printed Date: 25 Jun 25 at 5:51PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Reading barcodes from pdf
Posted By: Hbaloo
Subject: Reading barcodes from pdf
Date Posted: 10 Apr 09 at 4:15AM
Hy everybody,
my task is to read the barcodes from pdf-s(scanned documents), and i would liketo ask you for help.Is there a way to interpret the barcodes in quickpdf?If not can you suggest me something that could help?
Thanks, HBaloo



Replies:
Posted By: Ingo
Date Posted: 10 Apr 09 at 4:52AM
Hi!

It's not possible to read barcodes from/in a pdf-document with QuickPDF. You can insert but not read. Perhaps you can do something with reading the content (GetPageContent) and textextraction 'cause barcodes mostly comes together with readable text below.

Cheers, Ingo


Posted By: Hbaloo
Date Posted: 11 Apr 09 at 3:45AM
Thank you for quick response!Reading the barcodes from pictures is not a problem anymore, but i would like to ask how can i save a .pdf (preferably only an exact part of the page) to image(.bmp).Also if i have a pdf ,for example 5 pages long, how can save separately the last 2 pages?
Thanks in advance:HBalooEmbarrassed


Posted By: DELBEKE
Date Posted: 11 Apr 09 at 4:19AM
Hi!
You mst user RenderDocumentToFile
 

function TQuickPDF0712.RenderDocumentToFile(DPI, StartPage, EndPage,Options: Integer; const FileName: string): Integer;

 
You can't obain a precise part of a page. Just save the whole page and use an Image Editor to Crop.



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