View Single Post
Old 06-28-2016, 02:50 AM   #1
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 564
Karma: 32228
Join Date: Feb 2012
Device: Onyx Boox Leaf
[Epub to PDF] Dropcap not kept

Dear all,

I used the following css to create dropcap effect, which works fine in Viewer (and some epub readers), however when I converted it to PDF, it became raised-cap only.
Code:
.drop {
  font-family: "Georgia", "Futura";
  font-size: 3em;
  position: static;
  float: left;
  border: 0;
  padding: 0.1em 0.1em 0.2em 0.1em;
  line-height: 0.8em;
}
I'm using Calibre 2.60, Windows 10 64bit.



Edit: From Viewer, I can print to PDF. The dropcap effect is ok but I can't set the custom page size

Are there any setting or work-around that I could use?


Last edited by nqk; 06-28-2016 at 03:43 AM.
nqk is offline   Reply With Quote