![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents excel to pdf converter. More...
Public Member Functions | |
| ExcelToPdfConverter () | |
| Initializes a new instance of the ExcelToPdfConverter class. More... | |
| override void | Convert () |
| Converts this instance. More... | |
| 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... | |
| virtual ConversionStatus | ConvertTo (String fullpath, bool overwrite) |
| Converts to. More... | |
| void | ClearSourceFiles () |
| Clears the source files. | |
Static Public Member Functions | |
| static ConversionStatus | Convert (String sourceFileName, String destinationFileName) |
| Converts the specified source file name. More... | |
| static ConversionStatus | Convert (String sourceFileName, String destinationFileName, bool overwrite) |
| Converts the specified source file name. More... | |
Properties | |
| bool | IgnorePrintAreas [getset] |
| Gets or sets a value indicating whether ignore print areas. More... | |
| PageRange | PageRange [getset] |
| Gets or sets the page range. More... | |
| 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 excel to pdf converter.
| SolidFramework.Pdf.Converters.ExcelToPdfConverter.ExcelToPdfConverter | ( | ) |
Initializes a new instance of the ExcelToPdfConverter class.
| System.InvalidOperationException |
|
inherited |
Adds the source file.
| path | The path. |
| System.IO.FileNotFoundException |
|
inherited |
Adds the source files.
| paths | The paths. |
|
virtual |
Converts this instance.
| System.InvalidOperationException |
Reimplemented from SolidFramework.Pdf.Converters.Plumbing.OfficeToPdfConverter.
|
static |
Converts the specified source file name.
| sourceFileName | Name of the source file. |
| destinationFileName | Name of the dest file. |
|
static |
Converts the specified source file name.
| sourceFileName | Name of the source file. |
| destinationFileName | Name of the dest file. |
| overwrite | if set to true [overwrite]. |
|
inherited |
Converts to.
|
inherited |
Converts to.
| fullpath | The fullpath. |
|
virtualinherited |
Converts to.
| fullpath | The fullpath. |
| overwrite | if set to true [overwrite]. |
| System.InvalidOperationException |
|
getsetinherited |
Gets or sets a value indicating whether this OfficeToPdfConverter is combine.
true if combine; otherwise, false.
|
getsetinherited |
Gets or sets a value indicating whether document properties.
true if document properties; otherwise, false.
|
getset |
Gets or sets a value indicating whether ignore print areas.
true if ignore print areas; otherwise, false.
|
getsetinherited |
Gets or sets a value indicating whether optimize for size.
true if optimize for size; otherwise, false.
|
getsetinherited |
Gets or sets the output directory.
The output directory.
|
getsetinherited |
Gets or sets the overwrite mode.
The overwrite mode.
|
getset |
Gets or sets the page range.
The page range.
|
getsetinherited |
Gets or sets the password.
The password.
|
getinherited |
Gets the results.
The results.
|
getsetinherited |
Gets or sets the source directory.
The source directory.
|
getsetinherited |
Gets or sets the source file extension.
The source file extension.