Hi!  Question about setting default size when opening existing PDF's.

The pdf documents i download all seem to open up at 202% size. Is there a way to set my default size (for opening and reading documents) to something smaller, so I don't have to always use the magnifying tool to shrink them? Thanks!

Under Preferences | Page Display, set Zoom to 100% or whatever you would like to open it with.

Similar Messages

  • How can I choose a font besides Myriad Pro as default when opening existing PDFs in Illustrator?

    I already know how to do this for new documents.
    But I work with PDFs generated in AutoCAD.
    When opening these files in Illustrator, the default font is always set to Myriad Pro.
    How can I substitute my desired font for Myriad when opening EXISTING files, short of copy/pasting into a new file? That workaround is just as time-consuming as resetting the font every time I work on a new document.
    Illustrator has to be referencing something when defaulting to this font. It seems unbelievable that this setting cannot be altered.
    Any ideas out there?

    We get autocad dies from a variety of sources, quite often the font is .txt which susbtitutes to myriad. I use find font  to substitue myriad to arial.
    Since no doucment is open, changing the New document profiles does not help to get rid of Myriad.
    You can record an action for this and set a hot key. The action is pretty fast

  • Yet another question about setting the size of a JTextField

    Hello,
    yep, I already looked at the other posts & the API.
    I have tried the following (& other code) to try to set the width of the display. Nothing works so far.
            percent_CO2 = new JTextField();  
            percent_CO2.setColumns(8);
            percent_CO2.setToolTipText("The % Carbon Dioxide relates to ...");
            percent_CO2.setPreferredSize(new Dimension(10,20));
            percent_CO2.setMaximumSize  (new Dimension(10,20));        This is one of several JTextField's on a Jpanel defined as :
    jcommonCharPanel.setLayout( new GridLayout(8, 2, 2, 4) );
    //8 rows, 2 columns, vertical & horizontal gaps of 2 & 4Any ideas why it is so difficult to set the size of the JTextField?
    Should I try to limit the size of the JPanel instead?
    thanks,
    -- HSC --

    http://forum.java.sun.com/thread.jsp?forum=54&thread=379656

  • Set Window Size when opening Image from Photo Gallery

    Is it possible in XML to set a window size (height and
    width)?
    My code for the Image Gallery is below, and I can't figure
    out a way to set the window size.

    Hi EJToll,
    If you like to set the default file format of the file you Edit in Photoshop CC thorugh Lightroom then perform following steps.
    Lanuch Lightroom and go to Edit> Preference(Windows) Lightroom>Peference(Mac)
    Click "External Editing" tab
    Change the option for "File Format" to PSD as deafult format for Edit In Adobe Photoshop CC
    Click "Ok" button
    Hope this helps.
    Regards,
    Sumit Singh

  • Question about modifying the size of an existing column in a table

    I am a new DBA. I am being asked to modify a column in an existing table that is populated with data. Our database is a 10g database, and the table name is Contacts. The column name is FName, and it is currently VARCHAR(10). It needs to be increased to VARCHAR(18). Would I use this statement: ALTER TABLE contacts MODIFY COLUMN FName VARCHAR(18)?
    I thank everyone who helps me with this question in advance.

    Hello,
    This is how you do it
    ALTER TABLE  A_ERROR_TABLE MODIFY(TEST VARCHAR2(18)); -- Example
    ALTER TABLE contacts MODIFY ( FName VARCHAR2(18));Regards
    Edited by: OrionNet on Apr 2, 2009 4:09 PM: Fixed typo

  • When opening a pdf set default view on details

    Dear reader,
    I have a question about the default view when opening an pdf. How can I set the default view to detail its on list now. I also want this setting to be saved. Im using adobe reader 8.1.2.
    Any help would be appriciated.

    1.File - > Properties (Ctrl+D)
    2.Initial View (tab)
    3.Set the setting you want.
    4.Save it!
    Good Luck~
    Shiro

  • Question about Setting Window Title/the use of AVWindowSetTitle()

    Hi everyone,
    I have a question about setting the title of the window in which the Acrobat viewer normally opens a PDF file.  The documentation states that AVWindowSetTitle() cannot be used in this case.  However, using it has worked with versions of Acrobat/Reader up until and including version 8.
    Everything breaks down starting with Acrobat 9.
    According to the documentation I am supposed to do the following: "To set the title of a window in which the Acrobat viewer opens a PDF file, you must replace AVDocOpenFromASFileWithParams() and pass the window title in tempTitle."
    Unfortunately, there are 2 problems I have with this approach:
         I do need to be able to change the document title on document Save, not only on document Open
         I do not know what AVDocOpenFromASFileWithParams() implementation has to look like if I have to replace it using HFTReplaceEntry().
    Is there a sample customized implementation of AVDocOpenFromASFileWithParams() somewhere that I could take a look at?
    Is there a way to change a document Title inside Acrobat/Reader window after a Save operation?
    Thanks a million,
      Lana2010K

         I am sorry.  I don't know how you tested this and came to conclusion that this works correctly in Acrobat X.
         I just tested our Acrobat plug-in with a trial version of Acrobat X and this did not work.
         When we open a file in Acrobat (doing it ourselves in the plug-in by adding another specialized open) we set the window title to something different from the default file name.  Then if a file gets edited and saved (File->Save), the window title gets reset to the file name. In the PDDocDidSave callback we call AVWindowSetTitle() to set it back to a more descriptive window title we need.  This has worked up until and including Acrobat 8, but does not work in either version 9.0 or 10.0.
         Also, I just modified the plug-in code to always change the Window Title of every document (even if opened through native File->Open) on document Save.  It does not work.
         Please help,
              Lana2010K

  • I have a question about extracting pages.  When I do the function, adobe saves the individual files as " file name space page number ", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I a

    I have a question about extracting pages.  When I do the function, adobe saves the individual files as "<file name><space><page number>", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I am using excel to concatenate some data to dynamically build a hyperlink to these extraced files.  It casues me problems, however, for the space to be the the file name.  Is there any way to change the default behavoir of this function to perhaps use a dash or underscore instead of a space?

    No, you can't change the default naming scheme. You can do it yourself if you extract the pages using a script instead of using the built-in command.

  • Question about setting cookies and custom authentication

    I have a question about setting cookies.
    I have two different 'projects' in HTMLDB - we will call them App1 and App2.
    I also have two different connection configurations setup in the DADs.conf file. - we will call them Connect1 and Connect2.
    App1 is setup to use database authentication (no user is specified in the DAD) and uses Connect1. Once the user successfully logs in, we set a username cookie (this is a persistent connection).
    We created a custom authenticatoin scheme for App2 - this scheme checks for the username cookie (set by App1). We would like for App2 to use Connect2 (HTMLDB_PUBLIC_USER is the default user specified and it uses connection pooling).
    Is it possible to set a cookie from App1, Connect1 for App2, Connect2 - then redirect to App2 and pick up that cookie?
    Here is an example of what we are trying to accomplish:
    A user loggs into App1, we set a cookie, and the user is redirected to App2. If the cookie exists, we allow them access to the home page in App2, if no cookie, we redirect back to a 'Login Failed' page in App1. We don't want App2 to use the same database connection as App1 though, we need App2 to use connection pooling.
    Is this possible? OR...Is there a better way to accomplish what we want to do?
    This is an enhancement to an existing app. Our requirements are to use Database Authentication (setup where pass expires after 60 days or so, cannot reuse last 3 passwords, etc.) - which is already setup and being used by other applications in our organization. All of our users have accounts in the database. We don't want users to have a new username/pass - and we don't want to manage a separate group for HTMLDB apps.
    The existing application uses HTMLDB's built in authentication - which uses database username/pass, and it uses connection pooling, but we cannot handle the pass expire stuff in it, unless there's something we're not seeing or understanding - at least that's how our DBA explained it to us.
    Any help with this will be appreciated so much. I can send you the code we have if needed.
    Thanks!

    Same problem here.  I have so many problems with this remote app.  Is there an iTunes API? I would like to write my own remote app that actually works.

  • In application builder the top level vi is always set to "run when opened"; how do I turn this off so I don't have to change it each and every time I build a .exe??

    I build a lot of executables using Application Builder under LabVIEW and in every one I build, I don't want the top level vi to take off and run when I open the executable. Currently, I edit each .exe I build within Application Builder and change the option of "run when opened" from Yes to No for the top level vi. All the other subvi's are already set to No. It would seem as though there should be some way to "turn this off" if you will so the top level vi is not always set to "run when opened" by default within Application Builder. Is there such a solution that anyone knows of?? Any help would be apprec
    iated... thanks...

    Indeed the Application builder forces "run when opened" to true for top levels VIs. If you don't want your VI to make any real work when the application starts, you should simply put a do-nothing loop in the beginning of the VI that will loop until the user presses a boolean. It will be more intuitive for users to press a Run button on the FP than clicking on the white Run arrow in the bar.
    LabVIEW, C'est LabVIEW

  • New Toshiba PC with Acrobat Reader pre-installed. I installed  Acrobat XI Standard. When opening a PDF, it opens in Reader. How do I get Standard to be the default?

    New Toshiba PC with Acrobat Reader pre-installed. I installed  Acrobat XI Standard. When opening a PDF, it opens in Reader. How do I get Standard to be the default?

    right click a pdf>click open with>tick use as default and navigate to adobe acrobat xi, if it's not listed in the 'open with' panel.

  • Question about the CSS behavior when using layer 3 sticky and sticky table

    Hi everyone,
    I have a question about the CSS behavior when using layer 3 sticky and sticky table is full.
    If I configure layer 3 sticky and specify the inactivity timeout as below, how does the CSS
    handle subsequent needed sticky requests ?
    advanced-balance sticky-srcip
    sticky-inact-timeout 30
    CSS document says that
    Note:
    If you use the sticky-inact-timeout command to specify the inactivity timeout
    period on a sticky connection, when the sticky table becomes full and none of
    the entries have expired from the sticky table, the CSS rejects subsequent
    needed sticky requests.
    My question is what is the next reaction by doing the CSS if the CSS is in the
    following condition:
    when the sticky table becomes full and none of the entries have expired from
    the sticky table, the CSS rejects subsequent needed sticky requests
    Does CSS just rejects/drops subsequent needed sticky requests ?
    or
    Does CSS does not stick subsequence requests to particular service but CSS forward
    subsequence requests with round-robin basis ? which means if the sticky table is full,
    the CSS just works round-robin load balancing fashion for subsequence requests ?
    Your information would be appreciated.
    Best regards,

    Hello,
    There is a good document explaining this on Cisco web site
    http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_tech_note09186a0080094b4b.shtml
    It depends if the sticky-inact-timeout is used or not. If not, it's FIFO (the oldest entry in the sticky table is removed). If yes, the CSS will reject the next sticky request.
    Rgds,
    Gaetan
    Rgds
    Gaetan

  • Default view when opening Mail

    Hi there,
    Is there a way to choose the default view when opening Mail? I would like it to show the inbox of 1 of my accounts, rather than the last read mail. Or the list of mailboxes if poss.
    Thanks!!

    Hi there,
    Is there a way to choose the default view when opening Mail? I would like it to show the inbox of 1 of my accounts, rather than the last read mail. Or the list of mailboxes if poss.
    Thanks!!

  • I have problem when opening a pdf page, my mouse control is hijacked to that tab when im on other tab, i cant scroll or use the middle rollling button, i have to click at the pdf tab then my control over the mouse middle button is restored.

    I think I have this problem even on earlier version. The thing is I set open link in new tab and not switch over to the opened tab. My habit is to open a pdf page in the background and let it load first. What happen is that when the pdf page finished loading ( i do not set to download it), it hijacks my middle mouse button control. When i scroll down or scroll up on my original tab, it wont scroll on the tab, but insttead it scrolls on the pdf tab. I have to click on the pdf tab, then i can use the scrolling function on other tabs back. As for when i opened several pdf tabs, it seems i have to click on the tab that just finished loading, that means several times until they all finish loading. It has been getting on my nerve lately. And all pdf trouble i search from google led to unable to open pdf, firefox hang or crash when opening a pdf and the likes.

    core-el, i don't see the advantage of that or i can't figure out how i'm supposed to use it. for starters, i have to click the mouse in order to get "add bookmark here" to open, which is no different than clicking on the star in the location bar, or right-clicking on the page. there are also options in the bookmarks toolbar, but they all require clicking the mouse & holding down the right button, etc.
    my goal is to use keystrokes only. typing on the keyboard, using both hands, using the space bar & my left pinky finger to tab over are all painless routines for me. as soon as i have to take my fingers off the keyboard & use the mouse, the pain begins.
    as i said, in older versions of firefox, all i had to do to bookmark a page was click ctrl>d, then tab over & arrow down, when appropriate, to find the folder & add the bookmark. for me, as a touch-typist whose speed is between 60 & 80 wpm, this is lightning fast.
    if i have this wrong, please correct me. i just see it as more mouse clicks that don't save me time or pain.

  • Illustrator crashes when opening some PDFs

    When opening some PDFs in Illustrator, Illustrator "Quits Unexpectedly"
    It only occurs on one out of 15 of our Macs
    I am running on all the latest updates both OS and Adobe
    It is very intermittent
    It only seems to do it across a SMB network share
    If the file is copied to the desktop it works fine
    If the file is outlined and accessed from the network share it works fine
    If the file is moved to another folder on the same network share it seems to work fine
    I have repaired all fonts and cleared all font caches
    This has recently had a full clean (using adobe's clean script) and re-install of Illustrator because of updating issues, but we have other Macs which have had to go through this also.
    I have a crash log also but it is too big to post here
    Any ideas before I wipe the lot and start again?

    It is not nonsense.
    A pdf is supposed to be an end-format, not to be edited. Edits should always be done in the originating application, not in Illustrator. A native AI-file is not the same thing as a pdf. Editing pdfs in Illustrator can be a recipe for disaster and damage of the file-content.
    The following is from Dov Isaacs at Adobe in teh Indesign mailinglist at Lassosoft:
    "Adobe Illustrator is NOT, repeat NOT, repeat yet again NOT a general
    purpose PDF (or EPS) editor. It cannot fully and properly edit PDF
    (or EPS) files created any than by "save as" operations from the
    equivalent or later version of Adobe Illustrator. Illustrator only
    "knows" about PDF constructs that it itself generates. Other PDF
    constructs may be modified or deleted without notice. Furthermore,
    Illustrator does NOT support mixed color-space PDF files. And finally,
    Illustrator does NOT make use of any fonts embedded in a PDF file. If
    you "edit" a page of a PDF file in Illustrator, you must have the
    same version of the same font on the Illustrator system as you have
    on the system that creates the PDF.
    We constant hear of problems in prepress due to misuse of Adobe
    Illustrator as a PDF fixup program. You use Illustrator at your own
    risk for this purpose which is absolutely not supported by
    Adobe Systems Incorporated!
    - Dov

Maybe you are looking for