Hi Jason,
I have started to add support for the tl2br and tr2bl cell borders to the XSLFO pdf creator.
I've extended the propertyFactory, added two new classes to the new org.docx4j.model.properties.table and I tried to extend the fop.xsd. Unfortunatly it is not working yet and gives me the following exception:
org.docx4j.openpackaging.exceptions.Docx4JException: FOP issues
at org.docx4j.convert.out.pdf.viaXSLFO.Conversion.output(Conversion.java:357)
at PdfGenerator.main(PdfGenerator.java:34)
Caused by: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:table-cell": border-tl2br-color (Siehe Position 11:630)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:502)
at org.docx4j.convert.out.pdf.viaXSLFO.Conversion.output(Conversion.java:350) ...