You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add support for rendering PDFs at some point, which will be useful generally and for apps like Cogent Mail and Cogent Author. We could either render PDFs as images, render them as Cogent Core widgets, or convert them to HTML and then render them through htmlcore. We will also need to create PDFs in Cogent Canvas, Cogent Docs, Cogent Slides, etc at some point. Potentially relevant packages:
Describe the feature
We should add support for rendering PDFs at some point, which will be useful generally and for apps like Cogent Mail and Cogent Author. We could either render PDFs as images, render them as Cogent Core widgets, or convert them to HTML and then render them through
htmlcore
. We will also need to create PDFs in Cogent Canvas, Cogent Docs, Cogent Slides, etc at some point. Potentially relevant packages:The only packages with full functionality use CGO (like
go-fitz
above).Relevant code
No response
The text was updated successfully, but these errors were encountered: