Where can I find an iText xml reference?

风流意气都作罢 提交于 2019-12-23 10:57:12

问题


I am evaluating the use of RazorPDF as our reporting solution. For some reason, I cannot find any iText XML reference, beside a few examples. There are plenty of example for the Java or C# API, but nothing regarding the XML itself.

Does such reference exists or do I have to figure it our from the examples?


回答1:


Please read Where can I find itext.dtd?

I'm the original developer of iText and I'm also the one who once upon a time, long ago, wrote the DTD for the iText XML files. That was even before XSD existed, so it's a really long time ago!

Support for this DTD has been removed from iText (I believe that was about when my first book was released in 2006) in favor of other ways to convert XML to PDF. It's very surprising to see that obsolete XML appear in something called RazorPDF.

In any case: I'm the CEO of the iText group, responsible for iText and iTextSharp, and I don't know anything about RazorPDF. I'm pretty sure RazorPDF uses a mighty old version of iText and my answer to this question explains why it shouldn't: https://stackoverflow.com/questions/25696851/can-itext-2-1-7-or-earlier-can-be-used-commercially



来源:https://stackoverflow.com/questions/16107011/where-can-i-find-an-itext-xml-reference

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!