PDF Extractor SDK – Page 39 – ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

PDF Extractor SDK

  • Home
  • /
  • PDF Extractor SDK
ByteScout PDF Extractor SDK - C# - Repair Text Program.cs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Index Documents In Folder Program.cs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Read Hindi Text Program.cs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Read Values from Form Fields Program.cs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Detect Lines Program.cs using System; using Bytescout.PDFExtractor; namespace DetectLines { class Program { static void Main(string[] args) { // Create Bytescout.PDFExtractor.LineDetector instance LineDetector lineDetector = new LineDetector(); lineDetector.RegistrationName = "demo"; lineDetector.RegistrationKey = "demo"; // Load sample PDF document lineDetector.LoadDocumentFromFile(@".\sample2.pdf"); FoundLinesCollection foundLines = lineDetector.FindLines(1, LineOrientationsToFind.HorizontalAndVertical); Console.WriteLine("Number of lines found: " + foundLines.Count); for (int i = 0; i < foundLines.Count; i++) { FoundLine line = foundLines[i]; Console.WriteLine("Line # " [...]
ByteScout PDF Extractor SDK - VBScript and VB6 - OCR Analyser PerformOcrAnalysisAndExtractText.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VB.NET - OCR Analyser Program.vb   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Remove Empty Pages Program.cs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Remove Text Program.cs
ByteScout PDF Extractor SDK - VBScript and VB6 - ZUGFeRD Invoice Extraction ExtractEmbeddedFilesFromPDF.vbs   Click here to get your Free Trial version of the SDK