Page 1 of 1
No frames visible in table cells in generated PDF file
Posted: Fri Feb 24, 2012 7:20 pm
by magyarcs
My problem is that I create tables i Oxygen, but table cell frames are not visible, and I cannot even find an option for it. Can you please help? Thanks. Csaba.
Re: No frames visible in table cells in generated PDF file
Posted: Fri Feb 24, 2012 8:49 pm
by adrian
Hello,
Can you please provide more details about your setup?
What type of XML document are you publishing to PDF(DocBook, DITA, custom)?
Are you using one of the built-in transformation scenarios?
Regards,
Adrian
Re: No frames visible in table cells in generated PDF file
Posted: Fri Feb 24, 2012 9:02 pm
by magyarcs
Hi Adrian,
I have Oxygen Author 12.2
PDF is generated from DITA.
Engine used for XSLT validation: Saxon 6.5.5 and Saxon-PE 9.3.0.5 (Document> Transformation> Transf Option)
I'm new to Oxygen, so let me know what other details you need to help me.
Thanks,Csaba.
Re: No frames visible in table cells in generated PDF file
Posted: Mon Feb 27, 2012 11:47 am
by Radu
Hi Csaba,
Basically on the <table> DITA element you should set the following attributes:
Code: Select all
<table frame="all" rowsep="1" colsep="1">
..............
Here are all table attributes explained in the DITA 1.2 specification:
http://docs.oasis-open.org/dita/v1.2/os ... table_attr
Regards,
Radu
Re: No frames visible in table cells in generated PDF file
Posted: Mon Feb 27, 2012 12:29 pm
by magyarcs
Radu,
Thanks a lot for the answer.
Regards,
Csaba