Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to make own crop marks in indesign CS5

New Here ,
Apr 23, 2013 Apr 23, 2013

Halo Master ..
I want to make a scrip cropmark own use javascrip..
cropmark standard InDesign only

1.jpg

but I want to add a colorbar itself using PDF File
I have added a scrip

function myDisplayDialog(){

    var myDialog = app.dialogs.add({name:"CropMarks"});

    with(myDialog){

//---------------------yazh---------------------------------

with(dialogColumns.add()){

            var myColorBarGroup = enablingGroups.add({staticLabel:"Color Bar", checkedState:true});

            with (myColorBarGroup){

                with(borderPanels.add()){

                    staticTexts.add({staticLabel:"Options:"});

                    with (dialogColumns.add()){

                          var myAllColorlesCheckbox = checkboxControls.add({staticLabel:"&All", checkedState:true});

                    var myTBColorCheckbox = checkboxControls.add({staticLabel:"&Top,Bottom", checkedState:false});

                    var myLRColorCheckbox = checkboxControls.add({staticLabel:"&Left,Right", checkedState:false});

                 }

                }

            }

        }

//---------------------yazh---------------------------------      

and..

var myReturn = myDialog.show();

    if (myReturn == true){

        //Get the values from the dialog box.

         //---------------------yazh---------------------------------   

        var myDoColorBar = myColorBarGroup.checkedState;

        var myColorBarAllColor = myColorBarGroup.checkedState;

        var myColorBarTBColor = myColorBarGroup.checkedState;

        var myColorBarLRColor = myColorBarGroup.checkedState;

         //---------------------yazh---------------------------------   

so the display becomes

2 copy.jpg


get the master to help me add a scrip for calling a PDF file and adjust the area, such as

3.jpg4.jpg


please help me the master
I am a beginner..


Thank you

Yazhi Myi

TOPICS
Scripting
5.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 24, 2013 Apr 24, 2013

Moved to the scripting forum.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 03, 2013 May 03, 2013

thank you
but I do not know where

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 04, 2013 May 04, 2013

I moved this to the scripting forum in hopes that one of the scripting users would be able to help you. Apparently they didn't see it, or they don't know an answer for you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 05, 2013 May 05, 2013

Hi.  There is a script Sergey Anosov - MakeCropMarks.jsx. You can read about it here - https://sites.google.com/site/dtpscripting/indesign-scripts/makecropmarks

Yet there is a script CropMaker - http://youtu.be/5xZBZdH97r0. Demo of the script - http://youtu.be/N3eOefyNRts.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 11, 2013 Jun 11, 2013
LATEST

Peter Spier,

I hope they can help

AlexeyNi thank you very much
I have seen it .. but I did not find what I was looking for
scrip that I was looking to put the Color Bar.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines