Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Search Forums

Welcome to the MobileRead Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.

By joining our free community today, you will have fewer ads, access to post topics, communicate privately with other members, respond to polls, upload content and access many other special features.

If you have any problems with the registration process or your account login, please feel free to contact us contact us.

The MobileRead Team


Notices

Showing results 1 to 17 of 17 - Search took 0.00 seconds. Search: Posts Made By: iliakan
Forum: Conversion 10-11-2018, 04:51 PM
Replies: 2
Views: 489
Posted By iliakan
Oh I see that's "css flattening". Totally...

Oh I see that's "css flattening".

Totally breaks my book. No way to disable it, right?
Forum: Conversion 10-11-2018, 02:44 PM
Replies: 2
Views: 489
Posted By iliakan
html2epub: classes changed/removed

I have classes, like this:


<main class="main formatted">
<div data-trusted="1" class="code-example" data-highlight-block="0-0,3-4">
<div class="codebox code-example__codebox">
...
Forum: Conversion 02-11-2015, 09:03 AM
Replies: 1
Views: 561
Posted By iliakan
Allow / inside fragment identifier

From http://tools.ietf.org/html/rfc3986:


Ebook conversion filters fragment identifiers in a too harsh way:...
Forum: Conversion 01-24-2015, 03:27 AM
Replies: 10
Views: 1,750
Posted By iliakan
Maybe it could be a great move to enable svg...

Maybe it could be a great move to enable svg rasterizer then?

I know it's done for some formats, but not for ebook. If I have a CSS-styled SVG, then must rasterize it to show up correctly...
Forum: Conversion 01-23-2015, 06:22 PM
Replies: 10
Views: 1,750
Posted By iliakan
If one removes the offending properties, the CSS...

If one removes the offending properties, the CSS becomes valid, but the conversion issue still exists as you can see looking into the epub source (the rule disappears).
Forum: Conversion 01-23-2015, 05:57 PM
Replies: 10
Views: 1,750
Posted By iliakan
I added the "color" property to the style of the...

I added the "color" property to the style of the original HTML-document above:

.link {
fill: none;
stroke: #BEC3C7;
stroke-width: 1px;
color: red;
}
Forum: Conversion 01-23-2015, 04:53 PM
Replies: 10
Views: 1,750
Posted By iliakan
When I add the rule manually rezipping the epub,...

When I add the rule manually rezipping the epub, everything's fine (iBooks).

Check it out: http://ilyakantor.ru/b.epub.zip

The problem is that the rule is *removed* from CSS completely by...
Forum: Conversion 01-23-2015, 04:20 PM
Replies: 10
Views: 1,750
Posted By iliakan
Oh, and the ebook-convert log, as required when...

Oh, and the ebook-convert log, as required when asking a question (but everything's normal here)

iliakan> /Applications/calibre.app/Contents/MacOS/ebook-convert book.html book.epub...
Forum: Conversion 01-23-2015, 04:17 PM
Replies: 10
Views: 1,750
Posted By iliakan
Lightbulb ebook-convert cuts svg styles: what can I do?

For example, the HTML:

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<style>

.link {
fill: none;
Forum: Conversion 01-15-2015, 06:15 AM
Replies: 1
Views: 606
Posted By iliakan
HTML to EPUB conversion breaks styles

I had the structure like this (writing only classes):

.balance
.balance__pluses
.balance__content
.balance__list
.balance__minuses
.balance__content
.balance__list
Forum: Conversion 01-12-2015, 03:29 AM
Replies: 2
Views: 802
Posted By iliakan
Please consider the question solved. For...

Please consider the question solved.

For others who meet the similar problem: that was iBooks bug.

Actually I met 2 iBooks bugs:

1) Custom font char with low char code (like ! replaced with...
Forum: Conversion 01-11-2015, 12:10 PM
Replies: 2
Views: 802
Posted By iliakan
@font-face is not embedded

Sorry for the 3rd similar topic, but I'm struggling with embedding the custom font for the whole day and even more.

Again tried to make the problem as simple as possible.

Right now I have the...
Forum: Conversion 01-11-2015, 07:25 AM
Replies: 1
Views: 731
Posted By iliakan
Font from extra-css is not looked-up correctly

When @font-face is in external css, it is not embedded correctly.

I tried to make the examples as simple as possible.

html file 1.html:

<div class="font-test">!</div>


css file my.css:
Forum: Conversion 01-11-2015, 04:00 AM
Replies: 6
Views: 1,733
Posted By iliakan
Epub conversion does not embed WOFF font

My CSS rule is as follows:

@font-face {
font-family: 'FontIcons';
src: url("icons.woff") format('woff');
font-weight: normal;
font-style: normal;
}
Forum: Conversion 01-05-2015, 02:56 PM
Replies: 3
Views: 1,431
Posted By iliakan
Thanks a lot, Kovid! Magically, it worked! ...

Thanks a lot, Kovid! Magically, it worked!

By the way, why the h: prefix?

In Chrome and Firefox, I just use XPath //h2 and it works.
Forum: Conversion 01-04-2015, 01:41 PM
Replies: 3
Views: 1,431
Posted By iliakan
P.S. The actual title should be "html does not...

P.S. The actual title should be "html does not generate TOC", sorry, somehow it got cut.
Forum: Conversion 01-04-2015, 01:40 PM
Replies: 3
Views: 1,431
Posted By iliakan
Lightbulb html does not generate TOC

The file is:

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT -4. The time now is 10:39 PM.


MobileRead.com is a privately owned, operated and funded community.