Li Wei
Li Wei
Hello: It can be done by simply saving the generated file as xxxx.doc. Word could open it automatically. PDF is not supported by MaltReport itself.
The answer is no, MaltReport can not convert the xml format to the binary .doc format. But for normal usage, the renaming way is fine, .xml format is a xml...
这个不是太确定有这个需求,因为项目的设计原则就是尽量做成所见即所得的模板工具,一切以模板为准。
Hello: Sorry for the late response. Image rendering with MaltReport 2.1.1 has some serious issues, please try 3.x preview, it's stable enough to works with ODT/ODS. MaltReport 3.x supports .NET...
Yes, the master branch is 3.x, or you can install lib from nuget: https://www.nuget.org/packages/MaltReport2/3.0.0-beta-7
Hello The short answer is yes. Please try the beta version for using liquid syntax. 
I'm studying it too. Hopefully I can make a contribution in later days. FYI, the paper can be downloaded from author's home page: [https://people.kth.se/~Ecyang/](https://people.kth.se/%7Ecyang/)
Finally, I have implemented the UBODT algorithm in my .NET port (https://github.com/oldrev/mapmatchingkit) of Barefoot successfully. But sadly it not that fast as the paper described :) The UBODT does a...
**Q: What's the maximum speedup you gained?** Benchmark shows that in the simple shortest path searching the UBODT is ~16x faster than the naive Dijkstra algorithm. But when I try...
Hi, the answer is not that hard, you could do it by implements your own RoadReader interface. Copy and modify the PostGISReader class is a good start.