Click here to Skip to main content
15,886,017 members
Articles / Programming Languages / C#

Scan and Read the Barcode from PDF File

Rate me:
Please Sign up or sign in to vote.
4.89/5 (30 votes)
5 Aug 2010CPOL4 min read 343.4K   30.1K   149  
Scan the PDF file and recognize if it contains the Barcode or not
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="Barcode">
</Property><Property Name="Solution File" Value="D:\Programming Test\Barcode\Barcode.sln">
</Property><Property Name="Date" Value="Wednesday, August 04, 2010">
</Property><Property Name="Time" Value="16:04:59 PM">
</Property></Properties><Event ErrorLevel="0" Project="Demo" Source="C:\Documents and Settings\ppatel\Desktop\ThirdParty_Barcode\net_barcode_reader_trial\demo\test-src\Demo.csproj" Description="Project file successfully backed up as D:\Programming Test\Barcode\Backup\Demo.csproj">
</Event><Event ErrorLevel="0" Project="Demo" Source="C:\Documents and Settings\ppatel\Desktop\ThirdParty_Barcode\net_barcode_reader_trial\demo\test-src\Demo.csproj.user" Description="Project user file successfully backed up as D:\Programming Test\Barcode\Backup\Demo.csproj.user">
</Event><Event ErrorLevel="0" Project="Demo" Source="C:\Documents and Settings\ppatel\Desktop\ThirdParty_Barcode\net_barcode_reader_trial\demo\test-src\Program.cs" Description="File successfully backed up as D:\Programming Test\Barcode\Backup\Program.cs">
</Event><Event ErrorLevel="0" Project="Demo" Source="C:\Documents and Settings\ppatel\Desktop\ThirdParty_Barcode\net_barcode_reader_trial\demo\test-src\Properties\AssemblyInfo.cs" Description="File successfully backed up as D:\Programming Test\Barcode\Backup\Properties\AssemblyInfo.cs">
</Event><Event ErrorLevel="0" Project="Demo" Source="C:\Documents and Settings\ppatel\Desktop\ThirdParty_Barcode\net_barcode_reader_trial\demo\test-src\Demo.csproj" Description="Project converted successfully">
</Event><Event ErrorLevel="3" Project="Demo" Source="C:\Documents and Settings\ppatel\Desktop\ThirdParty_Barcode\net_barcode_reader_trial\demo\test-src\Demo.csproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="Demo" Source="C:\Documents and Settings\ppatel\Desktop\ThirdParty_Barcode\net_barcode_reader_trial\demo\test-src\Demo.csproj" Description="Scan complete: Upgrade not required for project files.">
</Event></UpgradeLog>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Piyush has valuable experience in requirements gathering, designing, implementing, and maintaining data-driven, object-oriented and service based enterprise systems. In addition to his technical expertise, Piyush also published paper on knowledge management and he has excellent communication skills to cooperate with the clients.

He holds a Masters Degree in Computer Science from the University Of Michigan, USA

Comments and Discussions