Question about page sizes

I received a PDF file that should have letter sized pages 8.5 inches by 11 inches. The page size in the lower left hand corner says that the pages are 35.42 inches by 45.69 inches or approximately 4 times the normal size. The file is readable at 31%, but I cannot print it out. Only the center portion of the page prints. Is there a way to reduce the page back down to 8.5 by 11? The sender and I are both using adobe accrobat 8.

George,
Thank you so much for your prompt response. I found this out by chance late last night.
Thank you again,
Joe Osterfeld
Joe Osterfeld CPA

Similar Messages

  • 3 questions about texture sizes

    Hi there all,
    I have 3 questions about texture sizes. First off, after
    doing a search in this forum, I found out how to find the maxium
    texture size my hardware can handle. However, this is only
    currently tells me what the texture size I should use for my
    computer. So basically, what my first question is, I wanted to know
    what would be the average texture size for PC's. Why I ask this is
    because arfter doing the command that finds my maxium texture size
    that my computer can handle, it says that I can handle up to
    2048x2048, but this doesn't help if lets say the standard hardware
    texture size is 1024x1024.
    My second question is, when you speak in maxium hardware
    texture size terms, is this for per object, per scene that is
    loaded into memory, or for the entire game?
    ... and my last question is, does hardware texture size also
    include basic shaders as well (meaning with no textures)? If not is
    there a limit on that as well?

    1. If you know what maximum texturesize the endusers
    graficcard can handle, you can build a switch to different *.w3d
    files with that are saved with different texturesizes. you can see
    how the hardware variates:
    http://nuttybar.drama.uga.edu/pipermail/dir3d-l/2005-September/009554.html
    but don't forget that the macs are limited at the moment to a
    maximum texturesize of 512x512. If the textures are bigger then the
    maximum texturesize they are scaled down to it. In your example a
    texture that is 2048x2048 would be scaled down to 1048x1048 if this
    is the maximum texturesize of the endusers machine.
    2. The maximum texturesize is per Texture. But the Textures
    are stored uncompressed in the VRAM of the graficcard. There is no
    way to check how much RAM is left and i am not sure what happens if
    you put a lot of data in it.
    3. A shader only layers textures like photoshop and renderes
    them depending on the settings of the shader. The maximum hardware
    texture size only limits the size of the texture, if you use no
    textures in the shader (setting all texturelayers to void) the
    model will be only rendered depending on the values that are given
    by "ambient", "emissive", "diffuse", "specular"
    Just want to add here that textures should be in this sizes:
    1x1, 2x2, 4x4, 8x8, 16x16, 32x32, 64x64, 128x128, 256x256,
    512x512, 1024x1024, 2048x2048, 4096x4096 ...
    but can be also be combined like this:
    32x1024 or 512x256 and so on. this is just good to know.
    If textures do not fit into this grid of pixel values, the
    texture will be scaled up or down to the next size that is closest
    to it.
    if you type this code into the message window and execute
    every line, you can check the resulting texturesize.
    global pImage
    pImage=image(100, 1000, 24)
    member("world").newtexture("image", #fromimageobject, pImage)
    put member("world").texture("image").width
    -- 128
    put member("world").texture("image").height
    -- 1024
    This will happen to all textures if they enter the
    graficcard.

  • Question about the size af:inputText

    can <af:inputText> grow itself automatically to avoid scrollbar?
    if user types a long text into it, the inputtext area will become bigger to fit it to avoid scrollbar. is this possible?
    another question is,i found the size of this input area are controlled by 'rows' and 'columns'.
    can i make the inputtext area stretch to 100% width of the page?
    i cannot use 'columns' to accomplish this, since the page resolution is different for users. it works on 1440x900,but fails on others.
    thanks a lot
    -Ken

    cowbell bill wrote:
    Still stumped, I've deleted all unused audio files, deleted all unused midi. Maybe a third of the project. I see nothing in the trash, Project size is still the same 3.25 GB. Bypassed all reverbs, And audio CPU level still maxing out in the red. What am I doing wrong. Thanks Bill
    When you speak about project size, do you mean the size of the project file itself? Or of the entire project folder?
    When you delete tracks or plugins from your project, you won't see anything in the trash, that is normal. Only when you delete an audio file from your disk +from within Logic+ you'll find that audio file in the trash.

  • Question about Page Builder behavior - how to get a "please wait message" ?

    Hi all together,
    I got a question about Portal Framework / Page Buider handling iView Integration.
    We are working with a lot of App Integrator iViews and often the pages includes with app integrator are loading longer than the rest of the portal. So there is the idea to put in a "please wait while loading message" for the enduser.
    I analysed the html code, the page builder is generating and foud out 3 diffrent approaches how the page buider is rendering the IFRAME with the integrated application configured with an app integrator iView.
    My question is how can I influence this behavior to put a "please wait while loading message"?
    Different types of iView integration in the client I have seen:
    a) direct loading of the content in the IFRAME (<iframe id="" ... scr="/mysource">)
    b) Filling the iframe with 'about:blank' and loading the content later by filling a form with JS
         ( <iframe id="" .... scr="about:blank">and after the iframe  <form id="" action="mysource" ...>
    c) Filling the iframe with a html file from the portal layout and loading the content later by filling a form with JS (similar to b)
         ( <iframe id=""" ....scr="/irj/portalapps/com.sap.test.mylayout/html/blank.html>
    I checked that variant b) is getting generated when loading a page with different components on the side (not only the app integrator iview) and variant c) is generated when just one app integrator iView is positioned (no portal page).
    Goal: To get the "please wait picture" I want to know how to get variant c) in cases of different elements on one page
    So I would be able to put this picture on the HTML-Page in the Portal layout (blank.html)
    Hope, someone with a deep portal / page builder know-how can help me out!
    Another way: Does anybody knows another way how to put a "please wait message" while app integrator application is not loaded yet?
    Thanks in Advance and kind regards,
    Jens
    Edited by: Jens Kohne on Nov 24, 2010 9:08 AM

    Hi Jens,
    there are several reasons why you don't get the loading animation:
    Web Dynpro ABAP: https://service.sap.com/sap/support/notes/1432358 -> missing configuration
    Wrong height size for iView: https://service.sap.com/sap/support/notes/1358494 -> alter configuration of the iFrame height (loading animation gets displayed, but is hidden)
    FPN, BSP, BEx: https://service.sap.com/sap/support/notes/1290995 -> AI isn't showing the animation because of performance considerations. I guess that is your case. Depending on your portal version this is a simple service configuration or involves some customization.
    br,
    Tobias

  • Question about page margins

    Hello all. I am trying to get started with my first document that will later be part of a book. My question is what to do about page margins. I imported my text, and then after that I tried to change my page margins, to make them larger. But when I did that, it created purple lines at the new margins, but the text is still filling out the old margins, going over the new margins.
    Not sure what to do here.

    Before changing the page margins, go to Layout > Layout Adjustment and select enable and the applicable options. Then make margin changes.

  • Question about "Print Size"

    I am confused and puzzled about "Print Size." First I select the Zoom Tool, then I click "Print Size" in the upper bar. I also have chosen View > Rulers.
    What I don't understand is that one inch in the horizontal ruler actually is considerably longer than one inch on the vertical ruler.  I think this is distorting the appearance on my photos in the monitor as compared with the actual prints. The monitor version of my portrait, for example, looks fatter than the printed version. Why is this and why isn't a horizontal inch equal to a verical inch for viewing purposes.
    Thank you very much for any help on this.
    Bob

    Thank you very much. I changed my monitor to its native resolution and I think this solved the problem.  Bob
    J Maloney <[email protected]> wrote:
    Change the screen resolution setting in your PS prefs to your display resolution. Then print size will work as expected.
    http://en.wikipedia.org/wiki/List_of_displays_by_pixel_density
    More about the print size feature:
    http://help.adobe.com/en_US/Photoshop/11.0/WSfd1234e1c4b69f30ea53e41001031ab64-7935a.html
    >

  • Question about the size of my project

    3.25 GB 20 or so tracks. a few plugins each a few software drums and synths. I getting overload warnings here and there. Not the I/O level the audio level. I look at the fear lilly Allen demo which has 50 tracks all sorts of plugins and a vid. 1.45 GB. I selected and deleted unused in audio bin and still the same. What am I missing. Logic Pro, IMAC 3.06 core 2 Duo 4 GB ram. Thanks Bill

    cowbell bill wrote:
    Still stumped, I've deleted all unused audio files, deleted all unused midi. Maybe a third of the project. I see nothing in the trash, Project size is still the same 3.25 GB. Bypassed all reverbs, And audio CPU level still maxing out in the red. What am I doing wrong. Thanks Bill
    When you speak about project size, do you mean the size of the project file itself? Or of the entire project folder?
    When you delete tracks or plugins from your project, you won't see anything in the trash, that is normal. Only when you delete an audio file from your disk +from within Logic+ you'll find that audio file in the trash.

  • Beginner question about the size of the documents and fonts

    I have worked with dps a couple of years now and now that Adobe removes Single Edition I have to look at other tools. EPUB3 fixed layout appears to be an alternative solution.
    I've been reading up on the web and checked on Lynda courses, but there is one thing I wonder about.
    How should I think about the size of the InDesign document and the size of the body text when I create a EPUB3 with fixed-layout?
    Regards
    Ake

    A couple things to keep in mind with EPUB3 Fixed Layout:
    Unlike EPUB reflowable, FXL doesn't change size. You'll need to optimize your InDesign layout for the device most likely to view it—for example, an iPad, since it's the dominant device.
    Like with DPS, you'll need to pick a font size larger than you'd use for print.
    As with DPS, it's very important to do some tests on your target device to optimize both dimensions and font size.
    Final Note: If you're in North America, this is a good time to  buy an iPad since there are a lot of Black Friday sales coming up!

  • Question on page size

    I have very few pictures on my website and the page size is
    just too big...almost triple other webpages....what are the major
    contributors to the size of the page?

    No, but the ones you have are chubby -
    Global Statistics
    Total HTTP Requests: 25
    Total Size: 250989 bytes
    Object Size Totals
    Object type Size (bytes) Download @ 56K (seconds) Download @
    T1
    (seconds)
    HTML: 43388 8.85 0.43
    HTML Images: 140301 29.76 2.54
    CSS Images: 4369 2.07 1.22
    Total Images: 144670 31.83 3.76
    Javascript: 51765 11.12 1.07
    CSS: 11166 3.23 1.06
    Multimedia: 0 0.00 0.00
    Other: 0 0.00 0.00
    External Objects
    External Object QTY
    Total HTML: 1
    Total HTML Images: 9
    Total CSS Images: 6
    Total Images: 15
    Total Scripts: 4
    Total CSS imports: 5
    Total Frames: 0
    Total Iframes: 0
    145K of images spread among 15 images, or ~10K per image. You
    also have
    quite a bit of markup on that page - the table layout adds
    considerably to
    the weight, I think, with its necessary cell and row tags.
    Finally, have you looked at your page in Firefox? Have you
    increased the
    text size when you do that? Thing get bad in a hurry because
    of the use of
    layers.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ferrarikid123" <[email protected]> wrote in
    message
    news:f4e26o$phk$[email protected]..
    > Yea, I mean size in kb, heres the link:
    > www.expressrent.co.uk
    > I don't have that many images.

  • New to apple, question about font sizes on show bookmarks pages

    Former windows user, trying to get used to this beautiful new imac! When I am on the safari page, in the show all bookmarks page, the font is so small, and buttons to increase the size are disabled on the page! I know there must be a way to make the print bigger but how?
    Thanks to all.. I think I'm learning more from reading these forums than with all the help pages.

    Very sound advice (as always) Barry.
    I (very briefly) considered offering the Terminal/Defaults route, but thought that Safari Enhancer was the lesser of two evils. Safari Enh does not need to be kept running after changes (like the bookmark font size) are made. & I believe most of it's functions within Safari are made by simply altering the plist file - so getting back a default configuration is very simple.... just reset safari.
    keveliz : Barry's is good advice. I wouldn't put safari enhancer in the " ...here be dragons" or 'addicted to haxies' class myself... because it's just a program that you run & close afterwards - it doesn't carry on, (possibly) brewing trouble in the background.
    I haven't been using Apples even a year now - but pc's & 6502 / 6800 & onwards micros since err, 1980..... & fwiw I personally think safari-enh is much safer than most 3rd party fixers ( which isn't saying much! - so Yep, I'd recommend it based on my usage )- there's good support, a useful discussions forum; although previous versions ( presumably sorted now?) could be annoying due to setting non-std options that you hadn't specifically checked - a problem if you're just starting & you wouldn't know what was a default setting & what wasn't.
    None of which is intended to disagree with Barry's note of caution - be careful out there.

  • Question about file size when using "Export for Web"

    Hi!
    I created a .mov file and worked to get a great balance between file size and quality so that I could deliver it via the web and make it easier for end users to see the video on a slower connection.
    My question: When I use "Export for Web," my .mov file is converted into a very large .m4v file--more than double the size of the original file. I know that this export option is to optimize the file for a wide variety of users/internet speeds. Am I correct in guessing that the end size is not an issue? I would post the .mov file instead, but I really like the option of embedding into a html page along with the "click to play" option.
    Bottom line--is it better to post the smaller .mov file that i originally started with or to go ahead and link to the bigger .m4v file that was created with the "Export for Web" option?

    "Export for Web" is a feature of QuickTime Pro and it makes 4 files and the html page code for easy copy/paste Web page editing.
    The very first file is called a "reference movie" and it links to the other 3 files (56kbps, 900kbps and 1.5Mbps). It, and the page code, "read" the connection speed of the viewing hardware and "serve up" the correct file based on that connection speed.
    In nearly all cases the "Desktop" version would still be smaller in file size than the original source. The times the file would "increase" in file size would be when an already compressed was used as the source file. You can find out more about your source file by opening it in QuickTime Player and viewing the Movie Inspector window information.
    There are dozens of other html "tricks" that could be used if your source file is already compressed but you want a different display size:
    Page code to show "aspect" or scale="tofit". This code allows values "outside" of those found in the actual QuickTime file be used for the Web page display. A 320X240 QuickTime .mov file looks pretty good at double size (640X480) but the file size would still be that of the source file.
    "Poster Movie" is another html trick that loads the Web based file directly in the QuickTime Player application (bypassing Web page layout restrictions). These files are also known as "Presentation Movies".
    Another method is the QuickTime Media Link file (.qtl). These are simple text based files that are used as a "direct link". These use simple XML (Extensible Markup Language) and are easily created in any text editing application. The simple syntax has amazing control over a simple QuickTime .mov file. You can launch (and quit) the QuickTime Player, display at other dimensions and even embed "links" inside the display.
    Some of my files as examples:
    http://homepage.mac.com/kkirkster/Lemon_Trees/ a "Poster Movie" style.
    http://homepage.mac.com/kkirkster/.Public/RedneckTexasChristmas.qtl
    A QuickTime Media Link file. A tiny file should download to the viewing machine, launch QuickTime Player, present the movie and it even includes a "link" to my Web page.
    Edit: It appears you must now double click the .qtl download to launch QuickTime.

  • Question about initial size of a JComponent

    My project required drawing a fancy graph on a JComponent, which is then
    added to a panel on a frame with gridbag layout. The JComponent's
    paint() method relies on the size of the JComponent, or it's parent panel's size. The question is how to initialize the size of the component, as the preferred size of a JComponent is (0,0), and the panel's size can only be determined at run time. I already added component listener so that it resizes correctly when the frame is resized. But when the graph appears on the panel first time, it doesn't show itself according to the size of the panel. I have to manually resize the frame to make it fit.
    The following are code fragments:
    public class Graph extends JComponent
    int m_width;
    int m_height;
    public Graph()
    addComponentListener(new java.awt.event.ComponentAdapter()
    public void componentResized(ComponentEvent e)
    Dimension graph_size = getSize();
    m_width = graph_size.width;
    m_height = graph_size.height;
    // tried but failed
    // m_width = getPrefferedSize().width; m_height = ...
    // m_width = getSize().width; m_height = ...
    setSize(m_width, m_height); // how to initialize m_width, m_height?
    public void paint(Graphics g)
    m_width and m_height are frequently used here.

    Thanks for your reply Nancy,
    I understand the print resolution but I'm talking about on screen usage by browsers. I know that images are most optimized when the pixel resolution (number of pixels per side) is not more or less than the pixel resolution browsers display the image with. However with more and more monitors being produced with larger screens and denser ppi a lot of people, me included, zoom in with the browsers using Ctrl and Plus keys to see the content better. My monitor is displaying images not at approx 72 ppi but 110 ppi. This makes everything more than 30% smaller and although the text and images are much more sharper than monitors with less ppi, when things become too small they are hard to see regardless how sharp they are. For example this is how this page looks on my monitor at default view and full screen of the browser - the grey on the right is the background.
    Have in mind that on monitors with ppi less than 110 the image above will appear larger than on my monitor. The next image shows the rulers in Photoshop equal the size of real life rulers on my monitor while the inclosed image shows rulers that are equal to real size ruler on another guy's monitor with less ppi screen resolution.
    I'm not that much of a web developer but sometimes I design web pages in Photoshop and prepare images. So, based on my experience I'm thinking that more and more people would use browsers with zoomed in view at which case images with less pixels per side than the pixels of the monitor displaying them will look bad and I wonder if this can be avoided if the images are with larger resolution than the default view. Of course I realize that then at default view the images will not look as crisp as they could.

  • Question about Page WIdth

    Hi. I know this is probably a stupid question but I can't seem to find the answer anywhere.
    I am using iWeb 08 and have built a site using the "Main Event" theme. I would like to make the pages bigger than the default 700 px width; however, if I increase the width in Inspector, it doesn't look right because the Page Background-Image Fill-Tile leaves a gap on the right hand side. Basically the Browser Background image shows a long strip from the top of the page to the bottom about 20 px long (my guess).
    In addition, the page doesn't look right because the Navigation Bar at the top of the page uses an image as a background (which also serves to make the text readable. When I make the page wider in Inspector, I can then drag the Navigation Bar box wider but can't seem to get a hold of the image behind it to make it bigger.
    I hope I explained my problem.
    Thanks.

    Send a feature request to Apple via http://www.apple.com/feedback/iweb.html
    OT

  • 5 Questions about Pages 5

    Does Pages 5 currently support finding paragraph returns?
    Does Pages 5 currently support finding dumb quotes and turning them into smart quotes?
    Does Page 5 currently support Comments in the way that Pages 4.3 does?
    What happens to Pages 4.3 Comments when Pages 5 opens the file?
    Is Pages 5 able to interpret RTF commands properly when opening RTF files?
    When Pages 5 was introduced about a year ago, I balked. I’m intensive user of Pages 4.3 and was stunned at the extensive list of rescinded functionality in Pages 5. I’m aware Apple has been adding some of 4.3 functions back in. But is it going to be enough?

    1. Yes, in a clumsy round about way
    2. You'd have to search on space quote, quote space and do the substitution
    3. No. They are all individual pop-ups and you can only see them one at a time. And can't print them.
    4. I assume it converts them to the new format.
    5. Pages 5 will not open .rtf files, you need to open them in TextEdit or similar and copy paste the text across.
    No. If anything the number of missing features we have discovered has grown and is currently over 110 missing.
    Also the bugs have grown and there is a good likelihood at some stage of not being able to open your files nor accessing any of the content.
    If you are an experienced Pages '09 user then Pages 5 will be a severe disappointment and handicap. The only people who seem to like it are newbies and users who never knew how to use Pages in the first place. We've had some even declaring features which are in Pages '09 and better implemented, are the reason they "upgraded" to Pages 5. Dangerous to themselves and everyone around them.
    As long as you make sure not to irrevocably convert your existing files to the new format, there is no harm in installing Pages 5.2.2 and trying it for yourself.
    iWork '09 will simply be moved to an iWork folder inside the Applications folder.
    Peter

  • Questions about image size and password

    Is there some way to click on an image in iWeb and determine what its file size is?
    When the Inspector shows Photo Download Size, does that pertain to all photos on one particular page?
    Is there any way to password protect certain pages of a site, or create a subsite that is protected?

    For why your files went to 30GB, see this post.
    https://discussions.apple.com/docs/DOC-3941
    Use iDVD to burn a DVD. If you have a new Mac that did not come with iDVD, see this post for several options.
    https://discussions.apple.com/docs/DOC-3711

Maybe you are looking for