Hi,
I was just exploring the “Vivliostyle viewer”, it is really great to use. I need a help in certain areas to explore more.
1. CSS page media has limited ability to use header and footer area to load rich contents like images and text with formatting. Is there any way to achieve this in “Vivliostyle viewer”.
Below coding not supported in “Vivliostyle viewer”.
<footer>
<p>sample footer 1 <b>text</b></p>
<p><i>sasa</i></p>
<img src=”little.jpg”/>
</footer>
footer{ position: running(header);}
@bottom-right{
padding-top: 0mm; font-size: 8pt; line-height: 10pt;
content: element(header);
font: 8.5pt "MyriadPro-Regular", Times, serif;
}
2. Is there any way to achieve floats image or tables. To place image or tables in page top or page bottom with out affecting the text flow in pages.
3. I am using OTF fonts “STIX” which is converted to “type3” when generating PDF. Any options to preserve fonts in PDF or am I missing any configuration update.
Anjan Ram Kumar
Live and Let Live
--
You received this message because you are subscribed to the Google Groups "Vivliostyle Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vivliostyle+unsubscribe@googlegroups.com.
To post to this group, send email to vivli...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vivliostyle/75d1b935-3a4f-484d-8eca-26e8aa036500%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 2016/11/18, at 15:47, Anjan Ram Kumar <anjanram...@gmail.com> wrote:1. CSS page media has limited ability to use header and footer area to load rich contents like images and text with formatting. Is there any way to achieve this in “Vivliostyle viewer”.
Below coding not supported in “Vivliostyle viewer”.
<footer>
<p>sample footer 1 <b>text</b></p>
<p><i>sasa</i></p>
<img src=”little.jpg”/>
</footer>
footer{ position: running(header);}
@bottom-right{
padding-top: 0mm; font-size: 8pt; line-height: 10pt;
content: element(header);
font: 8.5pt "MyriadPro-Regular", Times, serif;
}
2. Is there any way to achieve floats image or tables. To place image or tables in page top or page bottom with out affecting the text flow in pages.
3. I am using OTF fonts “STIX” which is converted to “type3” when generating PDF. Any options to preserve fonts in PDF or am I missing any configuration update.