Dotted lines do not meet the size on the print

Hi, I have a big problem with my design and the dotted lines with inDesign, maybe one of you can help me ^_^

I have a lot of dotted lines in my design and in the inDesign I see perfect, they fit perfectly with the margins. But when I print the document that the dotted lines do not correspond, I send you an example, the continuous line have the same width as the dotted line.

image1.jpg

Thank you very much

Did you also use step and repeat for the duplicate lines or draw each individually? You must be the step and repeat for consistency.

That said, I think that a better way to handle this would be to use notes on withdrawal right tabs. Use a block of text and set the text leading to the spacing that you want (or set up a reference with this spacing grid and set the paragraph style to align with the grid). Press SHIFT + Tab to create the first withdrawal right tab, then Enter and Shift + Tab for each additional line. Create a character Style with a dash of personalized using your style dotted underline and apply it to the tabs.

Tags: InDesign

Similar Questions

  • Dotted lines of white on the printed work of InDesign.

    Hi, I have a form of vector with a shadow shadow & internal drop made in InDesign, it keeps printing with these white dotted lines through them.

    20150102_110210.jpg

    I tried making it a pdf file and import it into my identity document, which in fact eps, tiff, png and I also tried the overprint option in the menu attributes.

    Any help would be appreciated! Thank you!

    The lines run horizontally when the page is portrait. In the landscape, the lines run vertically.

    If the lines are in the same place on the image then it is likely an artifact of flattering. Try to make a custom preset that forces rasters and use that in the InDesign print dialog box. Something like this:

  • Printer meets the print command.

    Printer prints a page (a specific) each computer time starts up. Any other time printer does not meet the print command.

    Printer problems in windows
    http://Windows.Microsoft.com/en-us/Windows/help/printer-problems-in-Windows

    The tutorial consists of 3 parts:
    Step 1: Check hardware
    Step 2: Use a troubleshooting tool
    Step 3: Update drivers

    Application Microsoft Support Fix It:
    http://support.Microsoft.com/mats/printing_problems/en-us

    Try this Windows tutorials:
    It consists of many themes that you can click and read the tutorials.
    There also an Fix It application
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-printer-problems

    Here is the main link with: Support for Windows Vista and troubleshooting technical issues - print
    http://support.Microsoft.com/ph/11732#tab11

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Deleting lines that do not meet the IF condition in the report of BEEP

    Hello

    We must be able to remove lines of our CRI BEEP that does not meet the conditions IF that causes the report BEEP to have hundreds of blank pages.

    I tried the code @INLINES on the foreach and IF statements, without result.

    Can someone help us please with it?

    Thank you

    Check your Inbox that I sent that you updated model as long as you need.

  • David Powers Lesson10 - "does not meet the requirements of an image.

    Hello

    I have a problem to download lesson10 image. It still shows the error message "not satisfying the requirements of an image" even the size of the image, the width and height to meet validation. This is upload_images.php

    My download file size is 160K with 640 pixels wide and 480 pixels high. Help, please. Thank you.

    upload_images.php

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

    <? PHP

    $uploader = new Zend_File_Transfer_Adapter_Http();

    $uploader-> setDestination ($destination);

    $uploader-> setOptions (array ('ignoreNoFile' = > TRUE));

    $files = $uploader-> getFileInfo();

    $filenum = 1;

    foreach ($files as $file = > $info) {}

    $file = 'picture {$filenum} ";

    $caption = $_POST ['caption {$filenum}"];

    If (isset($_POST["place_id{$filenum}"])) {}

    $place_id = $_POST ['place_id {$filenum}"];

    } else {}

    $place_id = NULL;

    }

    $filenum ++;

    If ($uploader-> {isUploaded ($file))}

    $filename = $uploader-> getFileName ($file, FALSE);

    $uploader-> addValidator ('Size', FALSE, 500 kB');

    $uploader-> addValidator ('MIME Type', FALSE, 'image');

    $uploader-> addValidator ('ImageSize', FALSE, array ('minheight' = > 50, "minwidth" = > 100 "));

    {If (! $uploader-> {isValid ($file))}

    $errors [$filename] = "$filename does not meet the requirements of an image;

    } else {}

    $no_spaces = str_replace (' ', '_', $filename, $renamed);

    $uploader-> addValidator ('Extension', FALSE, 'gif, png, jpg');

    $recognized = FALSE;

    If ($uploader-> {isValid ($file))}

    $recognized = TRUE;

    } else {}

    $mime = $uploader-> getMimeType ($file);

    $acceptable = array ('jpg' = > ' image/jpeg')

    'png' = > ' image/png ',.

    ('gif' = > ' image/gif');

    $key = array_search ($mime, $acceptable);

    If (! $key) {}

    $errors [$no_spaces] = "$filename is an unrecognized image type";

    } else {}

    $no_spaces = "$no_spaces." $key ';

    $recognized = TRUE;

    $renamed = TRUE;

    }

    }

    If {($recognized)

    get the names of existing files

    $existing = rewinddir(3) ($destination);

    check if the name of the downloaded file is in the table

    If (in_array ($no_spaces, $existing)) {}

    get the position of the last period

    Use it to get the base name and extension

    $dot = strrpos ($no_spaces, '.');

    $base = substr ($no_spaces, 0, $dot);

    $extension = substr ($no_spaces, $dot);

    initialize a counter

    $i = 1;

    use a loop to add the counter after database name

    check if the new name exists in the table

    {}

    $no_spaces = $base. '_' . $i++ . $extension;

    } While (in_array ($no_spaces, $existing));

    $renamed set to true

    $renamed = TRUE;

    }

    $uploader-> clearValidators();

    $uploader-> addFilter ('Rename', array ('target' = > $no_spaces, $info ['tmp_name']));

    $success = $uploader-> receive ($file);

    If (! $success) {}

    $errors [$no_spaces] = implode('.) (', $uploader-> getMessages());

    } else {}

    $uploaded = '$filename downloaded successfully ';

    If {($renamed)

    $uploaded. = "and renamed $no_spaces.

    }

    $images [] = array ('name' = > $no_spaces,)

    'caption' = > $caption,

    ('place_id' = > $place_id);

    $messages [] = $uploaded;

    }

    }

    }

    }

    }

    I finally solved it. For your information, I use php version 5.4.3 and MAMP 2.2. Here are the changes:

    (1) open the php.ini file

    Search for "extension = php_fileinfo.dll" and delete.

    (2) download the package files GNU for windows http://gnuwin32.sourceforge.net/downlinks/file-bin-zip.php.

    Extract the zip file.

    (3) copy 2 of the file in the extracted, folder/share/file/Magic and... /share/file/Magic.MGC and paste in the folder extra/php/magic

    folder. (Create the magic folder in the new folder).

    (4) stop MAMP all services and services to start.

    It will work for you!

  • Use Firefox all the time, but on the page where it tells you what plug-ins are oudated there is a message saying that I do not meet the requirements to run FF.

    I have an iMac. Mac OSX... Version 10.5.8 I had Firefox installed for a long time and use it more often than Safari these last time. However, when I'm on the FF page where it tells you what plug-ins are very good, and which are outdated (with a warning), at the top of the page, there is a message saying that my computer "does not meet the requirements to run Firefox. And yet I have it and use it! Maybe the message actually means that I can't upgrade to the latest version? But also I don't know if I should go ahead and try to download plug-ins up to date. Any input would be greatly appreciated. Thanks in advance.

    You can also
    Try to update to 10.6 and more if your computer supports (costs less than a new computer)

  • OSX EL CAPITAN UPDATE CANNOT BE INSTALLED TO THIS DISK. THIS VOLUME DOES NOT MEET THE CONDITIONS FOR THIS UPDATE

    Hi all

    My iMac features are:

    • 27-inch, late 2013
    • 3.2 GHz Intel Core i5 processor
    • 8 GB 1600 MHz DDR3 memory
    • Start drive Macintosh HD
    • NVIDIA GeForce GT 1024Mo of 755M graphics
    • Storage: 301,35 free GB of 999,35 GB

    Running currently on OS X El Capitan with Update Version 10.11.3 installed January 27, 2016

    Problem: I was on the purchase of 2016 Office for Mac and tried to install the update of El Capitan OS X 10.11.1 which is necessary to solve the problems with this version of Microsoft Office.  During installation, the following error message appears:

    "OS X El Capitan update cannot be installed on this drive. This volume does not meet the conditions required for this update".

    I would be very happy if someone can help me in installing this update.

    Thank you.

    Slpm6

    I just got a quick reply saying 'You are not allowed to create or update this content'. What should I do to solve the problem? Thank you.

    You are using a newer version of El Capitan that the updater contains and so cannot install it.

    (139598)

  • Im trying to load the update of Mac OS x Server combined software and it says that my disk volume does not meet the requirements of the software

    Im trying to load the update of Mac OS x combined Server software on my Mac Pro Tower 10.7.5 worm and it says that my disk volume does not meet the requirements of the software? Has anyone ever come across this problem?

    You are running a Mac OS X Server software? If so, which version?

  • Error installing Microsoft NET Framework 3.5 Service Pack 1 Setup program has detected that this computer does not meet the requirements to install this software

    I need to install Microsoft NET Framework 3.5 Service Pack 1, as it is necessary to perform a Dell diagnostic Test, but I've been advised that: Setup has detected that this computer does not meet the requirements to install this software. Requirement: Windows install 3.1.

    However, when I look at the download page of Windows Installer 3.1 is not actually as for XP with SP3. I tried anyway and: Setup has determined that the version of Service Pack for this system is newer than the update you are applying. There is no need to install this update. Well actually it is there...

    Is there a way to get around this?

    See below articles for solution

    1 system requirements for the .net framework

    http://msdn.Microsoft.com/library/8z6watww.aspx

    2 download links for .net framework

    http://www.Microsoft.com/net/download

    or

    http://msdn.Microsoft.com/en-us/library/5a4x27ek

    3. top 8 resources for .net framework

    http://www.Microsoft.com/net/itprofessionals

    4 dependencies and Versions of .NET framework

    http://msdn.Microsoft.com/library/bb822049.aspx

    5 frequently asked questions
    http://msdn2.Microsoft.com/en-us/netframework/aa497323.aspx

    6. management of versions, compatibility and run side-by-side in the .NET Framework
    http://msdn2.Microsoft.com/en-us/netframework/aa497340.aspx

    Good luck

  • Product number: XW898AV: sp54471 - does not meet the minimum requirements (trying to recover the switchable graphics)

    I accidentally lost my switchable graphic trying to update using drivers directly from AMD.  I have no more restore HP Manager.  I tried to download HP sp54471.exe, but every time I try to install it, it says that I do not meet the minimum requirements.  I tried to use the Help Assistant tool as well, but it also gives the same error.  When you try to use only the tool to search for updates, it does not include anything for the graphics.

    Hello:

    You must use this driver...

    This package provides the AMD graphics driver high definition (HD) and Catalyst Control Center for models of laptop computers that are running an operating system supported. For laptops equipped with switchable graphics modes, this package contains the drivers for the two graphics (GPU). Switchable graphics allow users to switch between a graphical power mode (normally used under the power of the battery) and a mode of graphics performance. If the video output high-definition multimedia interface (HDMI) is supported, this package also installs the HDMI Audio Driver.

    File name: sp55092.exe

    You will never be able to update the switchable graphics driver, so after getting things working again with this driver, you will need to leave well enough alone.

  • Virtual Storage Manager - startTime does not meet the minimum value of 0 error

    Hello

    Someone at - it a fix for the problem in the region related to programming?

    When you attempt to add or change a schedule, we get the following error.

    Title: Too small
    Text: startTime does not meet the minimum value of 0

    What another user has said there US no customer impact and workaround has been to change the region of the computer you were using. I tried this and it doesn't work.

    This error is now a few years old.

    For anyone having this problem, add a parameter string regional en_US to the URL.

    For example .../vsphere-client/?locale=en_us

    Schedules can now be modified properly.

    Here's hoping for a permanent solution in the next major release.

  • This computer does not meet the minimum requirements for installing the software

    Hello

    I try to install the graphics driver on my laptop Dell Inspiron N5010 (I tried this three R252283, R257270 and R285472). But every time I get the error indicating that "this computer does not meet the minimum requirements for installing the software.

    Here are the details of my laptop configuration:

    Core i3 processor, RAM 3 GB, windows 7 64-bit Operating system

    Makes sense, you do not have the integrated Intel graphics card, but rather have an AMD graphics card, install it:

    http://ftp.Dell.com/video/R272410.exe

  • "BOLD" does not meet the system requirements? -BES

    This is getting ridiculous.

    Tried to install my Orange BES "BOLD" - and I get this message on the WAP site:

    View

    I'm sorry that your device does not meet the system requirements that are needed to support BlackBerry App World.

    Yes - I'm in the United Kingdom

    No - there is no policy of BES blocking apps

    Feature: "BOLD"

    OS: v4.6.0.162

    Carrier: Orange UK

    Plan: BES

    2 devices on different networks - and AppWorld does not work on either! is this an April fools joke?

    This question seems to have been resolved - try to access the same address now and it will work.

  • This computer does not meet the minimum requirements... when installing graphics Intel HD 4000 for my Dell Vostro 5560 with Windows 7 64 bit

    In recent days, I reinstall Windows 7 to my Dell Vostro 5560 and this laptop does not have a driver CD, I downloaded all the required drivers for my laptop directly from the Dell Support Web site. I started to install a step by step. Chipsets, Audio, network, MEI, etc... However, once I try to install graphics, this laptop comes with 2 graphics card, an Intel and another is Nvidia. So, I try to install first Intel. When I click on the exe file, a message box appears saying that «this computer does not meet the minimum requirements...» ». Why is - what happened? I'm sure that my laptop include Intel graphics. Please help me as soon as POSSIBLE. I want to install Windows 7.

    Some drivers of today require at least Microsoft .NET Framework 4.5. Is this possible?

    It is certainly. AMD demanded 4 .NET. x + for their installer drivers for several years already, but I think they have started including with their driver downloads recently.

    -I never noticed if Nvidia use .NET with their drivers Installer, install but .NET 4.5.

    Download Microsoft .NET Framework 4.5 of the official Microsoft Download Center

    .

  • Program will not meet the entry

    Hello. I am writing an application for blackberry that uses multiple threads. The program works well, but does not meet the entry of events while the audio player and CPU threads is executed. The program continually audio bed from the microphone.

    On the Simulator (8310) and my actual device the program refuses to quit smoking. When I press-c arrow beside large button, or the off button, I can't program to close. If I close the simulator by closing the window, it crashes.

    Does anyone have ideas for why it might be locked if wrong?

    See you soon

    I think I found the problem. It was a bug and I was sleeping the main thread, which means that the listener to input from the user is not a chance to verify the entry.

Maybe you are looking for

  • Satellite A110-378 loses the WLan connection during downloads of big

    Hi allI have a Toshiba Satellite A110-378 series and a wireless network problem. The card is an Intel 3945abg. I can connect with the router ADSL (USR9106) with WPA security is enabled. I can navigate on the Internet, but for a large download (or sha

  • SP2

    Can someone help me try to get my hard drive reformatted to SP3. I used my original OS drive that was SP1 and now I want to upgrade to SP3 and it seems to be impossible. On the microsoft Update site that seems well to enable professionals or those wh

  • Error: 12007

    I downloaded a program called Driver Checker - then updated all my drivers. Now, I can't use my wireless connection! I restarted. I've probably got the wrong driver? How can I get the right one back please? Steve ps I also got:   Network connection:

  • How to get all the icons on the desktop after installing xp

    After installation of xp only recycle bin makes its appearance. How to get all the other program on the desktop icons? Like internet explorer, my computer...

  • BB10 camera image returns null bitmap

    I use the Invoke method to open the camera and take a picture, and then close the map given by jtegen. When I put the Image, I don't get an error, but the information is zero. The event data are back with a location of the image. What step am I missi