hummusRecipe
hummusRecipe copied to clipboard
how i can make tittle link?
i create text with links
pdf.text('https://www.google.com', 165, 722);
http://prntscr.com/joh4ah
its hyperlink how i can change title?
I am afraid that HummurRecipe does not have this feature yet. Text now only supports the markup annotation(underline, strike...). The link annotation is not implemented yet. The future api will be something like:
.rectangle(0, 0, width, height, {
color: [255, 0, 0],
link: 'http://google.com'
})
.text('Google', 'center', 150, {
link: 'https://google.com'
})
https://github.com/galkahana/HummusJS/blob/3533d7ae7187a4dc5136c9abed7e0deba091ee6c/src/deps/PDFWriter/DocumentContext.cpp#L1908
Next release soon?
Not yet, probably on July, I am pretty busy recently.
any updates on adding the "link" feature?
any updates on the possible next release date? thanks!
https://github.com/galkahana/HummusJS/issues/337
Any luck with this feature?
any updates on adding the "link" feature?