Document setup (artboard resizing) parameter request

Hi all. This is the best place I could find. I was looking for some feature request form but I couldn't.
Anyway just like in Photoshop I wish we could use a registration point for resizing the artboard. In other words it would be great if we could select the reference point from which the artboard would take its base while resizing such as top left, top mid, top right, mid left, mid mid, mid right, bottom left, bottom mid, bottom right.
Also, it would be handy if we could have an option to select where the ruler numbers start, such as the top of the document for the vertical ruler...

>
"...do you think anybody from Adobe reads these posts..."
There is absolute evidence that
somebody
from Adobe reads the Feature Request sections of the various forums in an official capacity. We even get occasional responses. But it's difficult to quantify how often they read, and how much consideration the requests are given in comparison to similar requests that are expressed by "well-known" users of higher public profile (e.g. 3rd-party book authors, video and website producers).
The only, best things we can do when we make requests is to be as clear and focused in our writing as we can, to present the ideas in a professional attitude-neutral style as possible.
The engineers who might take feature requests under consideration aren't mind-readers, and don't have any obligation to put up with personal rants and bluster.
Keep them smart, thoughtful, detailed, focused, clear and professional.

Similar Messages

  • Script for Document Setup size...

    Hello All,
         I have a request for a script, not sure how one would go about it but here we go.
    An AI CS4 user selects a shape, they then execute a script that...
    Resizes the Document Setup Art Board to one inch larger (length width) than the selected shape.
    Then a rectangle is drawn in the document and is sized the same as the art board.
    Any help would be great!!!
    Thanks in advanced.
    Anton

    All,
         I am tweaking this script again and have run into a road block that you may have a simple answer for.  When I execute this script when selecting a single object it works perfect, if I execute it while selecting a group of objects the script will not apply the spot color to the selection.  The script will however do everything but apply the spot color.  Here is the latest edit. Thanks for any input.
    Anton
    #target illustrator
    function main() {
         if (app.documents.length == 0) {
              alert('Open a document before running this script');
              return; // Stop script here no doc open…
         } else {
              var docRef = app.activeDocument;
              with (docRef) {
                   if (selection.length == 0) {
                        alert('No items are selected…');
                        return; // Stop script here with no selection…
                   if (selection.length > 1) {
                        alert('Too many items are selected…');
                        return; // Stop script here with selection Array…
                   } else {
                        var ccSpotColor = cmykColor(0, 100, 0, 0);
                        var ccCol = spots.add()
                        ccCol.name = 'CC';
                        ccCol.color = ccSpotColor;
                        ccCol.tint = 100;
                        ccCol.colorType = ColorModel.SPOT;
                        var cc = new SpotColor();
                        cc.spot = ccCol;
                        var selVB = selection[0].visibleBounds;
                        var rectTop = selVB[1] + 36;
                        var rectLeft = selVB[0] - 36;
                        var rectWidth = (selVB[2] - selVB[0]) + 72;
                        var rectHeight = (selVB[1] - selVB[3]) + 72;
                        selection[0].parent.name = 'ARTWORK';
                        selection[0].filled = false;
                        selection[0].stroked = true;
                        selection[0].strokeColor = cc;
                        selection[0].strokeWidth = 1;
                        var regLayer = layers.add(); // Creates Regmark Layer
                        regLayer.name = 'Regmark';
                        var tcLayer = layers.add(); // Creates TC Layer
                        tcLayer.name = 'Through Cut';
                        var ccLayer = layers.add(); // Creates CC Layer
                        ccLayer.name = 'CC';
                             var Cutline = selection[0]
                             Cutline.move(ccLayer, ElementPlacement.INSIDE);
                             var ThroughCutBox = tcLayer.pathItems.rectangle(rectTop, rectLeft, rectWidth, rectHeight, false); //This is TC box
                        ThroughCutBox.stroked = false;
                        ThroughCutBox.filled = true;
                        var tcSpotColor = cmykColor(0, 100, 90, 0);
                        var tcCol = spots.add()
                        tcCol.name = 'TC';
                        tcCol.color = tcSpotColor;
                        tcCol.tint = 100;
                        tcCol.colorType = ColorModel.SPOT;
                        var tc = new SpotColor();
                        tc.spot = tcCol;
                        ThroughCutBox.fillColor = tc;
                             tcLayer.visible = false;// Make TC Layer Invisable     Here
                        artboards[0].artboardRect = (ThroughCutBox.visibleBounds);
                        redraw();
                        rectWidth = (rectWidth-72)/72;
                        rectWidth = roundToDP(rectWidth,1);
                        rectHeight = (rectHeight-72)/72;
                        rectHeight = roundToDP(rectHeight,1);
                        var textString = rectWidth + ' x ' + rectHeight;
                        prompt('Copy Me', textString);
    main();
    function roundToDP(nbr, dP) {
         dpNbr = Math.round(nbr*Math.pow(10,dP))/Math.pow(10,dP);
         return dpNbr;
    function cmykColor(c, m, y, k) {
         var newCMYK = new CMYKColor();
         newCMYK.cyan = c;
         newCMYK.magenta = m;
         newCMYK.yellow = y;
         newCMYK.black = k;
         return newCMYK;

  • Fix the Document Setup feature

    In previous versions of Illustrator and all the other CS programs, you go to"File>Document Setup" and you have a place where you can type in the page size you want. In Illustrator CS4 they eliminated this feature. You can click on a button called "edit artboards" and drag handles to resize the page, but if you want a specific size, it's best to type in the page dimensions, not drag handles like you were cropping a photo.
    Pleas bring back the ability to type in a page size in the Document Setup dialog box.

    The problem with that is that now that Illustrator supports multiple artboards (let's not call them “pages”), how should Illustrator interpret the values you enter? Change all artboards? The last edited artboard? The first artboard? Let Illustrator guess? That only makes sense if there is only one artboard or if all artboards are the same size. Even then, one might actually want to change only one artboard, not all of them.
    The interface for artboard size, much like the interface for bloody everything else in Illustrator, is awful. What’s needed is a Freehand-like Inspector panel where thumbnails of artboards can be resized and arranged without having to zoom way out, change tools, enter sizes in the Control panel, drag artboards around, wait for the art to redraw, do the hokey-pokey…

  • Items outside of Document Setup size don't appear in PDF

    I have a document which I'm saving as a PDF with Preserve Illustrator Editing Capability selected. When I open this PDF in Acrobat critical elements just outside of the Document Setup size are not showing up. These are critical for the production but unless they are physically touching the Document Setup boundary they disappear from the PDF. How can I get these marks  and other elements to stay in the PDF side of the document without increasing the document size?
    MAC OS 10.5.8
    Illustrator CS3

    Can you post a screen shot I am not certain I understand what you man by essential objects?
    Here I just duplicated the art board and put some extra text on the second artboard and all the marks were on the first and second page of the pdf.
    I don't say you don't have a good point but what I think they should have is a feature like ID but that can be included in the pdf which is a library
    similar to the symbols panel that you could perhaps access fro acrobat for placement but what one can do is to put essential content on a layer and turn it off and export as a pdf as 1.8 acrobat compatible and when opened in Acrobat you can access that content in Acrobat by turning on the layer.

  • Document setup - trim

    Is there a way to make the document size snap to artwork, kind of like using the photoshop trim feature, without going into document setup?

    That's one of those tools I've never used before. I'll give it a try.
    Thanks
    french,
    >
    As far as I remember, you may DoubleClick the Artboard Tool, if you 
    have CS4 (maybe CS3, too).
    >
    I am still with 10.
    >

  • Change document setup by adding 1/2 inch on the left

    Hi,
    I am working on a 8 1/2 X 11 document  (36 pages) and I would like to add 1/2 inch but only on the left side. Of course, I could just change my document set up for 9 X 11 but then, I have to reposition my elements to the right wich I would like to avoid.
    Is there a way to do that?

    Yo don't say if this is a facing pages document, but I'd guess not if you only want to add to one side. You should change the document setup, but it would be possible to do this by adjusting the bleed settings at output, which I really don't recommend as it's likely to be forgotten at some point.
    If your text frames are snapped to the margin gides this should be relatively painless. Before making any adjustments go to Layout > Layout Adjudtment... and turn it on. With Layout Adjustment active frames that are snapped to guides should resize or reposition to match the new guide positions. You can now change the page size, then go the the master page to adjust the margins to where you want them to restore the text block to the original size.

  • We are trying to do a Quick payment from payment workbench and getting 'FRM-41830: List of values contains no entries' error for payment document column/field. Payment document setup looks good. Not sure what the issue is.

    We are trying to do a Quick payment from payment workbench and getting 'FRM-41830: List of values contains no entries' error for payment document column/field. Payment document setup looks good. Not sure what the issue is.

    Already gone through following three notes but didn't found resolution.
    APXPAWKB: FRM-41830 When Clicking on Payment Document LOV (Doc ID 1081305.1)
    R12: APXPAWKB: Payment Document Lov Is Empty When Entering A Payment (Doc ID 857587.1)
    R12: Payment Workbench Error: FRM-41830 List Of Values Contains No Entries (APXPAWKB.FMB) (Doc ID 1323875.1)

  • How do I center the header in document setup?

    I write books and want the title of my book to appear automatically on each page and centered.  When I go to Document Setup I don't find an option for centering.  I shouldn't have to force with spaces my book title to the center.  Where are the setup features with font style, size, center, left, right, etc?

    Ok.  I figured it out.  The problem had to do with the fact that I started the book using an older version of Pages on my Mac Pro and sent it to myself then added it to my iPad.  Once there I update, edit, add-to the story then iDisk the update so I have the most current version.
    To solve the problem I went into the iPad and called up the story in Pages, copied it into memory then created a new blank document.  There I went to the Page Settings and the header/footer were quite visible, including the three cells.  In the header I added the title of the book.  In the footer I added the Page 1 of X, hit Done and returned to the blank page.  I then pasted in the entire book. 
    Now all are fine.  The title header is centered and I have very nice page numbers.
    Thanks for the tip!

  • GR55 Report - Need to add Document type in selection parameter

    Hi Friends,
    Our client needs to have document type in selection parameter for one report group which has 4 reports attached.
    Changes have been made and now document type is already there in selection parameter. But irrespective of document type Output is same.
    That is if i Give docuement type or not it gives me same output.
    This report is bein copies n new report is made.
    Can any one help me out with how go proceed further.

    Hi,
    This report is bein copies n new report is made.
    You just copied the output from an existing one right....
    Inorder to get the report documenmt type wise you also need to change the output format of the report.
    Ask your ABAPer to get this tobe done...

  • Intercompany billing document setup

    Hi,
          I would like to enquire on intercompany billing document setup.
          We have customized billing type ZIV for intercompany invoice, and ZIG for intercompany credit memo.
           Is is possible to set up the cancellation for each billing type as
              - ZIG for ZIV and
              - ZIV for ZIG
    min

    Hello MIN,
    For practice & understanding or test purpose, this can be ok.
    But, in actual or real time scenario, I don't think it hold good.
    See, you said ZIG is a Credit Memo for Inter-company right?
    How you are going to use it for cancellation?
    As I know, a Credit Note or Credit Memo is a document used to adjust or rectify errors made in a sales invoice which has already been processed and sent to a customer. If you have already sent an invoice to a customer but now need to provide a credit for that invoice, you would send them a Credit Note or Credit Memo. You can think of a credit note as a "negative invoice."
    But not CANCELLATION INVOICE.
    Logically, if you see, there will be a number range issue. So, just visualise, when you have to book an actual credit note, then what you are going to do? And how is you end user and auditor is going to recognize the credit memo?
    For your your purpose of having a different cancellation doc for inter-company sales invoice and credit memo, you can create a Z Cancellation Billing Doc, say, ZIC and assign it to ZIV & ZIG billing Doc.
    Hope it assist you.
    Thanks & Regards
    JP

  • Document Setup question

    How do I get the content on a page to fall to the center when I enlarge the page in the Document Setup? In Indesign 5.5 it would center but in CC it falls to the top left corner.  I realize I could use and Alternate Layout or the Page Tool but then the Document Setup does not change.

    Try to use Page Tool (Re-center) on Master page

  • Document setup bleed lines absent

    I'm setting up the bleed on a set of InDesign CS5.5 documents. When I go to File: Document Setup: More Options, and set the bleed to .125 in, I don't see the little red bleed guide line outside my document outline. I've gone to InDesign: Preferences: Guides and Pasteboard, where I found there is an entry for the bleed guide. I can make guides just fine, I just can't get the bleed guide to show up on my pasteboard anymore.
    All clues welcome.
    Thanks.
    --jody.

    The show/hide guides commands have moved around a bit from versiontoe version, I think, but they shoud still be someplace in the View Menu whatever version you might have. They will not be visible, however, in Preview mode (the pasteboard will also disappear).

  • Document setup

    please help
    I dont get the document setup in the drop down menu when i tap on the tools logo in the menu bar in numbers on my ipad
    Is there something i need to do before it will show
    I am making really long invoices and i need to be able to set page breaks and print size

    Yes your are right it only shows up in pages .
    I got confused when I was going through the numbers online help , when you make a search in help for number you will also get answers from the pages help mixed with answers from numbers and keynote
    I guess it's a bug that apple will need to fix
    I still have not figured out how to split up my invoices in to seprate pages so .
    Now I have a 8 pages long invoice and I email it to myself as a PDF and print the PDF I end of with 8 pages compressed on to one a4
    I treid all different print settings and nothing works
    Any help would be great

  • Document Setup size change-frame defaults to centering

    In ID CS3, by default I have my Reference Point set to the upper left. I often get a repeat layout that may have a size change. If I originally had a 3"x5" ad and the repeat calls for a 4"x7", I reset the document setup. The frame goes to the left (0 x coord) but centers itself vertically (0.5" y coord). In QuarkXPress, the frame (box) would go to the 0 x and y coordinates. This is how i'd like InDesign to behave. Any way to do that?

    Hi Chinna, thank you for this - this is great - apologies if i didn't make it clear but this displays the info as an alert, and i needed it to appear in the "PageSize" text variable field as per the text in my post. However i think I've managed to work it out (pasted below if you're interested), and it works a treat now, so thank you ever so much for all your help.
    var doc = app.activeDocument; 
    doc.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.millimeters; 
    doc.viewPreferences.verticalMeasurementUnits = MeasurementUnits.millimeters; 
    for(var i =0;i<doc.pages.length;i++)
        pagesize = app.activeDocument.textVariables.itemByName("PageSize"); 
    pagesize.variableOptions.contents = doc.pages[i].bounds[2] + "mm x " + doc.pages[i].bounds[3] + "mm"

  • "Type Options" in "Document Setup" scriptable?

    I would like to create a script (have not done one before) that changes the values of the superscript and subscript size/position in "Document Setup". After looking around, I did not see anything even related to this and only a comment on one site that it probably could not be done. So it this a lost cause? I have many files I would like to convert the values for.
    Thanks.

    I am on windows and tried SendKeys. I am pretty close, but the CNTRL and ALT modifiers don't seem to work. It works in notepad and Word, but Illustrator does not seem accept the modifier. For example, I try to just do a select all here (via WshShell.SendKeys "^a") but it just goes to the direct select tool (keyboard shortcut "a") instead.
    I just created and executed a test.wsf file:
       <job id="vbs">
          <script language="VBScript">
            ' Open Illustrator
            Set WshShell = CreateObject( "WScript.Shell" )
            WshShell.Run "Illustrator"
                   For testing purposes, Word does the select all correctly
                    'WshShell.Run "WinWord"
            ' Give two seconds to load/observe
            WScript.Sleep 2000
            'Activate Select Tool
            WshShell.SendKeys "V"
            'Activate Pen Tool
            WScript.Sleep 2000
            WshShell.SendKeys "P"
            'Select All
            WScript.Sleep 2000
            WshShell.SendKeys "^a"
          </script>
       </job>

Maybe you are looking for