Custom page size - Serious Frustration

Acrobat is used to setup alot of our work for output. When creating custom page sizes for different jobs, there is no order in the pull down menu for the custom page sizes.
How can I set Acrobat Pro or MacOS X to display the custom page sizes in a numerical order ??
I have tried under both MacOS 10.3.9 and 10.4.2 using both Acrobat Pro 6 and 7. The result is the same. The list of page sizes might be something like this when selecting the pull down menu:
200x410
186x250
350x475
215x275
....etc.
Currently I have ~100 different custom page sizes for different impositions, the only way to work it is a. to search for the right size or b. try to remember where in the list the required custom size is.
There is logical no order to the custom page size listing. Not even deleting existing sizes and recreating in the required order works. Interestingly, when creating a new size the existing sizes appear in numerical order but not when selecting from the pull down menu.
Please help.
Matt.
G5 2.0 x2, 2.5GB Ram, 2x160GB   Mac OS X (10.3.9)   Acrobat 6 Pro (6.0.4)

I've discovered that this is a SYSTEM issue, NOT an Adobe issue. The custom page setups are also out of any order in "Mail", "TextEdit", "InDesign" etc. etc. The other apps that I use typically have their own paper size interfaces not requiring to use the default apple one. (Eg. Quark / InDesign).
To prove this point I deleted the custom paper settings in Acrobat so that just the default sizes existed and then went into TextEdit and recreated some custom paper sizes using the Page Setup interface. Again, created custom paper sizes DO NOT list in either numerical or chronological order.
The apple system file which controls this is called "com.apple.print.custompapers.plist"
I found this entry on the macosxhints forum:
http://forums.macosxhints.com/showthread.php?t=23681
2 other users noting frustration with the same problem, but it doesn't offer any solution
Is anyone familiar with hacking ".plist" files? Maybe there is way to edit the file to adjust it to a logical order.
G5 2.0 x2, 2.5GB Ram, 2x160GB   Mac OS X (10.3.9)  

