ByteScout PDF Suite - VBScript - Override resolution in rendered image with pdf renderer sdk - ByteScout

ByteScout PDF Suite – VBScript – Override resolution in rendered image with pdf renderer sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout PDF Suite – VBScript – Override resolution in rendered image with pdf renderer sdk

override resolution in rendered image with pdf renderer sdk in VBScript using ByteScout PDF Suite

Build override resolution in rendered image with pdf renderer sdk in VBScript

:

Step-by-step instructions on how to do override resolution in rendered image with pdf renderer sdk in VBScript

We regularly create and update our sample code library so you may quickly learn override resolution in rendered image with pdf renderer sdk and the step-by-step process in VBScript. ByteScout PDF Suite was made to help with override resolution in rendered image with pdf renderer sdk in VBScript. ByteScout PDF Suite is the set that includes 6 SDK products to work with PDF from generating rich PDF reports to extracting data from PDF documents and converting them to HTML. This bundle includes PDF (Generator) SDK, PDF Renderer SDK, PDF Extractor SDK, PDF to HTML SDK, PDF Viewer SDK and PDF Generator SDK for Javascript.

The below SDK samples describe how to quickly make your application do override resolution in rendered image with pdf renderer sdk in VBScript with the help of ByteScout PDF Suite. To use override resolution in rendered image with pdf renderer sdk in your VBScript project or application just copy & paste the code and then run your app! This basic programming language sample code for VBScript will do the whole work for you in implementing override resolution in rendered image with pdf renderer sdk in your app.

Our website gives free trial version of ByteScout PDF Suite. It includes all these source code samples with the purpose to assist you with your VBScript application implementation.

On-demand (REST Web API) version:
 Web API (on-demand version)

On-premise offline SDK for Windows:
 60 Day Free Trial (on-premise)

OverrideResolutionInRenderedImage.vbs
      
' Create Bytescout.PDFRenderer.RasterRenderer object Set renderer = CreateObject("Bytescout.PDFRenderer.RasterRenderer") renderer.RegistrationName = "demo" renderer.RegistrationKey = "demo" ' Load sample PDF document renderer.LoadDocumentFromFile "../../multipage.pdf" ' Set resolution of rendered images to 300DPI Set renderingOptions = CreateObject("Bytescout.PDFRenderer.RenderingOptions") renderingOptions.ResolutionOverride= 300 ' Iterate through pages For i = 0 To renderer.GetPageCount()-1 ' Generate 800x600 px PNG image renderer.Save_4 "image" & i & ".png", 2, i, 600, 800, (renderingOptions) Next

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout PDF Suite Home Page

Explore ByteScout PDF Suite Documentation

Explore Samples

Sign Up for ByteScout PDF Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

VIDEO

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout PDF Suite Home Page

Explore ByteScout PDF Suite Documentation

Explore Samples

Sign Up for ByteScout PDF Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next