Add PDF writer.
This commit is contained in:
parent
c05b7b6315
commit
9c116b1efd
72 changed files with 1819 additions and 114 deletions
|
@ -6,9 +6,10 @@ class HtmlDocument : public XmlDocument
|
|||
{
|
||||
public:
|
||||
|
||||
HtmlDocument();
|
||||
HtmlDocument();
|
||||
|
||||
static std::shared_ptr<HtmlDocument> Create();
|
||||
|
||||
static std::shared_ptr<HtmlDocument> Create();
|
||||
};
|
||||
|
||||
using HtmlDocumentPtr = std::shared_ptr<HtmlDocument>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue