Dear Sir ,
I am working developing report builder tool so we want to use third party tool to export our html page to pdf,word,ppt and excel so we use trial version of aspose .net component and it meets most of our requirements but our tool must support Arabic language so we found some css styles does not work as the following example:
@charset "UTF-8";
.arabicAlpha > li:nth-child(8n+1)::before {
content: "أ .";
margin-left: 0;
}
.arabicAlpha > li:nth-child(8n+2)::before {
content: "ب .";
margin-left: 0;
}
.arabicAlpha > li:nth-child(8n+3)::before {
content: "ج .";
margin-left: 0;
}
.arabicAlpha > li:nth-child(8n+4)::before {
content: "د .";
margin-left: 0;
}
.arabicAlpha > li:nth-child(8n+5)::before {
content: "ه .";
margin-left: 0;
}
.arabicAlpha > li:nth-child(8n+6)::before {
content: "و .";
margin-left: 0;
}
.arabicAlpha > li:nth-child(8n+7)::before {
content: "ز .";
margin-left: 0;
}
.arabicAlpha > li:nth-child(8n+8)::before {
content: "ح .";
margin-left: 0;
}
ol.noStyle { list-style-type: none; }
ol.lowerAlpha { list-style-type: lower-alpha; }
we expect that when we export it to pdf it display:
أ.اختبار
ب. اختبار
...
and so on
but we found that it display
1.اختبار
2.اختبار
and so on
could you help me to solve this issue?
thanks and best regards
Attiya Fathalla Mahmoud
Senior Web Developer
Atheeb Intergraph Company