PDF Extractor SDK – Page 47 – 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 - VB.NET - Extract Audio Program.vb   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VB.NET - Extract Attachments Module1.vb   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VB.NET - Compare Documents Program.vb   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VB.NET - Batch Processing Module1.vb   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - Microsoft Excel - Extract Text From Coordinates ExtractTextFromPDF_VBA.txt   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - XFA Form To XML Program.cs using System; using Bytescout.PDFExtractor; namespace XFAFormToXML { class Program { static void Main(string[] args) { // Create Bytescout.PDFExtractor.XFAFormExtractor instance XFAFormExtractor extractor = new XFAFormExtractor(); extractor.RegistrationName = "demo"; extractor.RegistrationKey = "demo"; // Load PDF document // (!) We do not provide the sample document, please load your own. extractor.LoadDocumentFromFile("samplexfa.pdf"); // Enumerate XFA form content part types foreach (XFAFormContentType contentType in Enum.GetValues(typeof(XFAFormContentType))) { // Get [...]
ByteScout PDF Extractor SDK - C++ - Split Document CPPExample.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Rotate Document Program.cs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Remove Text Program.cs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - C# - Reduce Memory Usage Program.cs   Click here to get your Free Trial version of the SDK