InDesign to DPS file: a single line of static text seems to have a fine line or a "fold."

Screenshot_2013-10-29-11-31-40.png

In the inDesign file everything seems perfect, but when loading for Kindle Fire 7 "only a line of static text (no scrolling) seems to have a 'fold' or a thin white line that runs through.

Post edited by: LFantroy

The text sits on the line where Adobe breaks the page, even if considered all one page (smooth scrolling) is technically a little longer than one page. The text is actually sitting in the middle of the bottom of the first page and the top of the second.

The solution: change the spacing of the text so that the 1280y brand is actually between the lines of text and no text sitting on this line.

Tags: Digital Publishing Suite

Similar Questions

  • Reading single line of the text file

    I use the following code to read a .txt file

    private String readTextFile (String fName) {}
    String result = null;
    FileConnection fconn = null;
    DataInputStream is = null;
    try {}
    fconn = (FileConnection) Connector.open (fName, Connector.READ);
    is = fconn.openDataInputStream ();
    Byte [] = IOUtilities.streamToBytes (is) data;
    result = new String (data);
    } catch (IOException e) {}
    System.out.println (e.getMessage ());
    } {Finally
    try {}
    If (null! = is)

    is. Close();
    If (null! = fconn)
    fconn. Close();
    } catch (IOException e) {}
    System.out.println (e.getMessage ());
    }
    }
    return the result;
    }

    I want to print a single line instead of the file around so I read that I need to store the contents of the file into an array and then get the index of the line. Problem is that I couldn't find any information on how to do it. Can someone give me a shot. Thanks in advance.

    This isn't a problem with encoding. You just need to do a little extra accounting and adjust start and end indices to remove these characters. To treat the "\r\n" of line termination style, you can maintain a flag (initially false) to indicate that the previous line ended with a \r; If a line begins with \n, it should be treated as the end of a line (empty) if the flag is true (in which case it should be ignored).

    If you want to extract all lines (not just the first), then it may be easier to do this accounting while avoiding a separate function. Something like this (untested):

    // read the file into a byte array 'data'; then:
    Vector lines = new Vector();
    boolean endCR = false;
    int start = 0;
    for (i = start; i < data.length; ++i) {
      if (data[i] = 0xD) {
        lines.addElement(new String(data, start, i - start));
        endCR = true;
        start = i + 1;
      } else if (data[i] = 0xA) {
        if (endCR && i == start) {
          start++;
          endCR = false;
        } else {
          lines.addElement(new String(data, start, i - start));
          start = i + 1;
        }
        endCR = false;
      }
    }
    String[] results = new String[lines.size()];
    lines.copyInto(results);
    
  • When you type an e-mail, when I go to the next line, it jumps two lines instead of a single line. How can I fix it?

    I was typing an email and when I would go to the next line, it will skip two lines instead of a single line. How can I fix the problem?

    I'm not sure that you understand the problem. Could include a screenshot of it just after what happens?

    If you need help to create a screenshot, please see How to make a screenshot of my problem?

    Once you have done so, attach the file to screen shot saved to your post on the forum by clicking on the button Browse... under the box to post your reply . This will help us to visualize the problem.

    Thank you!

  • How can I get the tabs to go on a single line and a menu of Firefox?

    Firefox allows to have 2 lines above - Firefox menu with tabs and more and another line of the navigation toolbar. during the installation of some programs online, Firefox now have 3 lines at the top, with the Firefox menu on an entire line, the 2nd line of tabs and 3rd line of navigation toolbar. How can I get the tabs to go on a single line and a menu of Firefox?

    With the current versions of Firefox, you can choose to use the menu of Firefox (orange in windows; gray Linux) button at the left end of the Windows title bar or bar menus familiar as in earlier versions. The Firefox button is displayed by default only in Windows Vista and Windows 7, but you can turn on or off or switch between the two or temporarily show the menu bar when the Firefox button is displayed.

    If you chose to use the Firefox button and you use the default tabs on top, the tab bar will move to the title bar with the Firefox button only when you are to maximize window (the ' square' the middle button in the upper right corner of the Windows standard application window). Other selected toolbars will be displayed below that (bar Navigation, Bookmarks Toolbar and the toolbars you add via Add - ons).

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You must update some plug-ins:

  • the formatting generated XML using XMLELEMENT() my output approximates to a single line, I want to be in an XML format

    Hi I have a problem in the formatting of XML file, that I generated with xmlelement() when I run it gives me putput in one line

    is it possible that I got my output as an XML file...

    This is the expected behavior. PRETTY print (ing) is required for humans. XML parsers do not need XML to be pretty printed. If you open the XML file in a browser such as Windows Explorer or Firefox, the browser will display enough output for you.

    In all, the exit 'single line' is made for PERFORMANCE reasons (lack of useless end of line and CTRL line breaks etc.)

    SELECT xmlelement ("employee name", model ") as"RESULT XML.

    FROM DUAL;

    X

    SELECT xmlelement ("employee name", xmlelement ("name", false))

    , xmlelement ("LastName", dummy)

    ) as "RESULT XML.

    FROM DUAL;

    X X

    XMLSERIALIZE enough to print the result if necessary via indentation

    SELECT XMLSERIALIZE (SIZE of withdrawal CONTENT xmlelement ("Employee Name", xmlelement ("name", model), xmlelement ("LastName", false)) as CLOB = 1).

    FROM DUAL;

    X

    X

  • Only Indesign and DPS support 64-bit support required apples as Apple announced is required as of February 1, 2015?

    I got this email from Apple.  I use Xcode to build, I only use InDesign. InDesign and DPS will meet the requirements of Apple?

    It's the email:

    Dear developer,

    As we announced in October, beginning February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and built with iOS SDK 8. Beginning June 1, 2015 app updates will also have to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build the 'Standard architectures' setting to build a single binary with 32-bit and 64-bit code.


    Thank you

    Deb

    The next update, in January, it will take into account.

  • Get-hard drive on a single line of csv

    Hello


    I have to do a migration to a new san.

    I want to be able to move everyting off the old san to the new, but I also need to separate files vmdk to different LUNS.
    --------------
    ex:

    (VM1 (vmxfiles, Hd1, hd2, hd3) SAN1LUN1)--> (((VM1 vmxfiles) SAN2LUN0), ((VM1 hd1) SAN2LUN1), ((VM1 hd2) SAN2LUN2), ((VM1 hd3) SAN2LUN3))
    --------------

    I wish I could get a single line in a csv file:

    --------------
    ex:

    VMName, VMXFILESLUN, HD1, HD1LUN, HD2, HD2LUN, HD3, HD3LUN
    --------------

    Is it possible to have this command, which overlooks several lines

    --------------

    Get-disk hard - VM * | where {$_.} DiskType - "Flat" eq} | Select the Parent, name, file name

    Parent                                                             Name                                                              Filename
    ------                                                             ----                                                              --------
    VM1                                                         Hard disk 1                                                       [DS1] VM1/VM1.vmdk
    VM1                                                         Hard disk 2                                                       [DS1] VM1/VM1_1.vmdk
    VM1                                                         Hard disk 3                                                       [DS1] VM1/VM1_2.vmdk

    --------------

    Instead, format to give:

    --------------

    VM1, name, hard drive 1, VM1/VM1.vmdk disk, Hard [DS1] 2, [DS1] VM1/VM1_1.vmdk, Hard disk 3, VM1/VM1_2.vmdk [DS1]

    --------------

    Thank you

    Try something like that.

    Note that we need to sort the table with the longest row at the top, otherwise Export-Csv has a problem.

    $report = @()
    foreach($vm in Get-VM){
        $row = "" | Select VM    $row.VM = $vm.Name
        foreach($hd in (Get-HardDisk -VM $vm)){
            Add-Member -InputObject $row -MemberType NoteProperty -Name $hd.Name.Replace("Hard disk ","HD") -Value $hd.Name
            Add-Member -InputObject $row -MemberType NoteProperty -Name $hd.Name.Replace("Hard disk ","LUN") -Value $hd.Filename
        }
        $report += $row}
    $report | Sort-Object -Property {($_ | gm | Measure-Object).Count} -Descending | ` Export-Csv "C:\vm-hd-list.csv" -NoTypeInformation -UseCulture
    
  • Replace or remove all single line breaks in a Blob

    Hello

    I want to remove/replace all new simple lines (NOT the carriage return / new line) in a BLOB.

    I tried to convert the BLOB in a clob, and then replace all occurrences of new lines of simple with the function replace (for example replace (clob, 10),)
    I even cut the clob into small pieces of varchar2 and tried to apply the function replace etc., but without success!

    I'd be happy if someone could give me a tip how I could fix this problem.

    I use
    Request 4.1.0.00.32 Express on
    Oracle 10g (10.2.0.4.0 - 64 bit)

    Thank you
    Johnny

    Johnny Be Good wrote:
    Hi Paul,.

    the answer to your first question is simple. I use a blob instead of a clob object because I download a file (csv) using an element "Browse file".
    The file is then stored in FLOWS_FILES. WWV_FLOW_FILE_OBJECTS$ (wwv_flow_files) that stores the file in a blob (blob_content) column.

    What to do now is to store the contents of the BLOB to a file in a directory in order to to use as an external file.
    After this, I question the external file and merge the contents into a normal table within the database.

    The problem I have now is that sometimes downloaded csv files have 'broken data sets' in the way that a line (a single dataset), which was divided into
    two or more rows (with a single line break at the end of each line instead of a carriagereturn/linefeed to the normal lines).
    Sometimes, when the lines matching/data sets contain a very large text (e.g. 3000 characters) in a single column and MS excel (the tool used to record the original excel in csv file) can not handle this long texts of a column and breaks the content of a line into multiple lines in a cell.

    However, I need to "Break" the broken data sets in the blob downloaded by removing (or replace) single line breaks, which are an indication of a split data set.

    In view of this process. I converted to CLOB BLOB when the file is extracted from APEX_APPLICATION_FILES, remove the EPA of the problem, and then write in the file system as a CLOB.

    I tried to do by converting the BLOB in a clob, for example with this function:

    A function like this is reinventing the wheel. 10g comes with dbms_lob.convertToClob (see above).

    And after conversion, trying to replace all the occurrences of single line within this clob breaks, for example with this code:

    l_clob := replaceClob(l_clob,chr(10),' ');
    

    Who will replace all the LFs, whether or not they are in CR/LF pairs. Use regexp_replace/regular expressions to exclude EPA following a CR (see above).

    "Without success" means, that the line breaks have not been replaced. I tried several ways as delete (replace without a third parameter and the corresponding function), replacement (for example with a white) etc. !

    I even tried to apply the function of standard replacement for varchars on a clob that I read somewhere that it is supported in 10g and apex 4.1 but with the same result.

    I think that you have been making life difficult for yourself. Everything that seems to involve more (ineffective) writing code as necessary. Everything you need is built into 10g (it seems that you could use the obsolete references?)

    I hope I could explain the question a bit better now and would appreciate it if you had a starting point for me.

    Should have what you need in the above examples.

  • PL/SQL muliple line insert for a single line

    I need to insert several lines in a single line. Here is the table structures and sample data
    CREATE TABLE TEST_SAMPLE (NAME VARCHAR2(20), ATTR_1 VARCHAR2(20), ATTR_2 VARCHAR2(20), ATTR_3 VARCHAR2(20),ATTR_4 VARCHAR2(20));
    
    CREATE TABLE TRANSACTION (NAME VARCHAR2(20), ATTR VARCHAR2(20))
    
    insert into TEST_SAMPLE (NAME, ATTR_1, ATTR_2, ATTR_3,ATTR_4) values ('hello','asd','fgh','ert',null);
    For the anecdote above in the TEST_SAMPLE table, three records must be populated\inserted in TRANSACTION table. In PL/SQL
    stored procedure I am insert records of TRANSACTIONS when ATTR_1 or ATTR_2 or ATTR_3 or ATTR_4 is not null.

    Please help me to find a better way to insert above in table TRANSACTION?

    Like this...

    SQL> ed
    Wrote file afiedt.buf
    
      1  insert all
      2    when 1=1 then
      3      into TEST_SAMPLE (NAME, ATTR_1, ATTR_2, ATTR_3,ATTR_4) values (name, attr_1, attr_2, attr_3, attr_4)
      4    when attr_1 is not null then
      5      into TRANSACTION (NAME, ATTR) values (name, attr_1)
      6    when attr_2 is not null then
      7      into TRANSACTION (NAME, ATTR) values (name, attr_2)
      8    when attr_3 is not null then
      9      into TRANSACTION (NAME, ATTR) values (name, attr_3)
     10    when attr_4 is not null then
     11      into TRANSACTION (NAME, ATTR) values (name, attr_4)
     12  select 'hello' as name
     13        ,'asd' as attr_1
     14        ,'fgh' as attr_2
     15        ,'ert' as attr_3
     16        ,null as attr_4
     17* from dual x
    SQL> /
    
    4 rows created.
    
    SQL> select * from test_sample;
    
    NAME                 ATTR_1               ATTR_2               ATTR_3               ATTR_4
    -------------------- -------------------- -------------------- -------------------- --------------------
    hello                asd                  fgh                  ert
    
    SQL> select * from transaction;
    
    NAME                 ATTR
    -------------------- --------------------
    hello                asd
    hello                fgh
    hello                ert
    
  • Logo JPG of trace to a single line vector?

    Hello

    I have about 20 different company logo in color, and the original file is a jpeg. I have converted all sucesfully color vectors, however, I now want to convert all vectors of the single line.

    I downloaded an image of what image I have (in color), and the other black outlines are the result I want to achieve.

    I played a bit with vectorization, but I do not see how to get fair 'contours' or to change the type of line.

    Manual tracing is not really an option because there is not a lot of logos and they all vary in style and complexity.

    Thank youLogo.png

    Expand the vectorization, and then apply the stroke and fill you need.

    Take a look at sites like brandoftheworld.com to get the best quality of the vectors.

    But normally you should get your customer logo. If you use their logo without permission, you could get into trouble.

  • Extract data into a single line

    Hi good morning all,
    Here's my problem: my goal is to have a single flat txt file with a single line!
    That being said can someone tell me how to retrieve my oracle table data in a txt file, with the news that my table has a single colum (varchar 250); and I have 200 rows in this table;
    the output should be only a single line without end!
    Thank you for your great support;
    I try with all possible overall; (set pagesize 0 tab settled out of SPACE SET SET NEWPAGE 0 0 trimspool set set verify off set set recsep [off set echo off... off position) but no way to work!

    user647922 wrote:
    Thank you all for the reply! Dear BLUSHADOW! I try but I get an error that I can't understand:
    SQL > declare
    cursor cur_e is
    Select to_char (MASTRECORD_EDU, 'fm9999') as ln
    of operant.fic_bdf;
    v_fh UTL_FILE. TYPE_DE_FICHIER;
    Start
    v_fh: = UTL_FILE. FOPEN ('W_DIR', 'testout.txt', 'w');
    for e in cur_e
    loop
    UTL_FILE. PUT(v_fh,e.LN);
    end loop;
    UTL_FILE. FCLOSE (v_fh);
    end;
    /
    declare 2 3 4 5 6 7 8 9 10 11 12 13 14
    *
    ERROR? line 1:
    ORA-01722: invalid number
    ORA-06512:? line 8

    Help, please!

    This means that one of your MASTRECORD_EDU values is not a valid number. Question by data, not code Office.

  • Single line ink = unique uniform drawn line in the trace function? Nope.

    I use AI CS5 and I'm trying in vain to get a result of technical drawing with ONE single line drawn uniform thickness of a single comic line scanned in a Photoshop file. I try NOT to get a calligraphic line that runs end-blob-thick-blob-end again, and then becomes two parallel unbound, goes back to thick end. It may seem drawn by hand and artsy; That's fine, but this isn't what I hope. I want a path unique 1pt standard with no double section (supposed to be indicated). That's all I can get using the setting of "Technical drawing" of furshlugginer. Is this normal? If so, my boy, I have a feature request for Adobe! I realize that there will be occasional corners and feet which will become mapped out blobs that I'll need to lop, and I can handle this, but how do I draw a single line, the scanner, then tracing, to achieve a uniform line, as most of the real, actual, technical drawings I've seen? Or do I have a problem copy of CS5?

    I'm sure that this question was answered correctly somewhere between 2011 and 2016 (now), but in my search for the answer to this question, it's at the top of the list of Google search.

    Birck issue was to apply a single line of a drawing to simple line n/b. Given that you have a reasonably well resolved image, it seems that the best way to 'say' HERE you don't want to the contour of the whole width in pixels of a line is change the "Tracing Options/settings setting in the"PX"box for a low setting. For example; I had a TIFF image of 600 dpi to a line drawing, who read '600 px' when inserted. I just changed to "150 px", press "develop" and "Viola" - a single vector spline which was centered on the black line.

    Never he asked?

  • Single line of bold in datagrid

    It seems like I'm burying language abstract of Flex, but I'll try to find a way to make just a single line in a datagrid "BOLD". I know that the index of the line, it's easy.

    Is there a quick and dirty to do this?

    I appreciate any help in advance.

    Thank you!
    -Jacob

    How to 'quick and dirty '. Hmm. I am not afraid. You need an itemRenderer. And since you want all columns to have bold text, you will need to use the same rendering engine for each column. I recommend you to write a custom converter (.) MXML file).

    First of all, how do you know which line you want bold? Is it all just because you want to 4th place or have anything to do with the data? Usually, there is something on the data that you use to determine the visual appearance.

    Let's say in the data, when the amount is > 1000, you want boldfacing.

    Here's an itemRenderer to drop-in for one of the columns. You can repeat this step in the same file or create a custom converter.







  • return results as a query of single line sup.

    Hello

    It's my current query
    WITH car as (SELECT 'FORD' make FROM DUAL UNION SELECT 'TOYOTA' make FROM DUAL UNION SELECT'BMW' make FROM DUAL UNION SELECT 'FIAT' make FROM DUAL)
    SELECT * FROM CAR
    Which is: -.
    BMW
    FIAT
    FORD
    TOYOTA
    However, the actual output required: -.
    'BMW, FIAT, FORD, TOYOTA'
    that is, all turned around on a single line.
    Any ideas on how to do this?

    Thanks in advance!
    David

    Or

    SQL> ed
    Wrote file afiedt.buf
    
      1  WITH car as (SELECT 'FORD' make FROM DUAL UNION
      2               SELECT 'TOYOTA' make FROM DUAL UNION
      3               SELECT'BMW' make FROM DUAL UNION
      4               SELECT 'FIAT' make FROM DUAL)
      5  SELECT ltrim(sys_connect_by_path(make,','),',') as makes
      6  FROM (select make, row_number() over (order by make) rn from CAR)
      7  where connect_by_isleaf = 1
      8  connect by rn = prior rn + 1
      9* start with rn = 1
    SQL> /
    
    MAKES
    ------------------------------------------------------------------------
    BMW,FIAT,FORD,TOYOTA
    
    SQL>
    
  • How to set up single-line message headers?

    Previously, in the message display area, I had configured Thunderbird so that a message appears that the subject of the message in the message header section just above the body of the message. But I just upgraded to to 38.1.0 and now I have in reserve, [address], in the header box, although I've seen-> headers-> Normal (Compact) set.

    Please tell us how to get back to the option just to display the subject line. Real estate vertical display is much too precious to not having the capacity of the old view of a single line.

    Thank you
    [email protected]

    Install this add on.

    https://addons.Mozilla.org/en-us/Thunderbird/addon/compactheader/?src=HP-DL-featured

    The normal headers view removes the routing information only. It has nothing to do with what you are trying to accomplish.

Maybe you are looking for

  • Why am I having so much trouble

    I'm not sure what should be posted on board. If it's bad, please move and advise. I'm having a lot of problems with a laptop that I bought on EBay and "wiped" and redone with Win 10.  What I have is a Split HP x 2. Because I couldn't have the problem

  • Can I stream movies to my Macbook Pro?

    I have an Amazon Prime account but you don't want to buy the fire TV to watch their movies that I bought a 3rd Gen Apple TV. Can I broadcast my Macbook Pro on my Apple TV movies so that I can watch these movies from Amazon? Thank you

  • El Capitan of Apple just made my life A little more inefficient in 2 ways

    1.), removing the pinch to zoom in on the Finder icons 2.) removal of the option "save under" of... EVERYTHING, at least as far as I can tell (outside my programs in MS Office, of course)... and its replacement by a function 'copy' terrible, messy. A

  • Pavilion 17e135nr hdmi does not...

    brand new hp pavilion 17e135nr windows 8.1 TV is the brand new visio 50 inch I know that the cable is good (new) because my ps 3 working very well so I unplugged the ps3 and hooked to the laptop to play a movie I loaded down and I selected 2 HDMI whe

  • Installation of Windows 7 Boot from sd card

    So, I want to install 64-bit x on my hp probook 4420 s after all is to copy the windows setup files. and then start from an sd card. but after "windows is loading files" it stuck at windows startup can you guys help me with this problem :( Post propo