epub to pdf converion and @media print
I have not been successful in putting a stylesheet command in the epub editor which (1) has no effect in the EPUB viewer but (2) works in the PDF conversion. I'm compressing line height as needed to get rid of single lines left over at the end of chapters in PDFs. Normal line height is 1.3 but @media print { .l1 {line-height:1 ; }} is ignored during conversion to PDF. Is there a trick to this? Maybe the instruction is wrong? Best regards, Pop
|