Fonts in EPUB files

When I generate output as an eBook, the results do not use the correct fonts.  I assume I need to embed the fonts somehow, but I have not been able to find a way to do this. 
The font names are listed in the .css file, so I don't think that's the problem.
I'm using RoboHelp 10, and using EPUB3 as the eBook format.

Also, I wanted to mention: although embedding the font allowed paragraphs defined with the font to work properly in ibooks, character formatting using the same font did not work. I had to also perform the following to make the character formatting work. I think this is in an issue in ibooks only. It worked nicely on an Android device. I wanted to add this information in case it is helpful for others:
1. Create a file named: com.apple.ibooks.display-options.xml, which includes the following lines:
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>
2. After creating your epub file, change the .epub file extension to .zip and unzip the file.
3. Copy the com.apple.ibooks.display-options.xml file into the META-INF folder of the epub file structure.
4. Open the content.opf file and declare the com.apple.ibooks.display-options.xml file, like so:
<item href="/META-INF/com.apple.ibooks.display-options.xml" id="caido" media-type="application/xhtml+xml"/>
5. Use a utility, such as ePubPack (it's free) to compress the files into an epub. You should use a utility, because simply rezipping the epub files and changing the extension back to epub may not work (some files in the epub need to remain uncompressed).
It would be nice if Robohelp did this automatically. Apparently InDesign does this automatically (that's what I read on a blog posting, but I can't confirm that since I don't use InDesign).
Message was edited by: SueC2009

Similar Messages

  • How to keep Korean fonts when converting .pages file to .epub file

    Hi, I am also asking about embedding Korean fonts other than English when converting .pages file to .epub file.
    I really like to use application for Mac in order to make certain file format for e-books though there seems to be some problem that should be improved.
    Please answer to my question and help me to find the best way to make .epub file with Mac.
    37Fides

    You should have no problem keeping your text in Korean when you convert to .epub from .pages.  Are  you saying that the Korean is converted to something else?   Please provide more details about what is not working the way you want.
    Pages can't embed fonts, you would have to use another app.  But there is no need to embed fonts to create Korean books.

  • Help with numbering lists in Indesign CS5.5 for epub file

    I am working with a book in Indesign CS5.5 to export it as an epub file. I have been working on formatting the text and I have run into a small problem. Throughout the book there are multiple lists within the texts that need to be numbered. Each list, however, must start over at number 1 and not be continued on from the previous list. The lists are all unrelated and I need them to be completely separate. I used "Type", "Bullets and Numbering", then "Apply Numbering" to begin with. This had each list in the correct order. However, I also created a paragraph style with the correct font, size, indentation, and spacing that must be applied to all the lists before exporting. When I do this, everything keeps its correct formatting except that some of the lists continue their numbering from the previous list. For example, on page 1 I might have a list of four things all formatted correctly and number 1 through 4. On page 3, I have another list, of completely unrelated items. I therefore would like this list to be started over at number 1, but when I apply the paragraph style to it, it starts at 5, picking up where the last list left off. I need to keep these as the assigned paragraph style but it messes up the numbering. If anyone could help me figure out how to keep this from happening I would greatly appreciate it!

    If you don't mind cracking open the ePub and editing template.css, then adding rules like:
    h2 {
              page-break-before: always;
    should force each paragraph whose style is mapped to an h2 tag on to a new page. Whether or not it works will depend on how good the ePub reader is at implementing CSS. It seems to work for Digital Editions and also Kindle, if you convert ePub to Kindle format.
    This doesn't help at all if you are trying to force sections into separate XHTML files, though.

  • Why does embedding Adobe fonts in EPUB cause all text to display as oblique?

    I have been having this problem for a while now to various degrees, and I stopped using InDesign to build and export EPUB files for a long time because of it. Lately I have decided to try reintroducing InDesign into my EPUB workflow. However, I have found that whenever I try to export an EPUB 2 file from InDesign CC 2014.1 while embedding Adobe fonts, all the text in the EPUB displays as oblique when I open the resulting file in Sigil or Calibre. Removing and then re-adding the fonts with no obfuscation does not correct the issue. Not embedding the fonts during export -- or removing them from the EPUB entirely -- eliminates the display problem, but obviously I can't expect people to have these fonts installed on their computers.
    I do believe most Adobe font licenses allow for embedding, so I don't think this is a security issue. For the sake of this discussion the issue I am having is with Arno Pro OTF (Regular, Italic, Bold).
    I can't find anything about this on the web. Can anyone help me with this issue, or has anyone else experienced this at least?
    Thanks!
    Allen

    Here's another piece of information to add to the puzzle. The first screenshot is from Calibre on an PC with Windows 8.1 (using Google Chrome as default search engine). The second is from Calibre on a Mac with Yosemite 10.10.1 (using Safari 8.0.2 as default search engine). Both with the same ePub file created on CC2014 on the Mac using Arno Pro for the Latin text, Adobe Song for Chinese, and Deja Vu Sans for the Hexagram

  • Small caps not displaying correctly in the ePub file

    Hello All,
    I am using cs5.5 to generate ePub file, and I found that small caps contents not displaying correctly in the generated ePub file even the CSS looks correct. Please check and confirm, if anyone faced this issue? Also other formatting components are looks fine in the ePub file.
    Thanks,
    Praveen

    @Jongware/Bob, thanks for your responses, I checked the ePub output using 'Adobe Digital Editions', and getting the same issue in 'Calibre', but in 'Sigil', it looks fine.
    In CSS it has been declared like below:
    span.SmallCaps { 
    font-variant : small-caps;
    Here 'SmallCaps' is the character style applied for the 'small caps' contents.
    Thanks,
    Praveen

  • Editing XML in ePub files (also posted in ID forum)

    Hi all
    I posted this in the InDesign forum a few days ago but got no response, so I'm trying here. My apologies for the double-up.
    I'm about to start preparing ePUB files (from InDesign CS4) for a particular distributor whose instructions state:
    "Text encoding should all be in UTF-8 (this can be checked in the OPF, the first line should be “<?xml version="1.0" encoding="UTF-8" ?>” ".
    When I check my initial test files using PDFXML Inspector (with pretty printing turned off — thanks Gabriel Powell) the first line states only “<?xml version="1.0"?>”.
    I ran a test by simply adding the "encoding="UTF-8""  bit to that line and everything seems to work fine in Calibre and Digital Editions (as it did with the unedited version — there seems to be no difference).
    BUT, is this the correct way to do things or am I inadvertently setting myself up for disaster?
    Does InDesign automatically export with text encoded as UTF-8 — or some other format?
    Are there other settings in InDesign which alter the way text is encoded and the XML is generated?
    AND — my other question...
    This distributor is also asking for additional metadata entries.
    Can I integrate them anywhere within the metadata or are there particular ordering protocols that need to be adhered to?
    As you can see, I'm an XML ignoranti and any assistance will be most gratefully received.
    d.

    Hi Frances,
    Please be aware that I have not got any ePubs to the retail stage as yet, I was working flatout on a bunch of ePubs for a few months when the project got put on the backburner — so my experience is limited.
    I'm not sure what your process is, but InDesign CS4 does an OK job of creating ePubs — just so long as you set the files up correctly (eg. the easiest way to get page breaks between chapters is to save each chapter as a separate InDesign file and then combine them in a book. ALSO, everything should be styled using paragraph, character and oject styles)
    Unless CS5 has SIGNIFICANT upgraded support for ePub, you might be wasting your money.
    Check out the excellent tutorials by Gabriel Powell
    He gives the most outstanding introduction to ePUB from InDesign I've yet seen.
    PDF
    http://www.creativepro.com/article/making-ebooks-indesign-part-1
    Video
    http://instantindesign.com/index.php?view=413
    A couple of things I found I needed to do to get ePubs looking right in anything other than ADE:
    • I got a better result if I wrote my own CSS — InDesign does not do a good job of this at all, AFAIC. Export style names only and use these as the basis for your CSS.
    • Indesign fails to list fonts in the manifest, so if you want to specify your own fonts you need to add them manually and reference them in the manifest. Don't bother trying to embed fonts at export — it causes too many problems, it seems.
    • The only thing I need to do in the xhtml files is fix a few non-alpha characters sometimes (like bullets, apostrophes, quotes, etc) I've no idea why these sometimes fail and sometimes don't.
    FYI:
    I use both Calibre and ADE to view ePubs — because they will each highlight different issues.
    I built my CSS and a few other bits and pieces in Text Edit — this makes it easy to re-use things like the CSS for multiple publications.
    I use PDFXML Inspector to do the editing — this allows siginificant editing capability without the need to unpack the ePub.
    And I use Terminal to repackage ePubs (ie. after adding a fonts folder, or whatever) — using the command lines in Gabriel Powell's tutorial.
    ie. I've spent nothing on additional software — it's all either free or already on the Mac.
    It's a very steep, frustrating learning curve — LOTS of trial and LOTS of error. But it's also fun.
    Good luck
    d.

  • Heading issue with the ePub file on Mozilla browser (add in - Epub Reader)

    Hi,
    I am not able to get the specified font size of headings in the Mozilla browser (add in - Epub Reader) as compare to Adobe digital edition application. Could someone please help me find the way to get the same heading size for the same EPub file in Mozilla browser (add in - Epub Reader). I would also like to inform you that I created a CSS to generate EPUB from InDesign version 6 file,
    Please find the relevant screen-shots attached.
    Regards,
    Arvind

    Hi,
    I am not able to get the specified font size of headings in the Mozilla browser (add in - Epub Reader) as compare to Adobe digital edition application. Could someone please help me find the way to get the same heading size for the same EPub file in Mozilla browser (add in - Epub Reader). I would also like to inform you that I created a CSS to generate EPUB from InDesign version 6 file,
    Please find the relevant screen-shots attached.
    Regards,
    Arvind

  • Embedding Fonts in Epub - some don't display on IPad

    I know that there are certain fonts that will not display on an epub file displayed on an Ipad. The InDesign file the fonts came from substituted the 2 missing fonts OK except one. If I look in the fonts folder from the epub the font is there it's also in the encryption.xml but I do not see the font displayed on IPad
    btw the font is
    MaturaMTScriptCapitals.otf
    any help?
    RD

    Sounds like you'll need to manually substitute a compatible iPad font...

  • How can I generate my own InDesign ePub file without the encryption.xml file?

    My bookstore (B&N) will not accept my ePub file because it doesn't want the file encryption.xml included. How can I generate an InDesign ePub file, for my own books, without it? Is there a check box somewhere? I've searched through the ePub export box and the file info boxes—no luck.
    Error message from B&N's PubIt.com:
    We have found a file name called encryption.xml within your ePub file container, which means that part of, or all of, your file is encrypted. We do not accept any encryptions within ePub source files. Upon closing this message, please remove the encryption.xml file from your ePub, and you may attempt to upload your ePub file again.
    If you wish to apply DRM to your title, go to Section 4, question H and select Yes. PubIt! will apply DRM to your title after you have uploaded your ePub file without encryption.
    Thanks for your help…

    Unfortunately you will find the option to uncheck "Embeddable Fonts" within ID CC 2014 only if you are creating an ePub with reflowable layout, but not if you are creating a "fixed layout" ePub.
    I went with the suggestion of the eCanCrusher and was pleasantly surprised how easy to use this free tool is. You basically just drag your ePub over the icon of the App and it creates a folder in which you find the encryption.xml within the META-INF folder. Once you erased it you drag the folder over the icon of the App and through this you will get a new encryption-free ePub which now passes iTunes Connect Book Proofer test.
    But then - opening the ePub without it's encryption within iBooks (on ipad) the text has moved, spaces between words are gone for no reason, words are even sticking into each other - it looks unacceptable! It does look OK on the iBook desktop app, however.
    My solution was to change the font from Myriad to Verdana. I had changed the fonts before, because - whatever font I had used - it's reproduction on the ipad was messed up, and Myriad was the first one that I tried that looked alright, though, not so much after removing the encryption.xml. Unfortunately everything changes when you change fonts within a fixed layout ePub and all line breaks have to be revised now...
    I also tried to remove the embedded fonts from inside the ePub, like someone else suggested, but that didn't help with the Book Proofer. It's really the encryption.xml that needs to be removed.
    I wish that I now finally can submit successfully to Apple and wish that Adobe would have a better relationship with Apple to solve issues like that.

  • Qns on ADE / embedded fonts in .epub

    Hello,
    I've created several .epub files with non-English text, using an embedded font to help render the characters correctly. The file renders properly on iBooks and Calibre (and epubcheck validates the file correctly), but ADE is displaying question marks - which leads me to believe it's ignoring the font information altogether. The weird thing is that it's rendering the TOC labels correctly. Here's what my .css looks like:
    @font-face {
    font-family : Doulos SIL;
    font-weight : normal;
    font-style : normal;
    src : url(DoulosSILR.ttf);
    *:lang(nko) {
    font-family: 'Doulos SIL', Times, serif;
    direction: ltr;
    Can anyone provide information on the following:
    - Does ADE support embedded fonts? If so, what font formats are supported? (Doulos is TrueType)
    - Does ADE support the :lang pseudo element? (This is just to isolate the issue - if ADE doesn't support embedded fonts, this is a moot point.)
    Any info would be helpful. It looks like I'm running 1.7.2.1131 (on Windows 7 / 64bit). Thanks!

    Okay, I think I've tracked it down.
    ADE doesn't appear to implement the :lang pseudo element. When I set:
    body {
    font-family: 'Doulos SIL', Times, serif;
    direction: ltr;
    life is good and the non-English characters are rendered properly.
    This does present a problem for multiple language documents, though. For example, I have a dictionary that has 4 writing systems. Having support for :lang(<xxx>) would help tremendously in this case. Is this something that is in the works for ADE?

  • Smart quotes and em-dashes in epub file

    When I create an epub file from my InDesign book file, I find that sometimes (not always, thought!) my smart quotes and em-dashes revert to gibberish.
    For example, when I open the epub file, the em-dash is fine, but in chapter 2, it changes to —.
    Does anyone know how I might correct this?
    Thanks so much!

    It sounds like somethings wrong with the chapter's character encoding.  The character encoding is declared in the header of the ePub HTML. From ID it's:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    This test has UTF-8 declared in the first line of its source code:
    http://www.zenodesign.com/forum/encodetest/UTF8.html
    And this has no encoding
    http://www.zenodesign.com/forum/encodetest/None.html
    Most browsers let you override or choose the character set, so in Safari if you set the character set to View>Text Encoding>default, you'll see a difference between the above links, but if you set it to Unicode (UTF-8) they both display correctly. In FireFox it's View>Character Encoding.
    You can check and edit the contents of the .epub file by changing the extension from .epub to .zip, and then extracting the contents.

  • Since changing our computer I have been unable to download ebooks to my Reader Library I get a message Some file types associated with EPUB files are not associated with Reader Library; Waterstones suggest that I may have accidentally created a new Adobe

    When I try to download them from the Waterstones website I get a message saying:
    ‘Some file types associated with EPUB files are not associated with Reader Library.  Do you want to associate them now?  When I reply yes I get another message; ‘Configuration error unable to update EPUB files check network firewall and try again’.
    The ‘books’ are saved in the Download directory and I can’t transfer them from there to my E-Reader. I have not had any problems before, it was very simple; I saved the download and it automatically went into the Reader Library.
    I contacted HP and they said it is a software error and suggested I contact Waterstones.  I contacted Waterstones Customer Support and got the following response:
    As the error message is specifically mentioning the firewall it does sound like something in the firewall settings is stopping the download from taking place correctly. However, the files should not be being saved to the Download folder. It would be worth trying again by going to your Digital Order History on your Waterstones.com account and pressing the download button, and then making sure to press "Open" not "Save". When you press Open rather than Save it should give the option to open the file with Adobe Digital Editions. If the firewall message still comes up then I'm afraid something is blocking it on your end.
    If the above "Open" download method works but you then still get an error message it could possibly be that you have accidentally created a new Adobe ID when setting up on the new computer, rather than signing in with your old Adobe ID. It would be worth trying the aforementioned download technique again first, but if problems did still persist it would be worth calling Adobe themselves on 0207 365 0735, as they should be able to sort out any account issue.
      In response to the first para of Waterstones email I already do what they suggest I do press ‘Open’ not ‘Save’ but I don’t get the open with Adobe Digital Editions (we have installed Adobe Digital Editions on the new computer. Waterstones say we may have ‘accidentally created a new Adobe ID when setting up the new computer’ does that mean that we shouldn’t have installed Adobe Digital Editions on the new computer as it would have already been there? How do I sign in with my old Adobe ID? 

    Hi all after attampting to get some supoport from adobe by phone.... nice people infurating policys as far as support for digital editions or DRM is conserned... However I got no where with support.
    I ended up instaling Digital editions on my desktop PC and going through the motions of registering and borrowing a book then returning it. Then I trying on my iPad, Bluefire worked, Over drive did not so I completely removed Overdrive and reinstalled and re registered. all working now.
    Maybe some one at adobe did something. Maybe the install of the adobe DE client on a PC corrected what ever was out of wack with my account. Mayby the server that my account lives on did a scan disk and corrected a bad clustrer.
    What ever happend My account is actiove and working again. hope this helps others.

  • Creating an epub file from a Framemaker 10 document

    Are there special tools I have to have to turn a Framemaker document into an epub file format?
    Thank you.

    I did some experimenting with this a few months ago.
    The basis of the epub format is XHTML. There are free tools (such as Calibre) that do a good job converting from (X)HTML to epub (and other e-book formats).
    If you have one book to do it is probably quickest just to grab the text and reformat with an HTML editor, then process with Calibre or similar.
    Using other tools, such as Robohelp, MIF2Go, or FrameMaker’s built-in Save as HTML, would take some time to set up properly, and would therefore be worthwhile if you had a number of books to do that were similarly constructed.
    If planning for the future it might be worth considering using XHTML as the base format (i.e. finalising the text in this form) and repurposing either to epub or to print via FrameMaker, or both, as required.
    That was my conclusion, at any rate. You need to look at it in your own context, of course.

  • How do I transfer epub files from my laptop to my ipad

    How do I transfer epub files from my laptop to my Ipad Air

    If they don't digital-rights-management on them (if they do then check the site that you got them from for which apps you can use for them on your iPad) then you can add them to your computer's iTunes library via the File > Add To Library menu option - if using a Mac with OS X Mavericks on it then add them to its iBooks app via File > Add To Library.
    Then connect your iPad to your computer and select it in your computer's iTunes, and use the Books tab to select and sync the epubs to your iPad's iBooks app

  • I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    what files (names and extensions) did you download?
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

Maybe you are looking for

  • Up the Creek Without a Photo Stream

    Is it possible to get video files taken with my iPhone into Photo Stream or does it only work with photos?  Is their an easy alternative to get videos from the iPhone to a Mac?  The only options in the iPhone are email, YouTube or text message.  None

  • Can I upload photos stored on my simcard to my Mac computer?

    I have a memory card in my Convoy 2 phone with photos and possibly some ringtones stored on it.  How can I upload those photos/ringtones to my Mac computer?  May I also download stuff from my Mac onto the simcard and put it back into the phone?

  • How to know if an equipmnt is the highest of a given func. location

    Hello experts, Is there a way to know if a certain equipment is the highest in a given functional location. Also, is there an function module that gets the asset of a given equipment number. Again, thank you guys and take care!

  • Using TreeSet, how to list in ascending order....

    hi i need to use TreeSet class and i need to list the list of books in order of ISBN number and also in order of author.. both in ascending order.. ivebeen thinking for long long time but..can't figure it out.. please help me guys thanks

  • 2lis_11_vahdr and extraction in PSA

    Hi experts, I'm finding some problems in a delta extraction with 2lis_11_vahdr datasource ito PSA in BW 7.0 The delta extracted the same orders many times, although their fields never change. There are many records deleting (with the ROCANCEL field s