Welcome Guest Search | Active Topics | Sign In | Register

EO.PDF: CSS3 counter not supported? Options
John B
Posted: Thursday, December 12, 2013 4:30:45 AM
Rank: Newbie
Groups: Member

Joined: 12/12/2013
Posts: 1
I am using the css3 counter feature to automatically number headings in my document similar to the way it is done here:

Code: CSS
h1:before { 
    content: counter(h1counter) ".\0000a0\0000a0";
    counter-increment: h1counter;
}
h1 {
    counter-reset: h2counter; 
}
h2:before {
    content: counter(h1counter) "." counter(h2counter) ".\0000a0\0000a0";
    counter-increment: h2counter;
}
h2 {
    counter-reset: h3counter; 
}


When I transform the HTML into PDF using EO.PDF, the numbering is lost. So I assume, the counter feature is not supported? Is it planned to add this and if so: when?

Thanks for looking into this issue already.

John
eo_support
Posted: Thursday, December 12, 2013 9:52:46 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

I do not believe this is supported in the current version. Hopefully next version we will be able to support this. Sorry about it!

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.