Checkboxes in ePub Output

I have a FM document that contains checkboxes. However when I conver to ePub, the checkboxes turn into o's. I have tried editing the settings (both the character format and paragraph format being used), and I can't seem to get the ePub to translate correctly. What am I doing wrong? Thanks in advance for the help!

re: The checkbox symbol is a character tag using Wingdings font.
That's a legacy overlay (codepage) font. If the epub workflow is generating Unicode output, it is probably replacing those characters with similar Unicode code points in some other font.
Switch to using a font that populates the Unicode dingbats required. You can use either the unicode.org or decodeuncode.org sites to search for dingbats (the WingDing glyphs ended up all over the place, and some, like the MS Windows icon, didn't make it into Unicode at all).

Similar Messages

  • How to display the checkboxes in the output

    Hi,
    I need to display checkboxes in the output. Once i select the check box it should
    display additional info of that field in anothe list.
    another senario:
    I want to check all the checkboxes at a time.
    i want to uncheck all the ch-boxes at time.
    Can i have some explanation on this with some sample code.
    Thanks,
    Srik

    REPORT  ZTESTPROG5                              .
    TABLES: MARA.
    Types:begin of type_mara,
          matnr type mara-matnr,
          mtart type mara-mtart,
          meins type mara-meins,
          end of type_mara.
    Types: begin of type_mard,
           matnr type mard-matnr,
           werks type mard-werks,
           lgort type mard-lgort,
           labst type mard-labst,
           insme type mard-insme,
           end of type_mard.
    data: it_mara type table of type_mara,
          wa_mara type type_mara,
          it_mard type table of type_mard,
          wa_mard type type_mard.
    data: check value space,
          ucomm type sy-ucomm,
          lines type i.
    select-options: s_matnr for mara-matnr.
    initialization.
      MOVE: 'BT'       TO s_matnr-OPTION,
            '100-100'  TO s_matnr-LOW,
            '100-500'  TO s_matnr-HIGH.
      APPEND s_matnr.
    start-of-selection.
      set pf-status 'ZSTATUS'.
      select matnr mtart meins from mara
      into table it_mara
      where matnr in s_matnr.
    end-of-selection.
      loop at it_mara into wa_mara.
        write:/ check as checkbox, wa_mara-matnr, wa_mara-mtart,
                wa_mara-meins.
        hide wa_mara-matnr.
      endloop.
      lines = sy-linno - 1.
    at user-command.
      ucomm = sy-ucomm.
      case ucomm.
        when 'REPORT'.
          set pf-status 'ZSTATUS' excluding 'REPORT'.
          do lines times.
            read line sy-index field value check.
            if check = 'X'.
              select matnr werks lgort labst insme from mard
              into wa_mard
              where matnr = wa_mara-matnr.
                write:/ wa_mard-matnr, wa_mard-werks, wa_mard-lgort,
                        wa_mard-labst, wa_mard-insme.
              endselect.
            endif.
          enddo.
        when 'SELECTALL'.
          lines = lines + 1.
          do lines times.
            READ LINE sy-index FIELD VALUE check.
            IF check = space.
              check = 'X'.
              MODIFY LINE sy-index
                          FIELD VALUE  check.
            ENDIF.
          enddo.
        when 'DESELECT'.
          lines = lines + 1.
          do lines times.
            READ LINE sy-index FIELD VALUE check.
            IF check = 'X'.
              check = space.
              MODIFY LINE sy-index
                          FIELD VALUE check.
            ENDIF.
          enddo.
      endcase.

  • Best-practice for use of object styles to manage image text wrap issues when aiming at both print and EPUB output?

    I have a work-flow question about object styles, text-wrap, and preparing a long document with lots of images for dual print/EPUB output in InDesign CC 2014.
    I am sort of experienced with InDesign but new to EPUB export. I have hundreds of pages and hundreds of images so I'd like to make my EPUB learning curve, in particular, less painful.
    Let me talk you through what I'm planning and you tell me if it's stupid.
    It's kind of a storybook-look I'm going for. Single column of text (6" by 9" page) with lots of small-to-medium images on the page (one or two images per page), and the text flowing around, sometimes right, sometimes left. Sometimes around the bounding box, sometimes following the edges of the images. So in each case I'm looking to tweak image size and placement and wrap settings so that the image is as close to the relevant text as possible and the layout isn't all wonky. Lovely print page the goal. Lots of fussy trade-offs and deciding what looks best. Inevitably, this will entail local overrides of paragraph styles. So what I want to do, I guess, is get the images as closely placed as possible, before I do any of that overriding. Then I divide my production line.
    1) I set aside the uniformly-styled doc for later EPUB export. (This is wise, right? Start for EPUB export with a doc with pristine styles?)
    2) With the EPUB-bound version set aside, I finish preparing the print side, making all my little tweaks. So many pages, so many images. So many little nudges. If I go back and nudge something at the beginning everything shifts a little. It's broken up into lots of separate stories, but still ... there is no way to make this non-tedious. But what is best practice? I'm basically just doing it by hand, eyeballing it and dropping an inline anchor to some close bit of text in case of some storm, i.e. if there's a major text change my image will still be almost where it belongs. Try to get the early bits right so that I don't have to go back and change them and then mess up stuff later. Object styles don't really help me with that. Do they? I haven't found a good use for them at this stage (Obviously if I had to draw a pink line around each image, or whatever, I'd use object styles for that.)
    Now let me shift back to EPUB. Clearly I need object styles to prepare for export. I'm planning to make a left float style and a right float style and a couple of others for other cases. And I'm basically going to go through the whole doc selecting each image and styling it in whatever way seems likeliest. At this point I will change the inline anchors to above line or custom, since I'm told EPUB doesn't like the inline ones.
    I guess maybe it comes down to this. I realize I have to use object styles for images for EPUB, but for print, manual placement - to make it look just right - and an inline anchor seems best? I sort of feel like if I'm going to bother to use object styles for EPUB I should also use them for print, but maybe that's just not necessary? It feels inefficient to make so many inline anchors and then trade them for a custom thing just for EPUB. But two different outputs means two different workflows. Sometimes you just have to do it twice.
    Does this make sense? What am I missing, before I waste dozens of hours doing it wrong?

    I've moved your question to the InDesign EPUB forum for best results.

  • Why does CS6 InDesign Book epub output generate and apply new graf and character style names in CSS?

    I created an InDesign book composed of documents that had had no paragraph or character styles in the palettes until text was copied over from a single overall document. I worked absolutely as clean as I could.
    I synchronized the book to that single overall document several times, including immediately before exporting the book to epub. My export settings disallowed any local formatting. Character styles were restricted to one named "Italic" for which the only format applied was Italic in the Font Style field, and one named "Small Caps" for which NO formatting was included in the character style.
    There was, as far as I can see, no reason for any character or paragraph styles to export to anything but identically-named CSS entries. That is to say, any text with the character style "Italic" applied in the InDesign doc should have output with the same text with a span class entry of "Italic" around it.
    I still ended up with p and span CSS entries with extra numbers appended to them:
    span.Italic {
    font-style:italic;
    font-weight:normal;}
    span.Small-Caps-1 {
    font-variant:normal;}
    span.Italic-1 {
    font-style:italic;
    font-weight:normal;}
    span.Small-Caps-2 {
    font-variant:normal;}
    span.Italic-2 {font-style:italic;
    font-weight:normal;}
    span.Small-Caps-3 {
    font-variant:normal;}
    span.Italic-3 {
    font-style:italic;
    font-weight:normal;}
    and
    p.x-SECTION-BREAK, p.x-SECTION-BREAK-1, p.x-SECTION-BREAK-2, p.x-SECTION-BREAK-3  and so on.
    Why would the InDesign epub output engine choose to generate and apply new spans and paragraph-level styles, which multiply the complexity of editing the CSS directly? How can I prevent InDesign from doing this?

    Perhaps I wasn't clear. When I wrote "an InDesign book composed of documents that had had no paragraph or character styles in the palettes until text was copied over from a single overall document" I meant to emphasize  the part where I CLEARLY said "UNTIL text was copied over." The text I copied over had plenty of paragraph styles. I was trying to point out that each individual document had no PREVIOUSLY EXISTING character or paragraph styles that might have added complexity to the epub output. .
    So, every paragraph in each document had a paragraph style attached, a total of maybe 20 different paragraph styles throughout the book. The only CHARACTER LEVEL styles I cared about exporting were Italic, for text that was set in italic, and Small Caps, for CAPITALIZED text that I wanted to be able to make smaller in the CSS, since I am not allowed to embed fonts and therefore have no other way of creating small caps in the xhtml files inside the epub.
    So, given that I had two character styles applied to various bits of text throughout my InDesign book ("Italic" and "Small Caps"), I would like to know why there are multiple CSS entries generated: Italic, Italic-1, Italic-2, Small Caps, Small Caps-1, Small Caps-2, and so on.
    Ditto paragraph styles. I had a paragraph style called "SECTION BREAK" in each document. Not only did paragraph style "SECTION BREAK" contain identical specs in each document--I know they did because I copied each from one single doc where they were being used identically--but I also synchronized the book repeatedly.  So why would the xhtml docs and the CSS output need p.x-SECTION-BREAK-1, p.x-SECTION-BREAK-2, and p.x-SECTION-BREAK-3?

  • Hyperlinks in ePub output

    Hi all,
    currently Robohelp includes hyperlinks into the ePub output but when the user clicks them they produce errors (at least with Adobes own ePub reader ADE). Because the output files are contained in an archive it may not be possible to link to other topics at all but then why does RoboHelp include internal hyperlinks at all if they do not work?
    It seems awkward to tag all paragraphs which contain hyperlinks with conditional build tags and then remove them from output just to avoid errors. Is there a more elegant solution?

    After checking, I have to correct myself. Evidently it is rather a problem with language-specific characters (ä, ß) in file names. These topics cannot be viewed using the TOC either. If I insert a standard hyperlink to a topic that has no such character in its file name, then all is well. The problem is that these file names are generated automatically by Robohelp when a Word document is imported.
    I might issue a request about this in the feature request form.
    @Praful Jain:
    1. RH9, older versions dont support ePub I think.
    2. Correctly, these are topic within the project.
    3. In case you are still interested please tell, but I think its a different problem now altogather as described above.

  • Section numbers inserted in TOC of epub output

    I imported a word document into pages so I could convert to an ePub.  All was going well, and then I did another test export as ePub.  When I looked at the book on my iPad, I noticed that Section Numbers were now being inserted into the automatically generated table of contents as follows:
    Section 1
         Chapter title
    Section 2
         Chapter title
    This was not happening earlier and I can't figure out what I did that might have triggered it.
    What is causing this and how do I get rid of it?  Help!
    Thanks in advance.

    Hi,
    I followed your advice, and looked at a sample project - Employee Care. When I generated ePub output using this project, the output included a table of contents. However, when I specified a TOC in my project (see below), I still get the same message that the TOC file is missing. The project name doesn't contain any special characters.

  • Preserve "exactly" line spacing in epub output.

    In my Pages document, there are many inline equations (from Mathtype). I like having the line spacing set to "exactly" so the line spacing remains constant, even between lines with equations that 'overlap' the lines around it.
    Is there a way to preserve this option when I export my Pages document to Epub? Right now, the line spacing is single-spaced in the Epub output.

    In my Pages document, there are many inline equations (from Mathtype). I like having the line spacing set to "exactly" so the line spacing remains constant, even between lines with equations that 'overlap' the lines around it. Is there a way to preserve this option when I export my Pages document to Epub? Right now, the line spacing is single-spaced in the Epub output.
    No, if you use the ePub document model. Yes, if you mix document models.
    ePub is a document markup model where you are expected to encode character information in ISO10646/Unicode and encode the logical organisation (structure) the define the parts of your document. However, ePub has no support for font embedding and without font embedding it is meaningless to talk of fixed line length, fixed line spacing, and fixed glyph spacing and sizing.
    If you set up your equations in whatever originating application you prefer and save into a fixed geometry format such as Adobe PDF, then the fixed geometry file can be handled like a graphic in ePub, HTML and other document markup models. Be aware that Adobe PDF encodes the glyphs but not the characters whereas ePub and HTML encode the characters but not the glyphs which may impact search support, depending on what you are trying to do. Also, check you mathematical fonts in the Apple Character Palette to be certain that the glyphs map to meaningful characters in ISO10646/Unicode so that the glyph identifiers can be used to synthesise character semantics. A whole lot of mathematical fonts are constructed to draw mathematical glyphs from say English characters so that there is no relationship at all between information processing and image presentation. In this respect, OpenType is simply a rebranding of TrueType whereby system software displays an OpenType icon if a TrueType font file has the DSIG table - there is no guarantee whatsoever that the relationship of characters to glyphs is of this world (lots and lots of laughs to Heidelberg and its management of the Linotype Library here). See below from the ePub Specification.
    /hh
    http://www.idpf.org/doclibrary/epub/OPS_2.0.1draft.htm
    3.4: Embedded Fonts
    To provide authors with control over the appearance of the text, OPS supports the CSS2 font-face at-rule (@font-face). See section 15.3.1 of the CSS2 Recommendation. The following font descriptors must be supported:
    font-family
    font-style
    font-variant
    font-weight
    font-size
    src
    For portability, authors must not use any other descriptors. Font files must carry all information needed for rendering Unicode characters. Fonts must not provide mappings for Unicode characters that would change the semantics of the text (e.g. mapping the letter "A" to a biohazard symbol). Content creators must not assume that any particular font format is supported. Fonts could be included in multiple formats by using a list of files for the src descriptor; the first supported format should be used. At least one file in OpenType format should always be included in the list. It is advisable for a Reading System to support the OpenType font format, but this is not a conformance requirement; a reading system may support no embedded font formats at all. Content creators should use comma-separated lists for font-family properties to specify fallback font choices.
    Content creators must always honor usage restrictions that are encoded in OpenType fonts (and many other font formats). Fonts that are marked "no embedding" must not be included in OPS Publications.
    Any font files included in an OPS Publication must be included in the OPF manifest with appropriate media type (application/vnd.ms-opentype for OpenType fonts).

  • Creating TOC for ePub output

    I am exploring the ePub output in RH9, using Adobe Digital Editions to view the output. When I generate the output, I get a message that the TOC file is missing (see below). The solution that I found involves creating an NCX file for the table of contents - however, the instructions are geared toward creating a book for a Kindle. I've tried adapting the instructions for a RH file, but haven't had any luck. Anyone know how to do this?
    Thanks.

    Hi,
    I followed your advice, and looked at a sample project - Employee Care. When I generated ePub output using this project, the output included a table of contents. However, when I specified a TOC in my project (see below), I still get the same message that the TOC file is missing. The project name doesn't contain any special characters.

  • EPub Output Questions

    We recently upgraded to FM 12, and I am playing around with the ePub output function. I have two questions:
    1. We use track text edits to show our audience recent changes to our publications. When I publish to ePub, it essentially accepts all of our edits (we lose the visibility - i.e. different colors/strikethrough). Any thoughts on how to keep our tracked edits showing in the ePub?
    2. We are having issues with anchored frames. One anchored frame contains an image (a jpeg, I believe), and it is not carrying over into the ePub (i.e. it is blank where the anchored frame/image should be). The other anchored frame we have contains a flowchart with hypertext markers linking to various URLs. None of the links are carrying over into the ePub. Thoughts?
    Any help is always greatly appreciated!

    2. Anything different about the JPG that you're using? From what application was it created (or is it a camera image) and what are it's specifics?
    I also don't think that image maps are supported in ePub, especially jumps to URLs or external files (as there's no guarantee that an eReader device can access those). You could try to create simple numbered callouts on a test graphic and then add a list of numbered hyperlinks after the image to see what ePub will support.
    You might want to have a look at some of Scot Prentice's (Leximation) presentations on ePubs and their limitations. You can find the links to his papers and presentations at: Leximation: About Scott Prentice

  • CS6 Epub Output and Duplicating Images

    Situation: A book with a single image that is used repeatedly--once on every chapter opener. Call it, say, "ChapterOpenerImage.jpg". On epub output, each instance of the image seems to get its own file created and placed in the epub images folder: ChapterOpenerImage_fmt1.jpg, ChapterOpenerImage_fmt2.jpg, etc; and obviously each gets its own href on the chapter opener.
    May I ask why this is necessary, and if it can be overridden? I'd like to be able to drop a different version of "ChapterOpenerImage.jpg" into the epub images folder and have it update everywhere, without having to either duplicate it and rename it as many times as necessary, or without having to go into the code and use reg-ex searches to make all the hrefs uniform.
    Thanks for any help!

    This was actually an issue (bug?) that was introduced in CS6. If you unchecked "Preserve Appearance from Layout" on the Image tab of the Epub export dialog box in CS5.5 you would get one image that was linked multiple times. Now in CS6, unchecking that box doesn't seem to make a difference.
    I use Find & Replace in Dreamweaver or Text Wrangler's (free) Multi-File Search to find the grep expression ChapterOpenerImage_fmt\d*.jpg and replace it with ChapterOpenerImage.jpg.
    You will also need to clean up the content.opf file but they will all be together so it's easy to do that.
    Hope they fix it. I think they will since it was correct in CS5.5.

  • Is there a way to simplify the EPUB output in the latest updates?

    With the updates adding "more control over CSS," I find that there's a CSS file generated for every document in the book.
    It used to be that there was one style.css file for the entire EPUB, and that made it easy for me to change <span class="CharOverride-N">...</span> to <em>...</em> when streamlining the eBook.
    But now, in one document, <span class="CharOverride-1">...</span> is bold, in another document the same class means italic. This change has turned a 30 second process into 60 minutes, since I have to check each document one at a time to do the correct replacement.
    Is there a way to revert to the previous behavior? Or to make the output consistent so that the overrides are the same in all files?
    Or, even better ... if a span of text is marked as [Font Family] Italic, why can't InDesign just output <em>...</em> with no spans and no CharOverride styles at all?

    This is a good tip.
    When I first encountered this new behavior, I did add a new character style called "Italic" and one called "Bold." I set each to the corresponding tags of em and strong. Aside from the oddity of <em class="Italic"> and <strong class="Bold"> this does seem to present a significant improvement.
    However, the character styles are obviously not applied when I place a story that has bold and italic in it or when I change to italics on the fly (using keyboard shortcuts). Am I correct in understanding that I need to go back through all documents to replace italics with "Character Style: Italic" and bold with "Character Style: Bold" throughout the book?
    Also, I'm good with changing this process for books going forward, but I'm wondering what the simplest way to update past books will be. (They only change in response to errata, and that will happen semiannually at most.)

  • Checkboxes in PDF output (on AIX)

    All,
    I've been through many of the posts on Checkboxes and many of them seem to concern the same issue (I'm getting the tiny diamond shapes instead of the square boxes we all expect as a 'standard' checkbox), however I have a complicating factor in that our process scheduler (the batch engine for PeopleSoft) runs on AIX.
    I've been into the xdo.cfg file and specified the font and glyphs I want instead of the diamonds, and when I preview the output in Word it looks perfect. Also, when I upload the template and preview it in the PeopleSoft page it looks fine. My issue is how do I get the same result via the process scheduler? The documentation suggests that it reads the same xdo.cfg file for the app server and process scheduler, but why does the app server work and not the process scheduler? I've rebooted both and cleared the caches.
    Also, if I put the font glyph details in the document properties it works, just not if I want to use the xdo.cfg file.
    kind regards
    Duncan

    I am having this exact same problem. From the RTF template I can generate an RTF or PDF output and both have the pie chart. But if I convert the RTF template to XSL-FO, the RTF output has the pie chart but the PDF output does not.
    Did you ever find a solution?

  • Retaining Space-Before in CSS on Epub Output

    When I output an InDesign CS6 document as an epub, it seems that the CSS that gets generated for any given paragraph will contain specs that reflect that paragraph's indents and space below (margin-bottom, margin-left, and margin-right)--but not space above, or margin-top in CSS. Is this something that can be changed as an export option, no matter what the reasoning was in not including space-above as a default export option?
    And as a related question, are CSS outputs customizable in other ways? Can I get the output to not place the overrides for what I take to be semantic tags (body, div, dl, dt, dd, etc.) at the top of the CSS? I mean, is it feasible to allow the individual paragraph styles control all spacing and indents? Maybe this is a ridiculous question: I have LOTS of experience with InDesign, not so much with HTML!

    The "space above" problem is solved if you apply the 8.0.1 update to InDesign CS6.
    You can create a separate CSS file which you can "attach" in the EPUB Export dialog box, which "zeros out" values which InDesign may include in its CSS file. Any additional CSS file can override items in the InDesign-generated CSS.

  • Converting checkbox field from output to input

    Hi Experts,
    I m using module pool programming in which i am using custom control to display my output table.
    Table has 2 fields for checkbox :
    1. Dishonor cheques
    2. Blacklist cheques.
    Screen also has a pushbutton 'Remove blacklist cheques'.
    Initially I am displaying  2nd checkbox field ( Blacklist cheques) as only output and 1st field as input.
    When user presses pushbutton 'Remove blacklist cheques' , 2nd checkbox field (Blacklist cheques)
    should be converted into input and output field.
    Please suggest.
    Regards,
    Kaustubh.

    Hi,
    Try this In the PBO you can write this Code
    If sy-ucomm = ''Remove blacklist cheques'.
    loop at screen.
    If screen-name NE 'Dishonor cheques'.
    SCREEN-INPUT = 1 .
    SCREEN-OUTPUT = 1 .
    Modify Screen.
    endif.
    If screen-name eq Blacklist cheques'.
    SCREEN-INPUT = 0 .
    SCREEN-OUTPUT = 0 .
    Modify Screen.
    endif.
    ELSE.
    If screen-name eq 'Dishonor cheques'.
    SCREEN-INPUT = 0 .
    SCREEN-OUTPUT = 0 .
    Modify Screen.
    endif.
    If screen-name eq Blacklist cheques'.
    SCREEN-INPUT = 1 .
    SCREEN-OUTPUT = 1 .
    Modify Screen.
    endif.
    Endloop

  • CS6 Epub Output and XHTML File Names

    Is there any way to customize or otherwise assign specific names to the XHTML files InDesign CS6 assigns to the various sections it creates when it splits files for an epub? I mean, if my InDesign file is named ""InDesign_File Name.indd", the autosplit XHTML files in the epub will be namedinstead of "InDesign_File Name-1.xhtml", "InDesign_File Name-2.xhtml", "InDesign_File Name-3.xhtml" etc. What I would love is if InDesign would use the NCX nav-panel entry text fields to name the XHTML files, although I see why that would be hard to program, since NCX entries don't necessarily require separate XHTML files to link to and can link to more than one anchor in a single file. But still, it could be like a text variable first-or-last-on-page option.
    What I am saying is that HTML files named "Dedication.xhtml" "Prologue.xhtml", "Chapter_1.xhtml", etc., would be easier to work with if there was an easy way to generate them short of breaking the single book-length file into pieces and recompiling it as an InDesign book. Is there any way to make that happen?

    As far as I know, you'd have to manually rename the HTML files, then fix the names in the Manifest of the "content.opf" file.

