Click or drag to resize

OfficeToPDFOptions Class

Conversion options to be used when converting Office to PDF.
Inheritance Hierarchy
SystemObject
  pdftron.PDFOfficeToPDFOptions

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class OfficeToPDFOptions : IOptionsBase, 
	IConversionOptions

The OfficeToPDFOptions type exposes the following members.

Constructors
  NameDescription
Public methodOfficeToPDFOptions
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetApplyPageBreaksToSheet
Gets the value ApplyPageBreaksToSheet from the options object Whether we should split Excel workheets into pages so that the output resembles print output.
Public methodGetDict
Get the SDF/Cos object
Public methodGetDisplayChangeTracking
Gets the value DisplayChangeTracking from the options object If this option is true, will display office change tracking markup present in the document (i.e, red strikethrough of deleted content and underlining of new content). Otherwise displays the resolved document content, with no markup. Defaults to true.
Public methodGetExcelDefaultCellBorderWidth
Gets the value ExcelDefaultCellBorderWidth from the options object Cell border width for table cells that would normally be drawn with no border. In units of points. Can be used to achieve a similar effect to the "show gridlines" display option within Microsoft Excel.
Public methodGetExcelMaxAllowedCellCount
Gets the value ExcelMaxAllowedCellCount from the options object Conversion will throw an exception if the number of cells in a Microsoft Excel document is above the set MaxAllowedCellCount.Used for early termination of resource intensive conversions.Setting this value to 250000 will allow the vast majority of Excel documents to convert without issue, while keeping RAM usage to a reasonable level. By default there is no limit to the number of allowed cells.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInternalObj
Get the internal lightweight container of SDF objects
Public methodGetLayoutResourcesPluginPath
Gets the value LayoutResourcesPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
Public methodGetLocale
Gets the value Locale from the options object ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc.
Public methodGetResourceDocPath
Gets the value ResourceDocPath from the options object The path at which a .docx resource document resides
Public methodGetSmartSubstitutionPluginPath
Gets the value SmartSubstitutionPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
Public methodGetTemplateParamsJson
Gets the value TemplateParamsJson from the options object JSON string representing the data to be merged into a PDFTron office template
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetApplyPageBreaksToSheet
Sets the value for ApplyPageBreaksToSheet in the options object Whether we should split Excel workheets into pages so that the output resembles print output.
Public methodSetDisplayChangeTracking
Sets the value for DisplayChangeTracking in the options object If this option is true, will display office change tracking markup present in the document (i.e, red strikethrough of deleted content and underlining of new content). Otherwise displays the resolved document content, with no markup. Defaults to true.
Public methodSetExcelDefaultCellBorderWidth
Sets the value for ExcelDefaultCellBorderWidth in the options object Cell border width for table cells that would normally be drawn with no border. In units of points. Can be used to achieve a similar effect to the "show gridlines" display option within Microsoft Excel.
Public methodSetExcelMaxAllowedCellCount
Sets the value for ExcelMaxAllowedCellCount in the options object Conversion will throw an exception if the number of cells in a Microsoft Excel document is above the set MaxAllowedCellCount.Used for early termination of resource intensive conversions.Setting this value to 250000 will allow the vast majority of Excel documents to convert without issue, while keeping RAM usage to a reasonable level. By default there is no limit to the number of allowed cells.
Public methodSetLayoutResourcesPluginPath
Sets the value for LayoutResourcesPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
Public methodSetLocale
Sets the value for Locale in the options object ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc.
Public methodSetResourceDocPath
Sets the value for ResourceDocPath in the options object The path at which a .docx resource document resides
Public methodSetSmartSubstitutionPluginPath
Sets the value for SmartSubstitutionPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
Public methodSetTemplateParamsJson
Sets the value for TemplateParamsJson in the options object JSON string representing the data to be merged into a PDFTron office template
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also