File not opening in original custom size

How do i configure illustrator to display a file to open at its custom size that it was originally created in.
I have a document that was originally create 450 mm x 600 when it opens it is oversize of the viewing default

Adjust your artboard size using the artboard tool.
Mylenium

Similar Messages

  • I have an alias file that will not delete or drag and it will not open to original file. How do I get these off my Mac?

    I have an alias file that will not delete or drag and it will not open to original file. I have tried everything I know and they still wont delete. Can someone please help me?

    Check out KB Article:  http://support.apple.com/kb/ht1526 You can't empty the Trash or move a file to the Trash 

  • JNLP file not opening in Windows 8 and IE 10

    I am trying to launch the ROES ordering tool through WHCC prints and it has always worked on my other IE 10 through Windows 7 but on my new computer with Win 8 I cannot get it to launch because of the JNLP file not opening... and it won't work on desktop
    mode either... What do I need to do??

    Hi,
    Have you installed the java Runtime Environment?
    If not, I would also suggest you to refer to the link to install the latest version of Java:
    http://www.java.com/en/
    Please note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Then follow the link to set default programs as Java for the file:
    Choose the programs
    Windows uses by default
    http://windows.microsoft.com/en-US/windows-8/choose-programs-windows-uses-default
    Hope this helps,
    Ada Liu
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Getting Message as "File not open", when I ran background Job

    Hi,
    I developed a Migration Program, Which reads the data from Application serever and procced with further process in back ground mode.
    Same program is workind fine in Development System in Back ground mode (SY-BATCH = 'X', Scheduled a batch Job). So I transported to Quality system.
    Now When I run the program in background mode (SY-BATCH = 'X', Scheduled a batch Job), getting Message as "File is not Open" at Quality system. So I debugged the Batch job  through "JDBG", and found file opening and reading the content sucessfully.
    But its not working without debugging mode and getting message as "File not open".
    Is there any Authorizations required for background mode (without debugging).
    So can you please help me on this how to solve this issue.

    Try this code:
    DATA: PATH_NAME(80) TYPE C,
            LV_FILENAME TYPE STRING.
      DATA: LW_XSTRING         TYPE XSTRING,
            X_LEN             TYPE I.
      DATA: FILE_AUTH_ERR TYPE REF TO CX_SY_FILE_AUTHORITY,
            FILE_OPEN_ERR TYPE REF TO CX_SY_FILE_OPEN,
            FILE_OPEN_MODE_ERR TYPE REF TO CX_SY_FILE_OPEN_MODE,
            FILE_CLOSE_ERR TYPE REF TO CX_SY_FILE_CLOSE,
            FILE_CONVERSION_ERR TYPE REF TO CX_SY_CONVERSION_CODEPAGE,
            FILE_TOO_MANY_ERR TYPE REF TO CX_SY_TOO_MANY_FILES,
            MESS TYPE STRING,
            W_TEXT TYPE STRING.
      DATA: L_RC TYPE INT4.
    concatenate pathname lv_filename into lv_filename.
    TRY.
          OPEN DATASET LV_FILENAME FOR INPUT IN BINARY MODE MESSAGE MESS.
        CATCH CX_SY_FILE_OPEN_MODE INTO FILE_OPEN_MODE_ERR.
          W_TEXT = FILE_OPEN_MODE_ERR->GET_TEXT( ).
          L_RC = 1.
        CATCH CX_SY_FILE_AUTHORITY INTO FILE_AUTH_ERR.
          W_TEXT = FILE_AUTH_ERR->GET_TEXT( ).
          L_RC = 2.
        CATCH CX_SY_CONVERSION_CODEPAGE INTO FILE_CONVERSION_ERR.
          L_RC = 3.
          W_TEXT = FILE_CONVERSION_ERR->GET_TEXT( ).
        CATCH CX_SY_TOO_MANY_FILES INTO FILE_TOO_MANY_ERR.
          L_RC = 4.
          W_TEXT = FILE_TOO_MANY_ERR->GET_TEXT( ).
        CATCH CX_SY_FILE_OPEN INTO FILE_OPEN_ERR.  "File already open
          L_RC = 5.
          W_TEXT = FILE_OPEN_ERR->GET_TEXT( ).
      ENDTRY.
      IF L_RC = 0.
        L_RC = SY-SUBRC.
      ENDIF.
      IF L_RC <> 0 OR SY-SUBRC NE 0.
    Issue Error message in open file.
       CONCATENATE MESS 'Open dataset failed'  w_text INTO MESS SEPARATED BY SPACE.
       message Exx(yyy) with mess.
          ELSE.        "file exists and can be opened
      ENDIF.

  • PDF File not opening in browser for sharepoint 2010

    Recently we have moved our web application from one server to another in Sharepoint 2010. Back up of entire web application was taken and restored in another server. But in the new server , the PDF files in the document library is not getting opened in browser.
    it always open in browser
    I have already made following changes but didn,t work
    Set browser file handling to Permissive from central admin
    Set "open in browser" in setting s of doc library
    Set the doc library file handling property using $docLib = $web.lists["Your Document Library Title"] $docLib.BrowserFileHandling = "Permissive" $docLib.Update()
    Added "AllowedInlineDownloadedMimeType.Add("Application/Pdf") in web app
    Installed Adober eader in client machine
    Even after trying all these, the PDF files are still opening in Client application(Adobe reader) but not in the browser
    It would have been great help if anybody provide a solution for this. I have been banging head on this for two days

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Pdf file not opening on pushing fdf file with F key in Adobe  Reader

    Well i am a novice developer in case of PDF Development.
    The problem which i am facing is:-
    In our application a PDF document submits the data to server and server sends back FDF to client with f key as http path of PDF which is present on web server.
    This all works well in acrobat professional 7.0 but in abobe reader 8.0 the PDF file doesn't open up on pushing FDF.
    On debugging the problem i found out that if server sends response within 480 milliseconds then reader is showing the pdf otherwise it don't shows up.Since in our application it will always take more than this time because of several operation performed to serve the request posted to server,So the
    PDF will never show up in case of reader.
    I was unable to understand what make it special in acrobat professional that session lasts more than 480 milliseconds whereas in reader the session doesn't last that long.
    I really need uregent help on this.
    Thanks in advance for help.

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Quick Time file not opening

    Suddenly QuickTime 7.5.5 stopped opening the movies stored in one Hard Disc.
    Here are descriptions of how problem occurs:
    1) The preview in finder +column view+ shows only blank space, but not a movie.
    2) Instead of opening the file QT claims that "This is not a movie file"
    3) Not all the movies in the disk are injured but about 80 % of them. There might be in same folder movies that behaves normally and movies that behaves as described above.
    I have restarted the machine few times and repaired the disk with disk utility, with not any couraging results...
    If there were any ideas what the problem might be, and how to fix it, advices would be very much appreciated.
    Screenshots of the problem:
    http://koti.welho.com/tsuonio1/File-not-open.jpg

    Two possibilities spring to mind. One is that the HD itself has been damaged somehow. Try copying one of the "bad" video files to your boot drive and opening from there. If it won't copy, your HD is clearly bad, if it copies and plays then something weirder is going on with the drive.
    The other possibility has to do with the h264 codec you used. Apple's implementation of the H264 standard is a work in progress, they've been gradually adding features that are part of the full standard and may have broken something. If you recently upgraded QT that may be the problem. If you created the files using a third party H264 codec that might explain the playback problems. Also, you should install Perian (www.perian.org) and see if that helps, their codec plays back many formats that Apple doesn't support out of the box.
    You may need to upload one of the bad files to an filesharing website of some kind so that other folks here can download and look at it themselves.

  • .indd files not opening with recently installed Indesign CS3

    The .indd files don't have the Indesign icon next to them, instead they have the win32 icon. When I double click on one of the files an error message appears telling me that...
    "this file is not a valid win32 application"
    Even when I right-click on the file and choose to open with Indesign, it tells me the same thing. Also in this options menu, Indesign is not shown with the Indesign logo next to it, but rather the windows generic 'unknown file type' logo.
    If I open Indesign first however, and then choose file>open and choose the file. It opens fine.

    Exactly my situation yesterday, with the icon disappearing and INDD files not opening within InDesign from Explorer.
    I'm using an early XP Pro, which I guess qualifies it as 32 bit.
    The steps to rebuilding everything using the Folder Options in Windows Explorer are:
    Tools > Folder Options > File Types
    If INDD is not listed, click the New button to creat an entry, otherwise select it and click the Advanced button.
    You have an option to change the icon, so navigate to C:\Program Files\Adobe\Adobe InDesign CS3 and select the InDesign icon.
    Then under actions you need to create four actions that will relate to the context menu choices when you right click an INDD files, so click New and add actions for edit, open, preview and print.
    In the Application used to perform action box enter "C:\Program Files\Adobe\Adobe InDesign CS3\InDesign.exe" "%1"
    Those quote marks are important. Just browsing to InDesign.exe will fill the box for you, but for some reason - for me at least - it creates the %1 indicating to open the file you selected, but it doesn't wrap it in quotes. And without those quotes (at least on my machine) InDesign will start but won't load the file.
    There is also a check box to use DDE. I don't know what's appropriate here, but I ticked the box and it works OK.
    k

  • Illustrator files will open on originating computer, but not on networked computers

    I have a small creative dept who uses Illustrator CS5.1 v15.1.0. Each system has its own registered version of software.
    Computer one will create a file, save it and can open it fine. However, computer 2 and computer 3 can not open the file. We can see it on the network drive, but the error we get is "the file is not readable."
    Troubleshooting that's already happened:
         • It's not a permissions issue, that I know of. "Get Info" shows the ability to read and write all of the same files.
         • The files are saved using the same settings in the "save" menu as are used on the other 2 systems
         • All systems are running the same system software
         • All files are saved on a network drive, and normally opened from there, but even if the file is copied locally, it still will not open.
    Computer 2 and Computer 3 can share and open files just fine.
    Thoughts?

    From point 4 (my emphasis):
    astaugal wrote:
         • All files are saved on a network drive, and normally opened from there, but even if the file is copied locally, it still will not open.
    So it does not sound like the old network bugaboo. And it sounds like you've tried multiple files.
    For lack of a better idea, have you tried resetting preferences on computer one?
    Reset Preferences
    http://forums.adobe.com/thread/375776
    1) Close the program and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (not reversible)
    or
    2) Move the Folder. See:
    http://www.bugge.com/Family-and-friends/Illy/illy.html
    --OB
    EDIT TO ADD: If you copy the file from the network back to the original machine, can IT still read the copied file?

  • Large files not opening in photoshop7

    I'm having problems opening some large files I've been working on in photoshop7. Win XP pro sp3, HP dx2250 AMD athlon 64 3800+ 98MHz, 1.87GB RAM, 79.4GB free space on C:
    When I try to open these files I get a dialog box titled 'New', instead of the opening progress bar starting to fill up. The 'New' dialog box has the correct file name, image size listed as only 452k, when the file is actually over 2GB, Preset sizes set at Default photoshop size, width 16.02cm, height 11.99cm, res 72dpi.
    Actual size of file is 2.2GB, 96cm wide x 66cm high at 300dpi. Clicking on the "New" ok button opens up a blank background layer and no others ie it is opening a new file and not the one I have been working on. This happens to two versions of the updated file with separate file names (v3 and v4). I've opened the original file (v2, which still opens ok)) and have been enlarging the canvas size and converting from rgb to cmyk. It appeared to save okay. This happened yesterday, too and I thought I must have not saved it correctly, so redid the work and saved again. Now I know something not right as I can't open the saved files. I've cleared the preferences file but no change.
    Any ideas what is happening and why, please?

    Thanks Bob (and also John) - that makes sense of what is happening, although I thought I had used 2.5GB files before with no problems.
    The file I'm using is 11374 x 7831 pixels (96.3 x 66.3cm at 300dpi). Converting to cmyk had bumped it up to just over 2.1GB, hence the saving problem.
    I've now saved and copied it, removed all invisible and construction layers (now down to 70!) and also turned off thumbnails. I can now save a composite to tif format but still not jpeg, which seems weird. Is there a size limit on jpegs?
    Also, which Photoshop version introduced the PSB file format? - maybe its time to upgrade . . . thanks again, Andy

  • .doc File not opening in SAP

    Hi,
         I am a Network Engineer & i am a noob in SAP.
    One of our Customers is implementing SAP in their Enterprise & they are learning it.
    Today, there is an error came in the SAP.Some users are not able to open a .doc File from the SAP Window.SAP expert is saying that its a PC Error.We have re formatted the PC & re installed the Microsoft Office in it.Still, the error is coming in 3 PCs.
    Due to this, they (Users) are not able to download the reports.
      I am attaching a Screen Shot which will give you  the exact type of Error it is showing.Please help me step by step if you know the solution.
    Thanks in Advance!!
    Click on the Link for the Screen Shot:
    [SAP Error|http://i357.photobucket.com/albums/oo15/rajeevpayal/SAP_Error.jpg]
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Sep 28, 2011 3:42 PM

    Hi,
    EXECUTE I18N TRANSACTION CODE--> EXPAND I18N CUSTOMIZING > DOUBLE CLICK ON MS WORD EDITOR--> SELECT BOTH CHECK BOX FOR SCRIP AND SMARTFORMS AND CLICK ON ACTIVE...........
    NOW YOUR FILE CAN OPEN IN SAP...
    ABOVE MENTION STEPS ONLY WORK IN ECC VERSION...
    REGARDS,
    KRISHNA

  • Printing envelope not formatted correctly on custom size 8.75 by 5.75

    Printers and All-In-Ones running win 7 64 bit, officejet 8600 pro all update current, In works 2007 word processor or 2011 Hallmark card progam.  downloaded latest driver and reinstalled same (deleted original dr and rebooted first). Envelope is correctly positioned, address prints at top of flap side return address is missing.  On plain paper (8.5X11) test print, address & return address appears to be in correct position.

    I have the same problem with the same size paper (aka Invitation or Statement size), and have an additional problem with printing to the corresponding envelope size which is a Standard A9 (5.75"x8.75"). These are both standard size papers for the U.S. and are used in printing wedding invitations. I don't understand why there are programmed sizes for Japanese stationary, but not for all standard U.S. size formats (that will fit in the main feed tray) or the ability to create a Custom Size format.
    Because these features weren't available, I ended up paying a local printer to print my New Year's cards (an expense I wasn't anticipating that equaled half the purchase price of the printer). And, since I can't print on the envelopes I will need to print labels, which I was hoping to avoid because I hate applying labels to envelopes.
    HP, please update the software to allow customers to print to all appropriate Standard Size US formats or allow for customization, otherwise my next printer will be purchased from a manufacturer that does provide this ability.

  • Why do some pdf files not open with Adobe Reader X, most open OK?

    On my wife's 64 bit WIN 7 computer, a some pdf files will not open, but most open OK.
    She uses Acrobat Reader X and MS Office 2010.
    The same problem files open with no problem on my very similar computer.
    Is the problem with some setting on the Acrobat Reader or something else?
    Sometimes there is this error message when the problem files do not open:
    Find Click2run64.msi file to install MS Office Click to Run.
    But MS Office Click to Run is already installed on her PC.  It is not on my PC.
    Thanks for your help.

    The latest Reader is 11.0.01, not 11.0.1.  It is named Adobe Reader XI.
    I did uninstall the Reader X and installed this latest one.
    But it did not solve the problem, still could not open the problem pdf's .
    I did find the problem was caused by the MS Office Click to Run error referred to in my original message.  As far as I know we have no use for that on my wife's computer. Not sure how it got there.   I uninstalled it and so far the problem pdf's open fine now.  Problem solved.
    Thanks for your help.
    Frank M.

  • ACR Files not opening in CS6

    I recently purchased CS6 and loaded it to my desktop PC running Windows 7 and everyhing is fine.
    I recently purchased a new laptop and loaded a second copy to it (running Windows 8). When I process a RAW file and try to open it in PS6 about every 4th file does not appear in the PS6 workspace. The file details show in the top left corner, the background layer appear, I supposedly can save this file but I cannot see anything. When I close PS6 and re-open it and re-open the ACR file, then open to PS6 if works fine.
    Any thoughts would be greatly appreciated.

    Hi there! Because the forum you originally posted in is for beginners trying to learn the basics of Photoshop, I moved your question to the Photoshop General Discussion forum, where you'll get more specialized help.
    To help others help you, please read through this article and provide any additional relevant details.

  • .psd files not opening

    I use Photoshope Elements 9 to do scrapbooking.  My desire is to us Dropbox so I can work on my laptop or on my destop.  All of my photos are on my laptop.
    I moved some .jpg files, .mob files, and some .psd files to dropbox off of my laptop.  When I tried to open them on my desktop, the .jpg and .mov files were fine.  The .psd files opened the Photoshop Elements 9 program, but gav me the following message, "could not complete your request because Photoshop Elements does not recognize this type of file." 
    Since the file was made in Photoshop Elements 9, I'm wondfering why it won't open on my desktop when I send it by Dropbox.

    It’s possible DropBox uses versioning or some form of compression on PSD files if they are a large size.
     

Maybe you are looking for

  • App store download fail / fehlgeschlagen

    Hi out there! Three days ago, i found an chemistry app (Flat mol) in the app store. I bought it, but the download fialed. I got the message that I have to check my basked to restart the download, I have been trying that now during the last days. Allw

  • Errors and fields disapering in a fillable PDF file

    I don't know much about Acrobat so forgive me if the problem below is just a lack of proper training and not a real problem but this is my issue: I have fillable PDF forms with digital signature fields on SharePoint 2010. People are filling it out an

  • Dynamic select / function module for select queries

    Hello experts, Is there any function module to build dynamic select queries and also to build standard select queries . Thanks, krishnakumar

  • Cut down Table data

    Hi I got one requirement to cut down one Table having 4 years worth of data. Requirement want to export only 6 month of data of same table to another database. The problem with this table is that.. This table is not having any "date" column_name or D

  • Dropdown and Value Help in Adobe Form (WebDynpro Java)

    Hi Experts, I need to develop a Adobe form where i have to implement Dropdown and Value Help, which will coming from custom BAPI. I am using WebDynpro Java, EP 7.0 and ALD 8.0. Please let me know how can i implement those 2 UI Elemnts.. Regards Subhr