Show / Hide Table of Contents

Class CreatePDFFromWordParams.Builder

Builds a CreatePDFFromWordParams instance.

Inheritance
System.Object
CreatePDFFromWordParams.Builder
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.createpdf.word
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Builder

Constructors

Builder()

Constructs a Builder instance.

Declaration
public Builder()

Methods

Build()

Builds a new CreatePDFFromWordParams instance from the current state of this builder.

Declaration
public CreatePDFFromWordParams Build()
Returns
Type Description
CreatePDFFromWordParams

A new CreatePDFFromWordParams instance

WithCreateTaggedPDF(Boolean)

Sets whether to create a tagged PDF. The default value is false. For internal use only.

Declaration
public CreatePDFFromWordParams.Builder WithCreateTaggedPDF(bool createTaggedPDF)
Parameters
Type Name Description
System.Boolean createTaggedPDF

boolean to specify create a tagged PDF

Returns
Type Description
CreatePDFFromWordParams.Builder

this Builder instance to add any additional parameters

WithDocumentLanguage(DocumentLanguage)

Sets office preferred editing language to be used for conversion, specified by DocumentLanguage.

Declaration
public CreatePDFFromWordParams.Builder WithDocumentLanguage(DocumentLanguage documentLanguage)
Parameters
Type Name Description
DocumentLanguage documentLanguage

DocumentLanguage; can not be null. Default value is EN_US

Returns
Type Description
CreatePDFFromWordParams.Builder

this Builder instance to add any additional parameters

WithPageRange(PageRange)

Sets the PageRange for conversion.

Declaration
public CreatePDFFromWordParams.Builder WithPageRange(PageRange pageRange)
Parameters
Type Name Description
Adobe.PDFServicesSDK.core.parameters.PageRange pageRange

The PageRange object specifying the range of pages to be converted.

Returns
Type Description
CreatePDFFromWordParams.Builder

This Builder instance to add any additional parameters.

In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.