Preflight, errors. Block of text.

I'm using CS5, on a mac. I made a calendar that made the table on the table menu, I added the numbers and days of the week. There is an error for each journal report

Problem: Overset text: 8 characters

FIX: Resize the text block or change the text to fit in the frame. Add text blocks to the thread of the story if necessary.

I mounted the text box on the edge of the page and the photos above the edge of the 3 mm of eave.

I tried to move the sides of the block of text in a little but still can see no improvement. So was put back in place.

any ideas, thank you.  Alan

Screen Shot 2015-11-17 at 22.30.07.png

have you looked at one editor to see what is overset text? And you must adapt the edge table - you cannot print the numbers (or the border lines) so close.

Tags: InDesign

Similar Questions

  • Select a block of text with lable

    I'm coming down with a block of text from the document page 2 with label "main script text" but script below does not work.

    app.activeDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.points;

    app.activeDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.points;

    app.activeDocument.viewPreferences.rulerOrigin = RulerOrigin.spreadOrigin;

    Try

    {

    var jt = app.activeDocument.pages [2] .textFrames;

    for (i = 0; i < jt.length; i ++)

    If (.label jt [i] is 'Hand Text')

    JT [i]. TextFramePreference.autoSizingType = AutoSizingTypeEnum.HEIGHT_ONLY;

    }

    {catch (e)}

    Alert ("nothing happened");

    }

    Can you please help me what is the error here.

    Counting with numbers index starts with the number 0.

    So the second page is app.documents [0] .pages [1].

    Uwe

  • Can't add placeholder text data merge for all blocks of text on the document

    I'm trying to put together a script that loops if all pages in an indesign file, search all text frames label caption1, caption2, caption3... (whenever you get to a new page, the number of text images label starts again from 1) and add a placeholder in the text data fusion: caption1, caption2, caption3... but this time, when you get to a new page the number continues to go... caption4, caption5 and so on.

    Page 1 - image text = caption1 = tag > data merge placeholder = < < caption1 > >

    Page 1 - image text = caption2 = tag > data merge placeholder = < < caption2 > >

    Page 1 - image text = caption3 = tag > data merge placeholder = < < caption3 > >

    page 2 - text = caption1 = image tag > data merge placeholder = < < caption4 > >

    page 2 - image text = caption2 = tag > data merge placeholder = < < caption5 > >

    Currently, the script is adding placeholder text merge data only for the two text frames first (out of 6) on a page (about 8 pages) and just the first image of text on the page two (out of 3)

    Any help will be greatly appreciated

    Here's the script:

    myDocument var = app.activeDocument;

    -SOURCE DATA CALLS FUSION

    main();

    main() {} function

    myDataSource var = File.openDialog ("Please select a datamerge source", "text files: * .txt");

    If (myDataSource! = null) {}

    myDocument.dataMergeProperties.selectDataSource (myDataSource);

    myDocument.dataMergeProperties.dataMergePreferences.recordsPerPage = RecordsPerPage.MULTIPLE_RECORD;

    }

    }

    -MERGE OF DATA FIELD

    function get_field (captionString, myDocument) {}

    fields var = myDocument.dataMergeProperties.dataMergeFields;

    for (var f = 0, l = fields.length; e < l; f ++) {}

    If (fields [f] .fieldName == captionString) {}

    Returns the fields [f];

    }

    }

    Alert ("error: did not find all the fields with the name" + field_name);

    }

    THE TEXT - ADD PLACEHOLDER DATA MERGE

    var countFrames = 1;

    for (i = 0; i < myDocument.pages.length; i ++) {/ / TOTAL NUMBER OF PAGES in the DOCUMENT}

    var capPerPage = 1;

    for (x = 0; x < myDocument.pages [i].textFrames.length; x ++) {//COUNT TEXT TOTAL IMAGES PER PAGE

    If (myDocument.pages [i] .textFrames [x] .label < 0) {}

    Alert ('can not find any image caption');

    } ElseIf (.textFrames [x] myDocument.pages [i] .label == 'caption' + capPerPage) {//IF IT IS A TEXT LABEL of IMAGE 'caption1' EXECUTE

    var captionString = "caption" + countFrames;

    var myTextFrame = myDocument.pages [i] .textFrames [x];

    var myDataMergeProperties = myDocument.dataMergeProperties;

    var myTextFrame.parentStory = monarticle;

    var myStoryOffset = myTextFrame.parentStory.insertionPoints [-1];

    var myNamePlaceHolder = myDocument.dataMergeTextPlaceholders.add (monarticle, myStoryOffset, get_field (captionString, myDocument)); ADD DATA FUSION TEXT HOLDER TO THE TEXT BLOCK

    countFrames ++; INCREASE THE NUMBER TO ADD DATA FUSION TEXT PLACEHOLDER FOR THE NEXT BLOCK OF TEXT

    capPerPage ++;

    }

    }

    }

    Hello

    To verify this change (replace for...) loop)

    var countFrames= 0, currLabel, capPerPage;
    
    for (i=0; i
    

    Notice countFrames starts at 0.

    Jarek

  • Copy blocks of text between documents

    I have two documents which have the same number of pages. I want to write a script to copy blocks of text on each page of the document source to the corresponding page in the target document. There is usually only a single block of text on each page, and I want it placed exactly the same in the target as the source. I tried the following:

    for (var i = 0; i < fromDoc.pages.length; i ++) {}

    for (var j = 0; j < fromDoc.pages [i].textFrames.length; j ++) {}

    var fromTextFrame = fromDoc.pages [i] .textFrames [j];

    App.Select (fromTextFrame);

    App.Copy ();

    toPage var = toDoc.pages [i];

    App.Select (toPage);

    App.Paste ();

    }

    }

    It gives me an error on the statement of app.copy: "Cannot copy/cut because of invalid selection."

    Can someone help me with the right code? That the ks!

    Sorry - it's a bug in the forum software that is sometimes

    submitted by email do not appear. What I said is:

    You should avoid the use of copy(), paste() etc. - There is almost always a

    best way to do things.

    In this case, see the duplicate of a textFrame method:

    TextFrame.duplicate (for: varies by: table of unit of measure (number or))

    String)): PageItem

    Adobe InDesign CS6 (8,0) Object Model

    Duplicates the TextFrame to the location specified or offset.

    of: Data Type: varies

    The location of the new TextFrame, in coordinates specified in the

    format. Can accept: table of 2 units, spread, Page or layer.

    (Optional)

    by: Data Type: table of unit of measure (number or string)

    Amount to compensate for the new original TextFrame

    TextFrame position. (Optional)

    You can see that the setting 'to' duplicate() accepts various

    things, which seems to be what you are looking for: page.

    So if you set myPage to a page in a second document, likely to be you

    will find that it has been reproduced on this page:

    myTextFrame.duplicate (myPage)

    Try and see how the text block lands facing upward.

    If this isn't in the right place, I suggest to copy the

    the source for the new textFrame textFrame geometricBounds (he can be)

    have other ways to do it). Just ensure that the origin of the rule and

    units of measure in the two documents are the same.

    HTH,

    Ariel

  • by selecting all the blocks of text on all visible layers

    I want to select all the blocks of text on all visible layers.

    the script below will select all the blocks of text, even in groups, but if the layer with the text is invisible the script error. (target layer cannot be changed)

    If (app.documents.length > 0) {}

    var doc = app.activeDocument;

    var numTextFrames = 0;

    for (i = 0; i < doc.textFrames.length; i ++) {}

    textArtRange = doc.textFrames [i];

    textArtRange.selected = true;

    }

    }

    So I made this script to select blocks of text on only visible layers, but now missing text belonging to a group.

    var layerCount = activeDocument.layers.length;

    var docSelected = activeDocument.selection;

    for (i = 0; i < layerCount; i ++)

    {

    currentLayer = activeDocument.layers [i];

    If (currentLayer.visible == visible)

    {

    for (j = 0; j < currentLayer.textFrames.length; j ++) {}

    textArtRange = currentLayer.textFrames [j];

    textArtRange.selected = true;

    }

    }

    }

    can someone tell me why it is not some frames of text bound in a group when made this way and is it possible to get all managers of related texts selected on all visible layers?

    Thank you

    Duane

    Try this:

    if (app.documents.length > 0 ) {
        var doc = app.activeDocument;
        var numTextFrames = 0;
        for (  i = 0; i < doc.textFrames.length; i++ ) {
            try {
            textArtRange = doc.textFrames[i];
            textArtRange.selected = true;
            } catch (e) {}
            }
        }
    

    Have fun

  • Way to block hours texts outside the list of contacts in the end?

    I keep getting texts at 02:00 in the spam that wake me up. always a different number of front.

    There must be an easy way to block all texts apart from my list of contacts during certain hours? I can't be the only one to experience this.

    Hello

    Drag to the top of the control panel culminating point halfmoon homescreen that donot disturb

    Put it on every night.

    See you soon

    Brian

  • PowerVault TL2000 ERROR (blocker) [CF]

    Hello

    one of our powervault tl2000 no longer works. Initially, he started giving an error block mechanical (there was a cartridge stuck between the magazine and the elevator). We have removed the cartridges, but now it gives this error:

    Incompatible left Mag. Is not ready to the host. Release the left Mag.

    We have tried to remove the left mag, remove all the cartridges, we tried to restart and even trade magazine with a different of an another tl2000 we have... no work. I think something is broken inside (not in the magazine because it does not work with another magazine too)

    Can you help me?

    Thank you

    Best regards

    Buongiorno sto contattando by mail.

  • Blocks of text overlapping fill Uni transparent look in the press

    Hi all

    Looks like I need help again once.

    I have three blocks of text overlapping (to some extent) (all 100% opacity, red background fill, fill black middle and above no fill). They look good on the monitor to identity card, but they show a transparent way when printing. I can clearly see the Red bottom showing through the average black person (in the region of overlap) and the top white text looks a little red tinted (in the same region overlapping). What I am doing wrong?

    Thank you for your help.

    The preference of the appearance of Black allows you to set whether the default [Black] swatch overprinted automatically.

    Offset inks are normally transparent and the precision with which a black overprint ink display is managed by assigned with the document CMYK profile. The degree of transparency depends on the situation of the press, so overlay would be most obvious on a no bed sheet and this is reflected in the allocation of profile during separation overprint preview is on.

    This is Euroscale Coated followed SWOP bed

    Older profiles did not show the effect of black overprint, so if you have turned off the color management you wouldn't see overprinting of black.

  • The blocks of text move in Muse

    I'm having a problem with the moving blocks of text. I'm trying to place a block of text on a chart. They are in the same layer. The graphic (png since Illustrator) is x 50px 960px. the text block is x 50px 200px. (Picture the graph under a brace of section and the text is the name of the section).

    I diligently to align the graphic frame and text to align horizontally (they have the same value of Y). In design mode, they are lined up. (The text is centered in the image horizontally) In preview, the text is is more aligned to the Center with the graph below him.

    I tried all PIN for browser, pin it to the page and not pin code... I was even considering sticking a PIN in my eye, but that seems not good either... I had this same problem with the other blocks of text as well. (Coincidentally also in addition to a PNG in Illustrator.) I had the text block completely disappear in the preview when pinned.

    I don't know that this is one of those really stoopid things simple if you know what to do, it's very simple... but if you do not have...

    The big question... What is the trick to get the text to appear in the same preview as it appears in the design?

    Someone got this?

    Zak solution in this post on the forum help? Alignment inside the bug box.

  • Alert to variation of Muse - block of text - not supported

    Hello

    I just changed the text on my website to Verdana web fonts Dosis, which I installed it. DOSE does not have an italic version, which is fine. But wherever I used Verdana italic earlier and preview in a browser, I now get a warning will appear indicating, for instances of 36:

    «Block of text on the "Home" page uses a variation unsupported "italic" from edge Web font named "Dosis medium".» Italics will be simulated. »

    Seen in the browser these words that had already been put in italics when I used Verdana are now italicized in the dose in the browser. I do not see the warning (x 36) whenever I saw in the browser. I want especially to ensure that this do not cause any problems when I'm done with my design and publish it.

    Please notify.

    The italic shape of Dosis you see in the browser is a false "italics" artificially simulated by the browser sloping forms of the letters. This usually results in an unnatural feel compared to a true italic, but if you are satisfied with the appearance, feel free to use it; It will not have any other "problems." However, there is no way to silence warnings from the time of export, if you decide to go with the fake italics.

    Abhishek

  • Deleting all the blocks of text hidden unexpectedly removes blocks of text embedded (but visible). Why?

    I try to use the code below to remove all the blocks of text hidden in a document. It is works quite well, BUT for some reason, removes the visible anchor text blocks.

    (the argument currentTextFrame.length is to prevent it remove hidden text blocks if the content is threaded, in which case the text is redéroule then in blocks of text that is visible.) I need to find a solution to this, but it's tomorrow problem.)

    I have a similar function to allGraphics and does not remove the anchored frames.

    Can someone point me in the right direction? I can add a check to see if the text block is anchored, but I fear that I might get bored the biggest problem.

    var myDocument = app.activeDocument;
    var myTextFrames = myDocument.stories.everyItem().textContainers.reverse();
    var myTextFramesLength = myTextFrames.length;
    for ( i = 0; i < myTextFramesLength; i++ ){
         var currentTextFrame = myTextFrames[i];
         if ((!currentTextFrame.visable) && (currentTextFrame.length ===1)){
              currentTextFrame[0].remove();
         }
    }
    
    

    _9781101983546_EPUB_SBs_indd___100_.png

    Edit: What is happening in 2014.0 and 2015.1, OS x 10.10 CC

    Post edited by: Naomi Kennedy

    Hi Naomi,

    and there is an array of arrays with:

    myDocument.stories.everyItem().textContainers
    

    Try this:

    var a = app.documents[0].stories.everyItem().textContainers;
    for(var n=0;n
    

    I suggest the following, which should work:

    var doc = app.documents[0];
    var myStoriesArray = doc.stories.everyItem().getElements();
    var storiesLength = myStoriesArray.length;
    
    var textContainersToRemoveIDs = [];
    
    for(var n=0;n
    

    Uwe

  • Breakpoint - not able to move the block of text at a breakpoint

    Adobe 2015.1.0.2309 Muse.

    I have a few breakpoints set on my page. When I jump to one of them my expectation is that I'll be able to format the page for this breakpoint.

    I want to move a block of text right of a picture to a picture below when I get to a certain page width. If I click on the breakpoint for the width of the page, but when I hover over the text block I have an icon that says 'Click to go straight at the stop'. When I rubbed it in my larger page break.

    Starting point:

    b01.JPG

    I want to move the text under the image block when I'm about to stop 750, so I post the width of the page at 750. However when I place the mouse on the text block I just get the message "click to go directly at the breakpoint.

    b02.JPG

    If I click on the Muse goes back to as in the first photo.

    How can I actually select me the text block, so I can re - position?

    Hello

    Screen captures, it seems that you have created the breakpoints on the master page. Master page breakpoints do not automatically carry over ordinary pages; You must explicitly create (click on the white triangle on the breakpoint bar to go to the location of the main breakpoint and then click on the button '+'). Once you have a breakpoint on the regular page, you will be able to replace the text block as you wish.

    I hope this helps.

    Abhishek

  • reactive image inside a block of text

    My image changes size when it is inside a block of text. Should we live with?

    Hello

    Correct: in this version, page within blocks of text elements do not support resize sensitive behaviors. You can have different sizes (fixed) in different stitches.

    If you have a real example of a drawing, you are trying to achieve, which would help to make to support this in the future.

    Abhishek

  • Apply to a Style object that defines the style of paragraph and 'paragraph style' to the text block with another block of text?

    I am trying to automate the application of styles in a brochure. Each image has a name, title, telephone, email, city... style paragraph.

    Can I apply an object style that instantly sets the styles of each paragraph. However if I have the linked text boxes, the style of the object does not seem to affect the block of text, or one of the text boxes. Is there a way to get around this?

    I just looked upward: this feature is limited to "simple, smooth text frames."

    I'm sorry.

  • Is it possible to have a block of text from an external source (ex. TextWrangler file) load in multiple pages (file TW exodus as an "insert" in 4 different pages on a site)?

    Is it possible to have a block of text from an external source (ex. TextWrangler file) load in several pages on a site in the 'performance' (e.g. TW file as an "insert" in various pages)

    Use SSI. If you're on a PHP server just use the PHP include, if not take a look on SSI: the command Include

Maybe you are looking for

  • VISTA on Atheros Chipset WiFi problems

    Hi all I just want to know how Toshiba laptop users (especially the Satellite L40 or specially Atheros chipset users) have a problem with Vista to see, linking, from WiFi. For me, the problem is around support Vista WiFi and some chipset for ex Ather

  • print the map

    I have a HP Envy 5532 printer all in one and have attempted to print the map of the A5, it will print on A5 paper in the right place, but when I try to print the same message on the card it prints in a different location, for example: in the middle o

  • How can I randomly select from a set of number without that breed?

    Hello I am creating a module on randomization without replacement. I chose the size of the sample to 10. in other words, there will be ten trials. the number range is 1 to 10. It cannot be that then happen to pick random numbers. I am able to choose

  • problem of façade

    Hi all!!! I have a PU-EQ22 power supply that is used for the electron gun. I joined the program I made for the power control. The power supply has some settings such as the energy, Focus, tension Wehnelt etc. I have few of them shown in the block dia

  • HP 15 Notebook PC: Update Synaptic TouchPad Driver problem

    I have problems with the update of the touchpad. I have a HP 15, non touch screen version, and download but fail to install the update. Is this a problem with the udate it yourself or is it something to do with my PC?