DocxToPdfConverter Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Performs DOCX to PDF conversion.
Inheritance Hierarchy
Bytescout.PDF.ConvertersDocxToPdfConverter
Namespace:Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax
The DocxToPdfConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocxToPdfConverter | Initializes a new instance of the DocxToPdfConverter class. | |
DocxToPdfConverter(String, String) | Initializes a new instance of the DocxToPdfConverter class. |
Properties
Name | Description | |
---|---|---|
DocumentTitle | Document title. | |
Footer | Additional text to place at the bottom of every converted page. | |
Header | Additional text to place at the top of every converted page. | |
Margins | Margins. | |
Orientation | Page orientation, portrait or landscape. | |
PageSize | Page size. | |
RegistrationKey | Registration key. | |
RegistrationName | Registration name. | |
TempFolder | Gets or sets the temporary folder path. By default the converter uses temporary folder returned by GetTempPath method. |
Methods
Name | Description | |
---|---|---|
ConvertDocxToPdf(Stream, Stream) | Performs DOCX to PDF conversion. | |
ConvertDocxToPdf(String, String) | Performs DOCX to PDF conversion. | |
Dispose | Releases resources. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also