Maybe you are looking for

  • Unable to expand Traditional volume on Novell 6.5 Sp7 Server

    The following error message appears while attempting to expand the traditional volume by using NRM. NRM DiskCarve ERR:MM_VOLUME_EXPAND (TOPS)during EXPAND_STR operation -3007(FFFFF441) 65547(1000B) 18(12) -1673158656(9C45A000) 104857600(6400000) I wo

  • Connecting a song ps3 to an hp touchsmart 310

    Is this even at all possible? I was told by the people who sold it to me, but Looking at it, I'm not too sure

  • IDCS3 Windows: Finding a font style

    I recently added a font style "Exp" to my Plantin family of fonts in InDesign CS3. The others all came in one package, but Plantin Exp I downloaded from another source. When I list the typefaces in InDesign from the bar at the top of the screen, 'Pla

  • Parameter recommendations for Oracle 10g?

    Hello, This note 830576 contains sap`s recommendations for Oracle 10g, but the some parameter information during EarlyWatch Alert do not follow Sap standard recommendations Are not in that note.  These parameters are no longer used? Can be removed? W

  • Problem with scrolling after rotating image

    Hi, I am trying to write a simple image viewer in flex. I came across a problem which I've been trying to solve through the past 4 days. In my example I want to rotate the image and then scroll around once its been rotated (Say after the user would z