Developer Tools for Automated Data Extraction - 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!

Developer Tools

  • Home
  • /
  • Developer Tools
printable version: ByteScout-Premium-Suite-VBScript-Convert-PDF-to-Black-and-White-Excluding-some-page.pdf How to convert PDF to black and white excluding some page in VBScript and ByteScout Premium Suite ByteScout Premium Suite: the set that includes 12 SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakePDFBlackAndWhiteExcludingSomePage.vbs ' Create Bytescout.PDFExtractor.UnsearchablePDFMaker object Set unsearchablePDFMaker = CreateObject("Bytescout.PDFExtractor.UnsearchablePDFMaker") unsearchablePDFMaker.RegistrationName = "demo" unsearchablePDFMaker.RegistrationKey [...]
printable version: ByteScout-Premium-Suite-VBScript-Convert-PDF-to-Black-and-White.pdf How to convert PDF to black and white in VBScript with ByteScout Premium Suite ByteScout Premium Suite is the bundle that includes twelve SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakePDFBlackAndWhite.vbs ' Create Bytescout.PDFExtractor.UnsearchablePDFMaker object Set unsearchablePDFMaker = CreateObject("Bytescout.PDFExtractor.UnsearchablePDFMaker") unsearchablePDFMaker.RegistrationName = "demo" unsearchablePDFMaker.RegistrationKey = "demo" [...]
printable version: ByteScout-Premium-Suite-VB-NET-Convert-PDF-to-Black-and-White-Excluding-some-page.pdf How to convert PDF to black and white excluding some page in VB.NET using ByteScout Premium Suite ByteScout Premium Suite: the bundle that includes twelve SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakeUnsearchablePDF.VS2005.vbproj <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' [...]
printable version: ByteScout-Premium-Suite-VB-NET-Convert-PDF-to-Black-and-White.pdf How to convert PDF to black and white in VB.NET using ByteScout Premium Suite ByteScout Premium Suite is the bundle that includes twelve SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakeUnsearchablePDF.VS2005.vbproj <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform [...]
printable version: ByteScout-Premium-Suite-C-sharp-Convert-PDF-to-Black-and-White-Excluding-some-page.pdf How to convert PDF to black and white excluding some page in C# and ByteScout Premium Suite What is ByteScout Premium Suite? It is the set that includes 12 SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakeUnsearchablePDF.NETCore.csproj <?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.0</TargetFramework> [...]
printable version: ByteScout-Premium-Suite-C-sharp-Convert-PDF-to-Black-and-White.pdf How to convert PDF to black and white in C# using ByteScout Premium Suite ByteScout Premium Suite: the set that includes 12 SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakeUnsearchablePDF.NETCore.csproj <?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.0</TargetFramework> <EnableDefaultCompileItems>false</EnableDefaultCompileItems> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> <GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> [...]
printable version: ByteScout-Data-Extraction-Suite-VBScript-Convert-PDF-to-Black-and-White-Excluding-some-page.pdf How to convert PDF to black and white excluding some page in VBScript using ByteScout Data Extraction Suite ByteScout Data Extraction Suite: the bundle that includes three SDK tools for data extraction from PDF, scans, images and from spreadsheets: PDF Extractor SDK, Data Extraction SDK, Barcode Reader SDK. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakePDFBlackAndWhiteExcludingSomePage.vbs ' Create Bytescout.PDFExtractor.UnsearchablePDFMaker object [...]
printable version: ByteScout-Data-Extraction-Suite-VBScript-Convert-PDF-to-Black-and-White.pdf How to convert PDF to black and white in VBScript and ByteScout Data Extraction Suite ByteScout Data Extraction Suite is the set that includes 3 SDK products for data extraction from PDF, scans, images and from spreadsheets: PDF Extractor SDK, Data Extraction SDK, Barcode Reader SDK. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakePDFBlackAndWhite.vbs ' Create Bytescout.PDFExtractor.UnsearchablePDFMaker object Set unsearchablePDFMaker [...]
printable version: ByteScout-Data-Extraction-Suite-VB-NET-Convert-PDF-to-Black-and-White-Excluding-some-page.pdf How to convert PDF to black and white excluding some page in VB.NET and ByteScout Data Extraction Suite ByteScout Data Extraction Suite is the bundle that includes three SDK tools for data extraction from PDF, scans, images and from spreadsheets: PDF Extractor SDK, Data Extraction SDK, Barcode Reader SDK. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakeUnsearchablePDF.VS2005.vbproj <?xml version="1.0" encoding="utf-8"?> [...]
printable version: ByteScout-Data-Extraction-Suite-VB-NET-Convert-PDF-to-Black-and-White.pdf How to convert PDF to black and white in VB.NET and ByteScout Data Extraction Suite ByteScout Data Extraction Suite: the bundle that includes three SDK tools for data extraction from PDF, scans, images and from spreadsheets: PDF Extractor SDK, Data Extraction SDK, Barcode Reader SDK. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) MakeUnsearchablePDF.VS2005.vbproj <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> [...]