for which I tried the evaluiation version: it allows you to install it locally and run it as a daemon (it's a copiled binary so unfortunately it's not possible to decompile it and inspect the code), and let you to use it as a local endpoint to convert a docx file through an http post request.
In the converted PDF meta infomations (author) there's the string 'Skia'. I know that the meta information can be dited, but mayble someone here can tell me if there's a way to use skia as a conversion tool and point me to some example.
Thanks everyone
L
Ryan Gonzalez
unread,
Mar 3, 2018, 4:56:48 PM3/3/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-d...@googlegroups.com
They might be using Skia to render the PDF, but they would still have
to take the .docx file and draw it; that's usually the hard part!