Similar Messages

  • Help with custom page size support for non standard paper

    Firstly, we appreciate any support you may be able to provide, we have already thrown considerable effort at this and it has been very time consuming and frustrating.
    To support a number of business functions need to print to (non standard) continuous and mulitpart paper on a dot matrix printer. The (test) Mac is a 10.4.11 G4 laptop, the printer is an Oki Microline 520 (9 pin 80 column, IBM Proprinter, Microline or Epson FX personalities with a parallel interface) which has been networked via a HP JetDirext Ex Plus print server. That part appears to be operating correctly.
    We have tried a number of drivers / printer personalities with varying levels of success:
    ESP / EPSON 9-Pin Series CUPS v1.1 / Epson FX personality
    ESP / OKIDATA 9-Pin Series CUPS v1.1 / Oki Microline personality
    Ghostscript / epsonc / Epson Dot Matrix Foomatic PPD / Epson FX personality
    Ghostscript / ibmpro / IBM ProPrinterII Foomatic PPD / IBM Proprinter personality
    Ghostscript / okiibm / Oki Microline IBM compatible 9 pin Foomatic PPD / IBM Proprinter personality
    There were no appropriate drivers in Gutenprint (5.2.3 version) The most successful is the okiibm / Oki Microline IBM compatible 9 pin settings, it can print A4 and honors the Printer Features Resolution settings in the print dialogue.
    Q1: Should we see anything in the Printer Info / Installable Option, it is always blank ?
    The issue is custom page sizes, we can manage / add Custom Pages Sizes via the Page Setup / Paper Size interface and they draw on the screen OK but they do not work at the printer (various issue at the printer such error messages, junk printing and wrong orientation):
    Q2: Are we heading in the right direction or is there a better way to handle this ?
    Q3: Would 10.5 solve all our problems, are the print drivers any better ?
    Q4: Is this the correct way to specify custom page sizes, is this all we need to do ?
    Q5: Is so how do we get the driver to respect the size, do we need another filter or something ?
    Q6: Is it possible to add (by hand) custom page sizes to the ESP drivers or Foomatic PPD files so they they appear as a "standard" offering in the Page Setup / Paper Size interface ?
    Sorry for the long / complicated post and thanks in advance for any advice / assistance.

    Matt Broughton wrote:
    Testing on 10.5.7, Tried both Oki 9-Pin Series 1.3 / Microline personality (no joy) and Epson 9-Pin Series 1.3 (this is a much better driver than 1.1) / Epson FX personality but not much joy with custom page sizes,
    The Oki 9-pin Series 1.3 and the Epson 9-Pin Series 1.3 should produce the same results. The only difference in the PPDs is the printer model name.
    After some testing, I find that the output is not the same despite the two PPDs being virtually identical. I did spot in the CUPS source code for the rastertoepson filter that there is some model name matching for Epson printers. Thus I can see where the output using the Oki 9-pin PPD could be different than when using the Epson 9-pin PPD.
    but again once I imbedded the page size into the ppd some (but frustrating) luck. I can get it to respect the paper orientation and it prints well but I could not get the form length to work properly. At best over a print run of 7 labels it would creep up the label by about 0.1 inches / 2 mm.
    Just for the fun of it, I made some additions to the Epson 9-pin 1.3 PPD. All I can say is that I could print a job to file. I have no way to know what it would look like on paper.
    I did find that using a custom paper size did add some unwanted margins to the output bounding box. Putting the custom page size into the PPD seemed to get around that issue.
    I added the following lines to the Epson 9-pin PPD 1.3--
    <pre style="overflow: auto;font-size:small; font-family: Monaco, 'Courier New', Courier, monospace; color: #222; background: #ddd; padding: .3em .8em .3em .8em; font-size: 9px;">*PageSize Label1/Label1: "<</PageSize[288 107.8]/ImagingBBox null>>setpagedevice"
    *PageRegion Label1/Label1: "<<PageSize[288 107.8]/ImagingBBox null>>setpagedevice"
    *ImageableArea Label1/Label1: "0 0 288.00 107.80"
    *PaperDimension Label1/Label1: "288.00 107.80"</pre>
    This adds a paper size with the 4 inch (288pt) width and 1.5 inch (107.8pt) height. That represents the 1.4 inch label and the 0.1 inch gap between labels. I set 0pt margins except for the bottom where is set the 0.1 inch (7pt) gap as the bottom margin.
    The full diff in context is--
    <pre style="overflow: auto;font-size:small; font-family: Monaco, 'Courier New', Courier, monospace; color: #222; background: #ddd; padding: .3em .8em .3em .8em; font-size: 9px;">loki:~ matt$ diff -u /usr/share/cups/model/epson9.ppd ~/Desktop/epson9.ppd
    --- /usr/share/cups/model/epson9.ppd 2009-02-20 20:16:53.000000000 -0600
    +++ /Users/matt/Desktop/epson9.ppd 2009-06-06 20:37:06.000000000 -0500
    @@ -42,6 +42,7 @@
    *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
    *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
    *PageSize FanFoldUS/US Fanfold: "<</PageSize[1071 792]/ImagingBBox null>>setpagedevice"
    +*PageSize Label1/Label1: "<</PageSize[288 107.8]/ImagingBBox null>>setpagedevice"
    *CloseUI: *PageSize
    *OpenUI *PageRegion/Media Size: PickOne
    *OrderDependency: 10 AnySetup *PageRegion
    @@ -50,17 +51,20 @@
    *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
    *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
    *PageRegion FanFoldUS/US Fanfold: "<</PageSize[1071 792]/ImagingBBox null>>setpagedevice"
    +*PageRegion Label1/Label1: "<<PageSize[288 107.8]/ImagingBBox null>>setpagedevice"
    *CloseUI: *PageRegion
    *DefaultImageableArea: Letter
    *ImageableArea Letter/US Letter: "18.00 18.00 594.00 774.00"
    *ImageableArea Legal/US Legal: "18.00 18.00 594.00 990.00"
    *ImageableArea A4/A4: "18.00 18.00 577.00 824.00"
    *ImageableArea FanFoldUS/US Fanfold: "18.00 18.00 1053.00 774.00"
    +*ImageableArea Label1/Label1: "0 0 288.00 107.80"
    *DefaultPaperDimension: Letter
    *PaperDimension Letter/US Letter: "612.00 792.00"
    *PaperDimension Legal/US Legal: "612.00 1008.00"
    *PaperDimension A4/A4: "595.00 842.00"
    *PaperDimension FanFoldUS/US Fanfold: "1071.00 792.00"
    +*PaperDimension Label1/Label1: "288.00 107.80"
    *MaxMediaWidth: "1080.00"
    *MaxMediaHeight: "86400.00"
    *HWMargins: 18.00 18.00 18.00 18.00</pre>
    I don't know if that will help you or not. Let us know what sort of progress you make.
    Matt

  • Z3200 won't print to custom page size

    Hello,
    I've created a banner that is 23"w x 82"h (in CorelDraw Suite 4).  The page setup of the Corel file is 23" w x 82"h.  I've been trying to print it on the z3200 designjet, but have had no luck.  I created several custom page sizes (23" x 82", 24" x 85", 24" x 82") using both the "Printer Properties" dialogue within CorelDraw as well as adding a "Form" in the "Print Server Properties", none of them work.  I've set the correct paper (24" wide HP Bright White Bond, feeding from the roller) on  the actual printer itself, and in the Printer Properties.
    I've played around with all of the different settings that I can and sometimes see the following error message:
    [1/1]Paper size selected (width:23.00 inches, height: 82.00 inches) is larger than loaded paper (width: 24 inches).  Please verify your printer setup.
    When the page prints, it is resizing the content to be 8.5" wide.
    I don't know what I'm missing.  Any advice would be greatly appreciated!
    Thank you in advance,
    Karen )

    I'm having the same problem here in China as well; and I've talked to the tech support in my region and no help. Called the province HP tech rep and he has no clue at all.
    Does any Tech/Eng here could help us? Otherwise there's no reason for me to use you guys machine anymore...

  • Custom Page Sizes - How to change from centimeters to Inches?

    Hello,
    I'm working on some panoramic prints to an Epson R2400 and I need to set up a custom paper size for printing to roll paper. When I select Custom Page Sizes from the Page Setup dropdown, all my measurements are forced into centimeters. Even if I try and specify it to be in inches when I type in the values, I get an error saying "Invalid Number" because of the " (in mark designation).
    And because the input box only allows two decimal places, I can't get accurate inches-to-centimeter conversions because the sizes I need are 3+ decimals when converted to centimeters.
    Searching on the web I've come across many pages with info on the Custom Page Sizes dialog box and the images show the values being set in inches, but I've found nowhere that says where you specify where I can change this default measurement?
    If anyone could help me, it'd be greatly appreciated!
    Thanks,
    Kristin.

    Answering my own questions.
    Because I'm Canadian, in Preferences -> International -> Formats I needed to change "Measurement Units" to "US" instead of "Metric".
    k.

  • How do I make a custom page size in Acrobat X pro?

    I downloaded a gigantic trial version of Acrobat X pro to create a full PDF book cover. I was
    unable to figure out how to make the program do anything at all. The help file and forums did
    not give me the information I needed. Eventually I was able to use 4 other programs in
    combination to create a .doc version of the cover but now I need to turn it into a PDF.
    Can somebody please tell me how to, or how to find out how to, create a custom page size in
    Acrobat X Pro and import a Word document into that page size.
    Alternatively perhaps someone could tell me where I can download an earlier, hopefully more
    usable, version of Acrobat.

    As you have discovered, Acrobat is not a creation or editing tool. It is a program to create a final archive of a document from another application that is readable on most platforms. There have been several tools added to Acrobat to provide more functionality for forms and such, but it was never intended for the creation process.
    Now that you have created your cover in WORD, an appropriate place to create it, you would simply print the page to the Adobe PDF printer. You should change the printer in WORD before the conversion and check the page to be sure that it is still what you wanted. This check is needed for versions prior to OFFICE 2007 that used printer metrics by default. Since OFFICE 2007, printer metrics have been turned off by default.
    If the page does not come out correctly (like is 8.5X11 letter or an A-4 page), then enter the printer properties before printing and set a custom page size there to match your WORD document. I assume the WORD document has the desired size. The printer property change is like putting the correct paper in the printer before printing. Sometimes it seems to sense the application setting, and yet at other times is seems to need to be set.

  • Custom page size in Acrobat Pro.

    I have a custom page size microsoft word doc on a Mac computer. When I create this 5.76 x 8.76 document into a PDF using Acrobat Pro, it makes an 8.5 x 11.5 document. I am sending this to a book printer, so I need the precise document size. How do I do this? Thank you.

    Hi ad48096742,
    Please check out this tutorial about creating PDFs with custom page sizes: https://acrobatusers.com/tutorials/how-to-create-a-custom-page-size.
    Let us know how it goes!
    Best,
    Sara

  • Cannot create PDF w/ custom page size in FM 9

    I just upgraded to the new Technical Communication Suite and cannot create a PDF from FrameMaker with a custom page size anymore. I need to create a PDF with a page size of 8.125" by 10.875", and have tried both Save As PDF and Print to the PDF driver. I followed all of the instructions on how to do so via the PDF printer driver's "Printing Preferences", Adobe PDF page size, etc. When that didn't work, I also tried Save As PDF with a custom page size ... still won't print to the custom size no matter how many places I specify it.
    My only way to get my custom page size at this point is to create the PDF and then go in and modify Document > Crop Pages > Change Page Size to Custom, and specify my size. This is clearly less than desirable.
    I am using FM version 9.0p 196. Any help/advice/suggestions welcome!

    Cindy,
    You should get the FM updates. There have been 3 patches released since the 9.0p196 version. Install them in order.
    Before creating PDFs, make certain that your default printer is set to the AdobePDF printer instance. The SetPrint utility from Sundorne helps ensure that this is always the case for FM, see http://www.sundorne.com/FrameMaker/Freeware/setPrint.htm
    In the Save As PDF dialogue, set the "Page Size" for the output on the Settings tab, as shown here:
    Set your PDF joboptions for the appropriate press requirements.
    Set your registration if required.
    Make sure the "Convert CMYK Colors to RGB" is set (the PDF CMYK generation is still buggy).
    Hit the "Set" button and you should get the correctly sized output.
    When you were creating the ouptut via the printer route, if you had set the "Generate Acrobat Data" option, then FM sets the document so that it is always cropped to the FM page size, rather than the printer specified output sheet size, in the final PDF. Omit setting this option and it should work via this route as well.

  • Custom page size in Illustrator CS6 and CC

    Hello,
    send video with error Illustrator CC, which is not renewed custom page size. I have to click to another page and then back up to the size of their own.
    In Illustrator CS6 it worked.
    More can be seen on video here: http://screenr.com/3lxH
    Perhaps the developers will notice and correct the error. Gradually I will send videos with the latest Illustrator's mistakes than the older versions.
    Regards
    Aleš Ulrych

    Hi,
    Sorry for the delay in response.
    @Jacob: Thanks for forwarding this thread.
    Will it be possible for any of you to have a connect session with me. I want to debug your machines.
    Please do let me know your preffered timings, I will schedule the meeting accordingly.
    Regards,
    Raghuveer Singh
    [email protected]

  • [JS CS5]How to get Custom Page size

    I've been searching the answer of this simple question but looking no way around.
    I have an InDesign document with different page size e.g. left page width is 621 pt. and on the same document right page width is 837 pt.
    Now I need to get the width of pages using script but app.documentPreferences.pageWidth return standard document preset size(621 pt.) not the custom page size.
    Does any one have the Idea to get custom page size using script.
    Thanks in advance
    Mac

    Mac,
    as documentation is showing there are some new properties of "page" since InDesign CS5.
    Among those is:
    bounds    Array of Measurement Unit (Number or String)    readonly    The bounds of the Page, in the format [y1, x1, y2, x2].
    So:
    myPage.bounds
    and pageWidth of the documentPreferences might be:
    myPage.bounds[3]-myPage.bounds[1]
    unless  myPage is transformed (e.g. rotated and/or sheared and/or scaled) with:
    myPage.transform()
    void transform (in: CoordinateSpaces, from: varies, withMatrix: varies[, replacingCurrent: varies][, consideringRulerUnits: bool=false])
    Transform the page item.
    var d = app.activeDocument;
    var myPage = d.pages[0];
    var oldPB = myPage.bounds;
    var rAngle = -45;
    var sAngle = 40;
    var myTransformationMatrix1 = app.transformationMatrices.add({counterclockwiseRotationAngle:rAngle});
    myPage.transform(CoordinateSpaces.INNER_COORDINATES, AnchorPoint.CENTER_ANCHOR, myTransformationMatrix1);
    var myTransformationMatrix2 = app.transformationMatrices.add({clockwiseShearAngle:sAngle});
    myPage.transform(CoordinateSpaces.INNER_COORDINATES, AnchorPoint.CENTER_ANCHOR, myTransformationMatrix2);
    var newPB = myPage.bounds;
    $.writeln(oldPB);
    $.writeln(newPB);
    Now oldPB and newPB will differ a lot.
    So, the question remains: what is a reliable way to show if the myPage was or was not transformed against documentPreferences.pageWidth or if  myPage is of rectangular shape at all. See the possibility of adding a sheer angle to the transformation matrix. Also see screen shot:
    Transform_Page_CS5.png
    Uwe

  • Customizing page size and layouts

    Three topics:
    CUSTOM PAGE SIZE.  There have been lots of requests for the ability to set custom sizes.  One "easy" way would be to create page margins in the same way that padding allows cell margins.  This way, a user can create (for example) a 10.5x9.5 "page" on a 12x12 platform.  Particularly for those of us printing our own, it's one way to allow customization.  All of the built-in layouts would then have to be scaled to fit within the page margins.
    If this is done, the next logical extension would be to add a few common paper sizes to the Book Settings.  This way, a user could create virtually any page size.  For example 14W11H on a 13x19 sheet.
    COPYING LAYOUTS.  Would also be great to "copy-paste" layouts.  After I pick a starting layout and then adjust cell padding, move captions, change fonts, and so forth, I'd like to replicate that elsewhere.  In fact, I'm trying to create a left-page/right-page 11x11 on the 12x12 platform using cell padding, and it would be great to copy my customized "left-page" layout to all the left pages.
    HIGH-QUALITY PRINT YOUR OWN.  I've not yet tried printing via exported pdf on my local printer.  Will it be as high resolution and as well color managed as if I printed directly from the Print module?  I use icc profiles (some from vendors, some custom created) specific to each paper.  I've now spent a lot of time narrowing choices of dual-sided paper to print my own books and I don't want to lose that capability.

    Printing from the exported PDF. The quality I get is exactly just as good as printing any file directly.
    I have two methods but they are for my Mac system, but I guess you can interpret them if you are on windows.
    1 Set the desired parameters for the PDF in the book module (quality, profile to embed etc) and export to a folder
    2 import into Photoshop and adjust the parameters if necessary
    In Photoshop "save as" whatever file you wish which you can then print normally from PS or else import into LR and print with profiles from there
    3 Printing from the PDF by opening in Adobe Reader, setting Page Setup and then "file-Print"
       In Mac choose your paper preset, and under Copies and Pages drop down menu you can find print settings (color adjustment "off" etc.) and under color matching on Mac I choose Color Sync, and "Other Profiles"
    which shows me all my custom paper profiles
    Sorry for the long post
    Another simple way on the Mac is to <right click> or <Control click> on the PDF file and choose "Open with Preview" It's important to choose the correct color profile in the Book Module before exporting to PDF so that the correct profile is used in Preview

  • Set custom page size for printing

    I want to set a custom page size for printing some PDF three and four-page musical scores to roll paper on an Epson 1290 using Adobe Reader 9.3.4 on Ubuntu 10.04. The printer properties in the print dialog has a media size option, and one of the choices is "custom", but having chosen "custom", the dialog does not allow me to add the actual page size to the lpr printer command. I can see that when I choose "custom", the lpr command is
    lpr -P Stylus-Photo-1290 -o PageSize=Custom etc
    but what I need for a three page output, for example, is
    lpr -P Stylus-Photo-1290 -o PageSize=Custom.297x630mm etc
    and I can't see how to add the actual custom paper size. If I Ok the media size choice dialog with it just set to PageSize=Custom, I can see from the output preview in the print dialog that the actual page size that has been chosen is letter. The online Adobe doc for Reader 9 printing (http://help.adobe.com/en_US/Reader/9.0/content.html#heading2.3) says "For documents that are larger than the standard page size, go to File  > Page Setup.  Create a custom page size before you print your  document". The problem with that is that there is no "Page Setup" option on the File menu in the Unix version of Adobe Reader, only a "Print" option, which is where I already am.
    If I open the PDFs in Evince, it allows me to add the custom page sizes I want, but as Evince doesn't have the option to print multiple pages per sheet I can't use it either...

    Yes, it used to work, and the resize zoom bar used to work too (now its grayed out). I don't know if this is a "who's to blame for it" thing, but its not getting fixed and its pretty bad that no one seems to care enough even to respond. I found my own solution by opening it in Gimp. Just right click and select open with other ...Gimp and it will import into it. In the Gimp Print dialog, you have a scaling percentage in the "Page Setup" tab, and size settings in the "Image settings" plus loads of other stuff including multiple copies.

  • Printing to PDF (custom page size) from AutoCAD Won't Work Anymore

    The DWG to PDF driver provided with AutoCAD 2013 will not save my artwork to a high enough resolution for me to use.  See attached screen shots of the PDF's printed by AutoCAD's DWG to PDF driver.
    The only PDF print driver that I have found that will is the Adobe PDF driver provided with my Adobe Acrobat 9 Pro software.  See attached screen shot of the PDF printed by the Adobe PDF driver.  HOWEVER, I can only print to a standard paper size and I MUST print to a custom page size.  When I try printing to a custom page size it will no longer let me save the PDF.  It simply skips the save window.  It used to work fine up until this past week, but when I came into work on Monday morning it stopped working.  I cannot for the life of me figure out why it won't work now!
    DWG to PDF set to Maximum Quality (400 DPI)
    DWG to PDF set to Custom 1200DPI
    Adobe PDF set to Custom 4000DPI

    Try opening the DWG file in AutoCAD 2013 and changing its file format to an older version of Autocad (i.e, 2010/2011/2012).

  • Can no longer create custom page size for printing to PDF?

    When printing from FrameMaker to PDF in Windows, I used to be able to create a custom page size by clicking on the Add button that appeared to the right of the Adobe PDF Page Size window, in the Adobe PDF Document Properties dialog box. With Frame 9, that button no longer appears; in fact, the whole dialog box is cut off just inside the edge of the entry windows. Do I need to set something? Thanks for any help you can offer. - Cindy Shaler

    Cindy,
    I am not sure to what dialog boxes you are referring.
    In the PDF Setup dialog box (in FrameMaker's Print dialog or Save as PDF dialog), the Settings tab displays two fields to change the width and height of the paper. I tried entering odd values, and the resulting PDF had the entered size. I see no Add button nor is the dialog box cut off.
    Maybe I am not looking at the correct boxes.
    Van

  • Page has a custom page size message

    On the master pages, on a locked layer, we have a frame whose content is set to "Undefined" that is sized to exactly match the page size. This is so the page trim can easily be seen and measured in PDF and when printed and we've never had any trouble with it before.
    We have a file in which when we change the starting page number that frame goes out of position by 9 pts toward the outside of the pages. When we reapply a master to that page (even if its the SAME master) we get the message "Page ## has a custom page size. This page can retain its current size or be resized to match the new master."
    If we select "Keep current size" the outer frame to mark the page trim stays in the wrong position. If we select "Use master page size" that frame gets set correctly.
    I've checked the page size at all stages using both the page tool and the button on the pages pallet and it shows the page size to be exactly what the rest of the pages and the document are set to, so I don't understand why I'm getting this message.
    The first problem I was made aware of with this file is that when we ran our script to auto flow text the script was overriding the master items on to the page in the wrong position. Thinking it had something to do with the script command (which works correctly on other files) I posted this http://forums.adobe.com/message/5206889#5206889 to the scripting forum.
    Now that I've been made aware of this custom page size message I'm thinking this and the script not working correctly are related.
    Thanks for any insight anyone can offer.
    Ken

    I wondered whether my operator had accidentally changed the page size with the page tool selected and that the sizes showing in the dialog and on the tool bar were, maybe, rounded. When I saw your message I was hopeful that, maybe, the preflight would detect an incorrect page size.
    But, alas, it did not! It is showing on errors.
    Thinking that maybe InD was "seeing" the frame that was sitting outside the page as making the page larger I tried repositioning it and removing it before applying the master. But, I received the message again.
    Thanks for taking the time to respond!

  • Custom Page Size Printing Error Since Updating to Mavericks

    Can anyone help me please...
    iMac 10.9.4, with Adobe CS4 suite and Adobe CC Suite installed.
    I have recently updated to Mavericks and since the update my custom page sizes no longer print at 100%, custom sizes all get scaled down (i presume to fit sheet) and leave me unable to print jobs out at correct size.
    The custom page sizes work for builtin apps such as Preview, but my CS4 suite no longer work correctly. I have also tried using Acrobat CC and that gives me the same issues too.
    I have googled the problem but have not found a solution and it seems i am not alone either.
    Please help as this is rendering my ability output as useless.
    All the best
    Andy Barrington
    [signature deleted by host]

    This problem is from all Adobe CC & CS4 products i use: indesign, illustrator, photoshop, and acrobat.
    My main staple work process is using pdf exported from indesign then printed using acrobat.

Maybe you are looking for