How to avoid using fractions of EPUB available pixels fixed.

Apple said to avoid the use of fractional pixels for letter spacing, font size and text placement. Since then, sometimes in the conversion to html and css formatting. Is there a way I can control this?

Someone had their book rejected because of this?

Thank you!

It is perhaps not the droids you are looking for, but a way to check after the fact would be to create a copy of your epub, rename the epub to [epubnam] .zip (change .epub to .zip) and then find the .0px, .1px, .2px generated css file... (if you're handy with regular expressions, you could do a little better by looking for------.) ([0-9] * px, I checked it quickly to regexpal.com, but more robust tests may be in order)

If you find a fractional value, you could "fix" no closest fractional value which is not trash your design and repackage the epub.

FWIW, I did a quick scan through my epub css and can't find any decimal values.

Tags: InDesign

Similar Questions

  • How to avoid using MAX (CASE... WHEN) in a subquery

    Hi everyone, for all of you gurus plsql, I have a question:

    SELECT a.id,

    B.SID,

    b.Name,

    ....

    (CASE WHEN sub_c.value_c = '2015' AND a.code > = 1111 'output value is' | a.value_a ELSE 'Random value' END) output

    FROM table_a a,.

    Table_B b,

    ...

    (SELECT C.a_id

    MAX (CASE WHEN c.code <>'A'

    THEN c.value

    Value_c END)

    OF table_c

    GROUP BY c.a_id

    ) sub_c

    WHERE a.id = b.a_id

    AND a.id = sub_c.a_id (+)

    If they all want table_c a_id, and WHEN the condition is not convinced that they still want this allowance a_id even with null for value_c.

    I tried to outline the most important parts, so the question is: is there a way to avoid using this construction MAX - CASE somewhat expedite this request?

    Thanks for a ton to all those who have taken need to watch this!

    You can move the CASE WHEN c.code <> 'A' predicate in the where clause table_c. Index c.code, then use

    Max (c.value)...

    where c.code <> "A".

    If you have a lot of 'A' values that can speed things up.

  • How to create ePub available files fixed

    I have just piurchased ID - CS6. My goal in upgrading is thatI am Illustrator / author of books for children and am dying to learn how to create ePub fixed provision for apple files and the Kindle of out of print books. Can you tell me where the best place is to learn how to do this? Thanks in advance!

    Also looking for user groups!

    Ah, well take a look here:

    rel http://www.rorohiko.com/WordPress/manuals/Fixed-layout-EPUB-Assistant-in-InDesign-epubcraw.

    http://www.YouTube.com/watch?v=VNgtx2oUnxU

    http://www.circularsoftware.com/sneak_preview/

  • How to avoid using oracle.jdbc.driver.OracleConnection

    I am new to Java, but recently, I have a project on support.

    Problem:

    solution worked on the 1.4 jvm, now on 1.7.

    Respectively, the oracle.jdbc.driver.OracleConnection class has been used.

    Now, I need class oracle.jdbc.OracleConnection to use CLOB.createTemporary (), but... I can't.

    According to the docs, just replace in the code and config files a declaration of the class on another. But I replaced all in all the files of configuration of no. and anyway, no there wasn't that oracle.jdbc.driver.OracleConnection was created. (there is no explicit declaration of the type of connection in the code, everything is configured in the config files)

    Project uses marven, mybatis - 3.1.1. Database: oracle 9

    Driver: ojdbc14 - 9.2.0.5.jar contains two classes: the oracle.jdbc.driver.OracleConnection (for backward compatibility) and oracle.jdbc.OracleConnection.

    The question is what do I need to use a second instead of the first.

    Maybe there are a few java cache? I do not know...

    Everyone knows?

    I solved the problem!

    This thread helped me: https://forums.oracle.com/thread/556426 ("I have to use classes12.zip for this work.")

    The main problem was the jdbc driver - I tried all the ones I found on the page of download of oracle and the only factor that does the job was classes12.jar (Oracle Database 10g Release 2 (10.2.0.1.0)). I replaced it in 'ORACLE_HOME\jdbc\lib\' and 'apache-tomcat\lib\.

    Each driver has its own bugs, and I also did different things, so I can't say that any replacement driver is enough. Te I changed the time zone database, run the tzupdater, vm set param - Duser.timezone = ""-07:00 ", may be something else."

    Thank you very much for the answer so detailed!

  • How to avoid using the library native ttJdbcCS when connecting to remote host?

    I'm testing the Java program with the product that limits the use of native libraries.
    I use the 'client' mode to connect to TimesTen DB (which is done by using the plug, not the shared memory).

    It seems that even in client mode TimesTen JDBC driver calls the library native ttJdbcCS when doing remote queries.
    Why it does not use Java sockets? What is necessary for the native library?
    Is it possible to eliminate the use of native libraries in client mode of the JDBC TimesTen driver somehow?

    I fear that it is not possible to eliminate the use of native code for TimesTen libraries. Both direct drivers and customer are drivers of type 1 (JDBC/ODBC bridge). In both cases the JDBC driver Java code called NYI optimization library ttJdbc/ttJdbcCS and that the library in the direct or client ODBC driver (also called native code).

    If you want to use TimesTen then you must be able to allow the use of these native code libraries. The only other alternative is to implement your own client/server mehcanism such that you can put your own component 'server' on the machine running TimesTen and then use pure Java to communicate with this component of the 'customer '. Generally, it is however a lot of work.

    Chris

  • How to avoid using the 'form' tag

    Hi all

    Is it possible to call a form of my FORMS_PATH site from the browser without using the format of tag in the URL?

    for example, this is my URL to call the form master.fmx--> http:// < machine >: < port >/forms/frmservlet? form = master.fmx, is what I want to call it without using the format of tag after the? in the URL.

    Thank you.

    You can configure your formsweb.cfg file to include a section for your application.

    Lets say you have a section called myApp in the formsweb.cfg file,
    Then you can use http:/.../forms/frmservlet?config=myApp to call the application

    Note: If ssoMode = true in the related section of the formsweb.cfg for the MyApp, then the signature will only kick in the first

    You can use a specific environment file (a copy of the default.env file to your app) and then specify this environment file in the section of the formsweb.cfg file MyApp.

    [myApp]
    envFile = myApp.env
    ssoMode = true
    form = MyAppFirstForm
    pageTitle = MyApp
    ...

    Hope this is useful

  • How to avoid using several golds?

    I have a query that returns a number where I have to change some text if this number fits my criteria... the code looks like this (just an example)

    < name cfquery = "getNumber" datasource = "#Application.dsn #" >
    Select SomeNumber
    Users
    Where blah = blah
    < / cfquery >

    Is there a cleaner way to do this? (see code below)

    Thanks for your help.

    Set the values you want to add to a list, then do this:


    Found!

    Did not find it

  • I downloaded Safari 10 and now every page that uses Java asks me to activate or not. How to avoid this new feature? I have problems to access my bank account.

    I downloaded Safari 10 and now every page that uses Java asks me to activate or not. How to avoid this new feature? I have problems to access my bank account.

    I think they mean JavaScript.

    In your Safari menu bar, click Safari > Preferences and then select the Security tab, and then select: Enable JavaScript

  • I bought an iphone 4 on ebay but it's locked, icloud so I am not able to use it, and the previous owner is available to remove the device from their account: How can I use the appliance?

    I bought an iphone 4 on ebay but it's locked, icloud so I am not able to use it, and the previous owner is available to remove the device from their account: How can I use the appliance?

    You can not. Try to return the unit and get your money back. There is absolutely no way for you to unlock the device,

  • Print last page blank, how to avoid the last page to print, using NiReport

    Hi all

    I use NIReport to generate report/Print.

    I have problem

    I have a page to print,

    I wrote until the last line

    Problem is that NEITHER report adds a new, blank page, which is not necessary.

    This problem n, t occur when we write in the last row or left white.

    Note: I also have a header and footer details

    It will be printed on the blank page.

    When NIReport understand specific text is last line of the page, then NIReport automatically add the new page in the template.

    How to avoid printing the last white page in NIReport?

    Thank you

    Mukesh Kumar

    Just a guess: you use AppendLine? If so, you can try to move on AppendText to write the line, adding of newline as the first call when you need to start a new line. AppendLine adds a new line to the report after printing the line, and this can generate a blank page if you write to the last line on the page.

  • Use fractions to set my leaders to avoid the use of decimal of repetition?

    Is it possible to use fractions to set the X and Y of a guide? I need to create a pamphlet three components which is 11 "high with a buffer of 1/8". In decimal, my first guide is 0.125 and my second guide must be 3.791666666666666. I can use this number, but I fear that it is not perfectly accurate. Yes, I know it is too much trouble obsessive-compulsive, but I thought I would give it a shot. It would be nice if I could tell Illustrator to place my ruler to 3 19/24 ". Thank you.

    Jon,

    You can use simple expressions based on two values, such as 91/24 (3 * 24 + 19 = 91, so 91/24 = 3 + 19/24).

  • How to avoid CMO reinstall by OPatch when you use EM Harvester?

    Running OEM Grid Control 11 g (11.1.0.1.1GC PSU) on a database of repository infrastructure (11.2.0.1.2). Previously the CMO had installed in every ORACLE_HOME in our environment. I removed all of the existing CMO facilities and Instrumentation of the CMO in each database.

    I then installed COM (10.3.3.2.2) in the OMS_HOME in order to start using the harvester EM for all the additions of configuration rather than several CMO installs. It went well, and I started to see targets MOS indicating GC as the source of data rather than the CMO. Good so far.

    I then installed PSU 11.2.0.1.3 to the database of repository infrastructure. During the installation of the hotfix, OPatch reinstalled CMO in the ORACLE_HOME without my knowledge database. This caused some targets to reappear in MOS with CMO as a data source. At this point, I had two sets of COM in running processes. I confirmed that the patch caused the CMO reinstall verifying opatch newspapers of $ORACLE_HOME/cfgtoollogs, where I can see the new CMO facility occur.

    I then installed patch 9431704 to the MW_HOME/oracle_common ORACLE_HOME to resolve the target "FMW Welcome Page Application" showing down in the matter of the grid control. The patch went well, but new OPatch reinstalled CMO, this time to MW_HOME/oracle_common and MW_HOME/utils. So at this point, I had four sets of COM in the process running, which caused several duplicate targets appear in MOS, with CMO as a data source. Confirmed once again that the session led to the new CMO OPatch installs by reviewing logs of.

    I want to exclusively use the EM Harvester to download details of MOS. configuration by the white paper in notes 848962.1 , "The only prerequisites for the use of a system EMGC collect and download configuration to Oracle Support data are the EMGC WHO must be at least version 10.2.0.5 and there must be a configured instance COM (and running in connected mode) home of the Oracle of SGO."

    This leads to my question. How can I continue to patch SGD, the repository database and databases target, while preventing the OPatch reinstall CMO in each ORACLE_HOME finds it?

    I understand the comment of this white paper to signify that I need only CMO in the OMS_HOME and should never run out of any other ORACLE_HOMEs in our environment. Should I simply allow OPatch install COM anywhere he wants, and then interrupt them by running "$ORACLE_HOME/bin/ccr/emCCR hold? Is there a flag I can include executing "applicable opatch" to tell it jump CMO facility?

    I don't think that ORO sends data to MOS if it is in offline mode. Doesn't seem logical to me.
    Note: how to create a COM file response to Installation in silent mode Opatch [966023.1 ID] how you can use a response CMO file.

    Eric

  • How to avoid the export of DB links when you export using exp?

    Hello
    I am trying to export dump of data from tables from test@env1 to test@env2 in user mode. My requirement is to move all tables/roles/indexes...etc. data from one database to another DB with move them any link DB, I wrote below do this with considering them exclusion DB Link.

    Can someone tell me how to avoide DB lie then export? So that when I import the .dat file and existing DB links in test@env2 would not get affected. Y at - it something like exclude in convensional exp? (not expdb).

    I also intend to disable all triggers in target environment during import. Is it OK?


    (Step 1) Procedure to disable triggers in test@env2.
    DECLARE
    l_tri VARCHAR2 (2000);
    CURSOR cur_tri
    IS
    SELECT table_name,
    trigger_name
    Of all_triggers
    Owner where IN ('TEST');
    BEGIN
    I'm IN cur_tri LOOP
    RUN IMMEDIATELY "ALTER TRIGGER ' |" i.trigger_name | "DISABLE";
    END LOOP;
    END;
    /


    -EXPORTER-
    (Step 2)
    Export file:params.dat Param
    QUEUE = test.dmp
    OWNER = test
    TRIGGERS = n
    GRANTS = y
    LINES = y
    COMPRESS = y

    (Step 3)
    test/test_pass exp PARFILE = exp_params.dat

    (Step 4)
    Import the file:exp_params.dat Param
    QUEUE = test.dmp
    OWNER = test
    TRIGGERS = n
    GRANTS = y
    LINES = y
    COMPRESS = y


    -IMPORTANT-
    (Step 5) followed by importing a file param

    Import file Param: imp_params.dat
    QUEUE = test.dmp
    FROMUSER = test
    TOUSER = test
    TABLES = (*)

    (Step 6) followed by import
    IMP test/test_pass PARFILE = imp_params.dat

    Any help would be appreciated.
    Thank you.

    Can someone tell me how to avoide DB lie then export? So that when I import the .dat file and existing DB links in test@env2 would not get affected. Y at - it something like exclude in convensional exp? (not expdb).

    I fear this is not possible in normal export.but is possible with EXCLUDE prameter in expdp (but I've never tested and just assuming). You can give a try

    I also intend to disable all triggers in target environment during import. Is it OK?

    He can do faster import

  • How do I use the recovery folder on the HDD repair Satellite A300

    Hi all

    I have Toshiba satellite A300, model No. PSAGCE-00C006AR,.

    My operating system is windows Vista Home premium.
    Recently, I was working on battery when my system is closed.

    When I connected charger and power he found that the display shows the message (Please wait) forever and does not allow me to enter my password.
    When I press the power button to shut down my PC and reboot in safe mode, I can enter my password and connect to my PC, and however, when I connect to the PC shows only black screen with pointer and nothing more.
    Start button does not respond, the icon my computer or all other icons do not appear on the desktop.

    I did the following steps in trying to repair my PC: -.

    1 I restarted my PC in safe mode with command prompt, you try to run chkdsk/r, however I got the error message that the disk is protected and that I can demand that it runs at the next reboot. I typed Y and restart, but chkdsk does not work although I restarted 2 times.
    2 I restarted my PC and select advanced option then startup repair problem, then I got the message that no problem was found.
    3 I also tried Toshiba HDD recovery, but could not find any folder recovery although there is about 1.5 GB partition that has everything.
    4 I tried the windows complete PC Restore, but I received a message that (a valid backup not found)
    5 that my PC is come without recovery CD, so I borrowed an and restart my PC from the CD and repair selected... etc, however I got the error message that the disk is write-protected once again.

    Any advice how I can get my rear work system will be appreciated and how do I use the recovery folder on the HARD disk and avoid the write-protected message?

    Best regards
    Alaa Mostafa
    [email protected]

    Hello

    Of course I don't know what the problem is exactly, but I'm confused on a few other facts.
    The fact is that Toshiba has created the reminder that informs the user on the first day that Toshiba doesn't offer the recovery DVDs and it is recommended to create such a DVD support immediately.

    Question about you: you created this recovery media?

    The Toshiba recovery image has nothing to do with the WinRE Vista 1.5 GB partition. Partition WinRE Vista feature. On new models of laptops Toshiba recovery image is saved in folder HDDRecovery on the second partition. If touch you didn t and if you didn t change anything with partitions you should be able to install Vista using this recovery image.

    After your computer is turned on press F8 and choose the first option (if available) computer repair. You can enter the Vista System Recovery Options. The last option should be Toshiba Recovery. If you didn t change anything, this option will be available.

    Check it out!

  • Its mixed? While playing the slide with audio, if the customer has hit a tab with audio interaction, two sounds will play together. How to avoid what is happening?

    While playing the slide with audio, if the customer has hit a tab with audio interaction, two sounds play together, which is not a good customer experience.

    How to avoid what is happening? Placing a marker can help, but cannot solve the problem when the compliant/no intentional user, press tab.


    Better, if the presenter can triggle tab automatically at some point, or click interaction, no game bar function.

    Hi Louie,

    My sincere apologies for not being able to help on your previous question.

    Now, that the Interactions are concerned, they were initially designed to be placed as standalone content on the slide.

    Also if you try to resize your interaction and place it on the slide as well as other content/objects released published will always give a priority to the Interaction that it deemed to be a specific slide of Interaction.

    In the previous project, you shared, you try to time the Interaction with PowerPoint animations and wanted it to appear later on the set of slides, rather than on the start. But, as explained above, presenter honored not this setting in your project, because he in fact has considered a slide of interaction and display interaction since the beginning of the slide room itself.

    Also the number listed in this thread is concerned, there is no direct way to do it but I would like to suggest something that might help.

    If you want to keep the interaction on your slide and other content, Interaction will be available at the beginning of the slide. Surely there is no way that delaying his appearance, but you can still use animation related to Interaction in another goal. Within your presentation-> playback option settings, you can enable the feature of 'Pause after each animation' (see screenshot below). It will essentially help you achieve the function of auto-faisant a break from your animations, using your narration would automatically stop, just before you claim in your narrative and inform the learner to click on the different tabs of the Interaction. All you have to do is your narration and animation correctly so that the slide play does not break too many times in the time interval. Hope you find the idea of what I'm trying to say.

    Please mark this answer as being correct, if you find it useful. We would certainly look at such scenarios to be achievable directly at the request of our updates and later version.

    Thank you

    Zeeshan Hussain

    Adobe Presenter Engineering Team

Maybe you are looking for

  • Is it possible to disable the input Notifications?

    I use the Notifications and the only time I use it is to clear a value of weeks of entries.  Is there a way to disable or turn off notifications either at the global or individual application vy? Thank you -Tod

  • Satellite C660D-124 cannot display Web pages, but connected to the internet

    Hi all This is my first post and I hope someone can advise me.I have a Satellite C660D-124. running win 7. I have a netgear router on my pc and the laptop is connected to my home network.I'm hosting wifi using the mac address of the laptop to access

  • Photosmart printing 6525 E-mail

    If an email with an attachment image is sent to the Photosmart 6525, printer auto will select the photo paper - to print the photo and plain paper and then to print the body of the email.

  • Error with software analyst applied Biosystems Qtrap EABO of Bird

    Hello I have a mass spectrometer Applied Biosystems/AB Sciex Qtrap 2000 which used a card FOR Gbspecifications OR for communication.  The MS is very good, but when I try to acquire data, Analyst software gives an error "failed to acquire data. I just

  • Use of the virtual machine / machine is safe?

    I have windows 8.1 pro I want to use operating systems diferrent/test I use virtual box to install the OS on my laptop, it will be useful for me to install os without data lost, but I noticed that when I run the VM my system's struggle can I use the