PdfToMarkdownConverter Class |
Namespace: Spire.Pdf.Conversion
The PdfToMarkdownConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfToMarkdownConverter |
Initializes a new instance of the
PdfToMarkdownConverter
class
|
![]() |
PdfToMarkdownConverter(Stream) |
Construct a new converter.
|
![]() |
PdfToMarkdownConverter(String) |
Construct a new converter.
|
![]() |
PdfToMarkdownConverter(Stream, String) |
Construct a new converter.
|
![]() |
PdfToMarkdownConverter(String, String) |
Construct a new converter.
|
Name | Description | |
---|---|---|
![]() |
MarkdownOptions |
whether to convert the image in pdf to markdown.
|
Name | Description | |
---|---|---|
![]() |
ConvertToMarkdown(Stream) |
Convert to markdown stream.
|
![]() |
ConvertToMarkdown(String) |
Convert to markdown document.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|