public class

WordToPDFOptions

extends ConversionOptions
java.lang.Object
   ↳ com.pdftron.pdf.OptionsBase
     ↳ com.pdftron.pdf.ConversionOptions
       ↳ com.pdftron.pdf.WordToPDFOptions

Summary

Public Constructors
WordToPDFOptions()
Constructor.
WordToPDFOptions(String json_string)
Constructor.
Public Methods
String getLayoutResourcesPluginPath()
Gets the value LayoutResourcesPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
String getResourceDocPath()
Gets the value ResourceDocPath from the options object The path at which the a .docx resource document resides
String getSmartSubstitutionPluginPath()
Gets the value SmartSubstitutionPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
WordToPDFOptions setLayoutResourcesPluginPath(String value)
Sets the value for LayoutResourcesPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
WordToPDFOptions setResourceDocPath(String value)
Sets the value for ResourceDocPath in the options object The path at which the a .docx resource document resides
WordToPDFOptions setSmartSubstitutionPluginPath(String value)
Sets the value for SmartSubstitutionPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
[Expand]
Inherited Methods
From class com.pdftron.pdf.ConversionOptions
From class java.lang.Object

Public Constructors

public WordToPDFOptions ()

Constructor.

public WordToPDFOptions (String json_string)

Constructor.

Public Methods

public String getLayoutResourcesPluginPath ()

Gets the value LayoutResourcesPluginPath from the options object The path at which the pdftron-provided font resource plugin resides

Returns
  • a String, The path at which the pdftron-provided font resource plugin resides.

public String getResourceDocPath ()

Gets the value ResourceDocPath from the options object The path at which the a .docx resource document resides

Returns
  • a String, The path at which the a .docx resource document resides.

public String getSmartSubstitutionPluginPath ()

Gets the value SmartSubstitutionPluginPath from the options object The path at which the pdftron-provided font resource plugin resides

Returns
  • a String, The path at which the pdftron-provided font resource plugin resides.

public WordToPDFOptions setLayoutResourcesPluginPath (String value)

Sets the value for LayoutResourcesPluginPath in the options object The path at which the pdftron-provided font resource plugin resides

Parameters
value a String -- The path at which the pdftron-provided font resource plugin resides
Returns
  • this object, for call chaining

public WordToPDFOptions setResourceDocPath (String value)

Sets the value for ResourceDocPath in the options object The path at which the a .docx resource document resides

Parameters
value a String -- The path at which the a .docx resource document resides
Returns
  • this object, for call chaining

public WordToPDFOptions setSmartSubstitutionPluginPath (String value)

Sets the value for SmartSubstitutionPluginPath in the options object The path at which the pdftron-provided font resource plugin resides

Parameters
value a String -- The path at which the pdftron-provided font resource plugin resides
Returns
  • this object, for call chaining