HTMLReturn
public struct HTMLReturn : Codable, Equatable
The HTML converted from an input document.
-
The number of pages in the input document.
Declaration
Swift
public var numPages: String?
-
The author of the input document, if identified.
Declaration
Swift
public var author: String?
-
The publication date of the input document, if identified.
Declaration
Swift
public var publicationDate: String?
-
The title of the input document, if identified.
Declaration
Swift
public var title: String?
-
The HTML version of the input document.
Declaration
Swift
public var html: String?