![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents office to pdf converter. More...
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< IConversionResult > | Results [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... | |
Represents office to pdf converter.
void SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.AddSourceFile | ( | String | path | ) |
Adds the source file.
path | The path. |
System.IO.FileNotFoundException |
void SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.AddSourceFiles | ( | ReadOnlyCollection< String > | paths | ) |
Adds the source files.
paths | The paths. |
|
virtual |
Converts this instance.
Reimplemented in SolidFramework.Pdf.Converters.ExcelToPdfConverter, SolidFramework.Pdf.Converters.PowerPointToPdfConverter, and SolidFramework.Pdf.Converters.WordToPdfConverter.
ConversionStatus SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.ConvertTo | ( | ) |
Converts to.
ConversionStatus SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.ConvertTo | ( | String | fullpath | ) |
Converts to.
fullpath | The fullpath. |
|
virtual |
Converts to.
fullpath | The fullpath. |
overwrite | if set to true [overwrite]. |
System.InvalidOperationException |
|
getset |
Gets or sets a value indicating whether this OfficeToPdfConverter is combine.
true
if combine; otherwise, false
.
|
getset |
Gets or sets a value indicating whether document properties.
true
if document properties; otherwise, false
.
|
getset |
Gets or sets a value indicating whether optimize for size.
true
if optimize for size; otherwise, false
.
|
getset |
Gets or sets the output directory.
The output directory.
|
getset |
Gets or sets the overwrite mode.
The overwrite mode.
|
getset |
Gets or sets the password.
The password.
|
get |
Gets the results.
The results.
|
getset |
Gets or sets the source directory.
The source directory.
|
getset |
Gets or sets the source file extension.
The source file extension.