C# 如何在Docx4j.net中禁用Plutext?

C# 如何在Docx4j.net中禁用Plutext?,c#,.net,docx,docx4j,tableofcontents,C#,.net,Docx,Docx4j,Tableofcontents,我正在尝试运行TOC Update exmaple,但每当我尝试生成带有编号的TOC时,总是会出现以下错误: [INFO] org.docx4j.Docx4J - org.docx4j.convert.out.fo.FOExporterVisitor not found; if you want it, add docx4j-export-FO to your path. Doing so will disable Plutext's PDF Converter./norg.docx4j.

我正在尝试运行TOC Update exmaple,但每当我尝试生成带有编号的TOC时,总是会出现以下错误:

[INFO]  org.docx4j.Docx4J - org.docx4j.convert.out.fo.FOExporterVisitor not found; 
if you want it, add docx4j-export-FO to your path. Doing so will disable Plutext's 
PDF Converter./norg.docx4j.convert.out.fo.FOExporterVisitor
[INFO]  org.docx4j.jaxb.NamespacePrefixMapperUtils - Using NamespacePrefixMapper 
RelationshipsPartSunInternal, which is suitable for Java 6

Looks like you have the wrong host in your endpoint URL 'http://convertereval.plutext.com:80/v1/00000000-0000-0000-0000-000000000000/convert'

据我所知,禁用Plutext的转换器就足够了。问题是我无法实现这一点——我尝试将docx4j-export-fo.jar添加到path中,但没有帮助。请告诉我如何才能让它工作

看起来现在没有docx4j导出fo dll,因此如果您想要ToC页码,最好是在本地安装转换器,然后使用属性文件指向它