Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Properties | List of all members
SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter Class Referenceabstract

Represents office to pdf converter. More...

Inheritance diagram for SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter:
SolidFramework.Pdf.Converters.ExcelToPdfConverter SolidFramework.Pdf.Converters.PowerPointToPdfConverter SolidFramework.Pdf.Converters.WordToPdfConverter

Public Member Functions

void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 
void AddSourceFile (String path)
 Adds the source file. More...
 
void AddSourceFiles (ReadOnlyCollection< String > paths)
 Adds the source files. More...
 
ConversionStatus ConvertTo ()
 Converts to. More...
 
ConversionStatus ConvertTo (String fullpath)
 Converts to. More...
 
void ClearSourceFiles ()
 Clears the source files.
 
virtual ConversionStatus ConvertTo (String fullpath, bool overwrite)
 Converts to. More...
 
virtual void Convert ()
 Converts this instance. More...
 

Properties

bool OptimizeForSize [getset]
 Gets or sets a value indicating whether optimize for size. More...
 
bool DocumentProperties [getset]
 Gets or sets a value indicating whether document properties. More...
 
bool Combine [getset]
 Gets or sets a value indicating whether this OfficeToPdfConverter is combine. More...
 
String Password [getset]
 Gets or sets the password. More...
 
ReadOnlyCollection< IConversionResultResults [get]
 Gets the results. More...
 
OverwriteMode OverwriteMode [getset]
 Gets or sets the overwrite mode. More...
 
String SourceDirectory [getset]
 Gets or sets the source directory. More...
 
String OutputDirectory [getset]
 Gets or sets the output directory. More...
 
String SourceFileExtension [getset]
 Gets or sets the source file extension. More...
 

Detailed Description

Represents office to pdf converter.

Member Function Documentation

◆ AddSourceFile()

void SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.AddSourceFile ( String  path)

Adds the source file.

Parameters
pathThe path.
Exceptions
System.IO.FileNotFoundException

◆ AddSourceFiles()

void SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.AddSourceFiles ( ReadOnlyCollection< String >  paths)

Adds the source files.

Parameters
pathsThe paths.

◆ Convert()

virtual void SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.Convert ( )
virtual

◆ ConvertTo() [1/3]

ConversionStatus SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.ConvertTo ( )

Converts to.

Returns

◆ ConvertTo() [2/3]

ConversionStatus SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.ConvertTo ( String  fullpath)

Converts to.

Parameters
fullpathThe fullpath.
Returns

◆ ConvertTo() [3/3]

virtual ConversionStatus SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.ConvertTo ( String  fullpath,
bool  overwrite 
)
virtual

Converts to.

Parameters
fullpathThe fullpath.
overwriteif set to true [overwrite].
Returns
Exceptions
System.InvalidOperationException

Property Documentation

◆ Combine

bool SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.Combine
getset

Gets or sets a value indicating whether this OfficeToPdfConverter is combine.

true if combine; otherwise, false.

◆ DocumentProperties

bool SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.DocumentProperties
getset

Gets or sets a value indicating whether document properties.

true if document properties; otherwise, false.

◆ OptimizeForSize

bool SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.OptimizeForSize
getset

Gets or sets a value indicating whether optimize for size.

true if optimize for size; otherwise, false.

◆ OutputDirectory

String SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.OutputDirectory
getset

Gets or sets the output directory.

The output directory.

◆ OverwriteMode

OverwriteMode SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.OverwriteMode
getset

Gets or sets the overwrite mode.

The overwrite mode.

◆ Password

String SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.Password
getset

Gets or sets the password.

The password.

◆ Results

ReadOnlyCollection<IConversionResult> SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.Results
get

Gets the results.

The results.

◆ SourceDirectory

String SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.SourceDirectory
getset

Gets or sets the source directory.

The source directory.

◆ SourceFileExtension

String SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.SourceFileExtension
getset

Gets or sets the source file extension.

The source file extension.