public class WordToPdfConverter| WordToPdfConverter | Initializes a new instance of the WordToPdfConverter class with default options |
| DigitalSignature | The digital signature to apply to generated PDF document |
| PdfDocumentInfo | Gets a reference to the object to controlling the generated PDF document information like the document title, author, subject or creation date |
| PdfDocumentOptions | Gets a reference to the object controlling the conversion process and the generated PDF document properties like PDF document margins, PDF page size and orientation, PDF document header and footer |
| PdfSecurityOptions | Gets a reference to the object to controlling the generated PDF document security settings like user and owner password, restrict printing or editing of the generated PDF document. |
| PdfViewerPreferences | Gets a reference to the object controlling how the generated PDF is displayed by a PDF viewer. |
| ProcessPageBreakMarks | Gets or sets a value indicating whether page break marks from Word documents should be processed and rendered in the output PDF. The default value is true. |
| WordLoaderFilePath | Sets the full path of Word loader file |
| ConvertToPdf(Byte) | Converts a Word document to a PDF byte array. The input must be a valid DOCX file provided as a byte array. The resulting PDF content is returned as a byte array, which can be saved, streamed or transmitted as needed. |
| ConvertToPdf(String) | Converts a Word file from the specified file path to a PDF byte array. The input file must be a valid DOCX format document. The resulting PDF content is returned as a byte array, which can be saved to disk, sent over a network, or written directly to a response stream. |
| ConvertToPdfFile(Byte, String) | Converts a Word document from a byte array to PDF and saves the result to a specified file path |
| ConvertToPdfFile(String, String) | Converts a Word document from a file path to PDF and saves the result to a specified file path |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |