PDF Extractor SDK – Page 34 – 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 - VBScript - PDF To XLS PdfToXls-CommandLine.vbs if Wscript.Arguments.Length < 2 Then WScript.Echo "Usage: PdfToXls.vbs ""input.pdf"" ""output.xlsx""" WScript.Quit End If ' Create Bytescout.PDFExtractor.XLSExtractor object Set extractor = CreateObject("Bytescout.PDFExtractor.XLSExtractor") extractor.RegistrationName = "demo" extractor.RegistrationKey = "demo" ' Set Excel format extractor.OutputFormat = 1 ' 0 - XLS format; 1 - XLSX format. ' Uncomment this line if you need all pages converted into a single worksheet: 'extractor.PageToWorksheet = False ' Load sample PDF [...]
ByteScout PDF Extractor SDK - VBScript - PDF To XFDF PDFToXFDF.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VBScript - PDF To JSON With Images PdfToJsonWithImages.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VBScript - PDF To JSON PdfToJson.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VBScript - PDF To CSV By Pages PdfToCsvByPages.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VBScript - PDF To CSV PdfToCsv.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VBScript - OCR Analyser PerformOcrAnalysisAndExtractText.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VBScript - OCR (Optical Character Recognition) ExtractTextFromImageOrScannedPdfUsingOcr.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VBScript - Merge Documents MergeDocuments.vbs   Click here to get your Free Trial version of the SDK
ByteScout PDF Extractor SDK - VBScript - Find Text Using Regex FindTextUsingRegex.vbs   Click here to get your Free Trial version of the SDK