![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents word to pdf converter. More...
Public Member Functions | |
WordToPdfConverter () | |
Initializes a new instance of the WordToPdfConverter 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 | |
Bookmarks | Bookmarks [getset] |
Gets or sets the bookmarks. More... | |
bool | Comments [getset] |
Gets or sets a value indicating whether this WordToPdfConverter is comments. More... | |
bool | PdfA [getset] |
Gets or sets a value indicating whether this WordToPdfConverter is PdfA. More... | |
bool | Tagged [getset] |
Gets or sets a value indicating whether this WordToPdfConverter is tagged. 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 word to pdf converter.
SolidFramework.Pdf.Converters.WordToPdfConverter.WordToPdfConverter | ( | ) |
Initializes a new instance of the WordToPdfConverter 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 |
|
getset |
Gets or sets the bookmarks.
The bookmarks.
|
getsetinherited |
Gets or sets a value indicating whether this OfficeToPdfConverter is combine.
true
if combine; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this WordToPdfConverter is comments.
true
if comments; otherwise, false
.
|
getsetinherited |
Gets or sets a value indicating whether document properties.
true
if document properties; 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.
|
getset |
Gets or sets a value indicating whether this WordToPdfConverter is PdfA.
true
if PdfA; otherwise, false
.
|
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.
|
getset |
Gets or sets a value indicating whether this WordToPdfConverter is tagged.
true
if tagged; otherwise, false
.