Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DITA-OT 1.8.5 将 DITA 转换为 PDF 用于阿拉伯语输入文件。
在我得到转换后,我得到了 PDF 输出的从左到右对齐的视图。
我需要从右到左对齐右缩进,
请建议我使用 DITA-OT 的org.dita.pdf2插件的编码。我需要更改以获得输出的镜像反射。提前致谢
文档的根元素是否将@xml:lang 属性设置为ar-sa?如果没有,请先尝试。否则,您必须设置一个覆盖来为所有块设置 text-align 属性。但是,我怀疑您没有正确设置 @xml:lang 属性。