1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-23 00:28:10 +02:00

Implement PDF function, closes #20 (#114)

This commit is contained in:
Paul
2018-10-14 00:12:46 +02:00
committed by Tim Voronov
parent 5d0d9ec537
commit 2417be3f9d
3 changed files with 259 additions and 15 deletions

View File

@ -33,5 +33,6 @@ func NewLib() map[string]core.Function {
"INNER_TEXT": InnerText,
"INNER_TEXT_ALL": InnerTextAll,
"SCREENSHOT": Screenshot,
"PDF": PDF,
}
}