Thomas Weidner
Thomas Weidner
Hi, I just started playing with dvisvgm and came across the same idea as presented here. Is the problem with dvi character codes vs unicode also present when using fontspec?...
What about a slight different proposal: pdf2htmlEX is a tool to convert pdf files to html. In order to deal with fonts embeded in the PDF file, they generate custom...
I hacked a bit font support using fontforge. I don't know if the generation is really correct, but maybe it is a good starting point. You can have a look...
Thanks a lot for looking into this! That does work for me, the output is ``` [0xc0000b4240] [0xc0000b42a0] ``` so, two different nodes, that looks correct. Testing it in python...
Thanks for taking a deep look into this. XML standards are hard. Your reply has basically two parts, let me answer both of them below. Disclaimer: I understand that this...
@metasim Okay here is my brain dump on this topic, sorry if it is a bit unstructured. There are a few functions that I missed, `MakeValid` is one of them,...
This is a newish proto3 feature: https://github.com/protocolbuffers/protobuf/blob/v3.12.0/docs/field_presence.md. The addresses the issue that you cannot tell in proto3 whether a scalar field was not set at all or set to its...
@k-bx Hi Kostia, unfortunately, I don't think I'll find time to work on this any time soon. I think this would be a nice little project to get to know...