Configure paper size in a PDF file.

I create a LEGAL size MS Word document. Using Acrobat standard 7, i convert it to a PDF file. After, i send it to many users by email. The end users have Acrobat Reader. They open the document and print it. The problem is : the document print in a LETTER format. Is it possible to configure the PDF file when i create it to be print in a LEGAL format?
The end users have not computer knowledge and they cannot configure the printer.
Thank you for your help

PDF's does not have a feature to tell a printer what size paper to print on.
Appligent Document Solutions
http://www.appligent.com

Similar Messages

  • How to generate a csv report to determine paper size in a pdf or pdf/a file ?

    how to generate a csv report to determine paper size in a pdf or pdf/a file ?

    Use the cfpdf tag as follows:
    <cfpdf
        action = "getinfo"
        name = "pdf_info"
        source = "C:\temp\testFile.pdf">
    My Operating System is Windows. This tag gets information about testFile.pdf, and stores it in a structure. I have given this structure the name pdf_info. This structure has the key you are interested in, namely, pageSizes.
    Pdf_info.pageSizes is an array whose indices correspond to the respective page number in the PDF. You can use this to generate Comma-Separated Values (CSV) for each page.
    <!--- Initialize CSV list --->
    <cfset csv = "">
    <!--- Add headers or first row, followed by carriage-return --->
    <cfset csv = "Page,Height,Width" & chr(13)>
    <cfloop from="1" to="#arrayLen(pdf_info.pageSizes)#" index="i">
    <cfset row_info = i & "," & pdf_info.pageSizes[i]["height"] & "," & pdf_info.pageSizes[i]["width"] & chr(13)>
    <cfset csv = csv & row_info>
    </cfloop>
    <!--- Output CSV --->
    <cfoutput>#csv#</cfoutput>
    <!--- Write CSV to file --->
    <!--- <cffile action="write" file="C:\temp\output.csv" output="#csv#"> --->
    Done!

  • How to reduce size or compress PDF files?

    Hi guys,
    Does someone knows if there is a way  to reduce the size of the PDF file with good quality even on Pictures and Scanned documents? I know the option 'export', 'quartz filter' 'reduce size', but the compression is so extrem. Many files can't not been read, the quality is so bad. Is there a additional app, software or extension that let the user play with the compression on pdf files and let it be more personalized like the dopdf V7 available for windows? i am very dissapointed with this. Please help or suggestion. I will appreciate it. Thanks

    I have used the excellent PDF Toolkit app for a while, and its preformed well. Occassionaly it makes the document into a negative image...which Im noyt sure why...
    Mathishk, im trying your online version out, and am impressed and admire the fact that you have done this.
    Well done. 
    A TRICK i use often. Once all hires images are on the designed document - and its coming in at 15-20mb, just change the link to the images so they are 'missing' then make a pdf.
    i.e 'Hi Res images' to HRes images - old'
    The screen resolution of images is still great, but file comes in at fraction of the size.
    You 'trick' the document to use screen images only. So my 18mb file comes in as 5.2mb.
    Just remember to change the images folder name back, so files relink.
    Andy

  • How determine page size by opening PDF file in binary mode

    Hi,
    I have to print PDF file but I would like to know the page size of the PDF file.
    What I have to verify (section, parameters) in order to know the page size? (Letter, Legal)
    Thanks!
    FE

    And if you multiply the values by (1/72):
    (792 - 0) / 72 = 11
    (612 - 0) / 72 = 8.5
    You may also have to consider rotated pages and not all pages within a PDF will match the size of the first page.
    Using Acrobat JavaScript:
    var nPage = 0;
    var cBox = "Crop";
    var aRect = this.getPageBox(cBox, nPage);
    var width = aRect[2] - aRect[0];
    var height = aRect[1] - aRect[3];
    console.println("Page " + (nPage + 1) + " has a width of " + (width / 72) + " inches and a height of "
    + (height / 72) + " inches");
    Produces the following output on the Acrobat JS debugging console:
    Page 1 has a width of 8.25 inches and a height of 11 inches

  • I need to reduce the size of several pdf files before transferring them onto a research database. Each file is made up of 100 images (pages of diaries)

    I need to reduce the size of several pdf files before transferring them onto a research database. Each file is made up of 100 images (pages of diaries) & is up to 1.36 GB in size. I have tried reducing file size in preview but the images are unreadable. Any ideas? 

    WHen I want to reduce the file size, I either use "Optimize Scanned PDF", or more often use "Reduce File Size". Both are on the Document menu. The Reduce File Size selection has some limited customization that is used, when selected.

  • Is there a way to reduce the size of my PDF file, created (or I should say, Exported) in InDesign.

    I created a 10-page sale flyer in InDesign CS5 which will be viewed on our website. When I export it as a PDF file, even with the compression at "minimum", the size is still 3.8 MB.
    Is there a way to reduce the size of the PDF file? with InDesign or another tool out there?
    Thanks for your help!
    Blee

    Rik Ramsay wrote:
    To expand a little on what Jongware said, normally choosing vector over bitmap will decrease the filesize. If the vector art is very complex though, this will not be true.
    Yup, a logo as bitmap takes up more space than the same as a vector -- unless the vector image is bitmap heavy (think Drop Shadow, Outline Glow; these are actually bitmap effects).
    Also, check your PDF version. "Older" versions do not support live transparency, the latest do. Then again, you cannot use live transparency if you suspect your viewers may be using Mac OS X, because Apple's own PDF viewer sucks big time.

  • How can I reduce the size of a pdf file for emailing?

    I want to send a pdf file which is 8 mb, it has bounced in an email because it is too big, how can I reduce the size of the pdf file for emailing?

    Sometimes a simple "Save As" will reduce the file size slightly, but probably not enough to pass the <8 mb threshold of your recipient, as you need.
    You've probably seen it, try the next option in the Save As menu, "Reduced Size PDF," and make it compatible with the latest version possible, again considering the recipient. This suggestion assumes Acrobat X. You don't say which version you're using, but this tool was available at least going back to Version 8, but in a different place, you'll have to hunt.
    If all that doesn't work, you could remove some images from the source document, which also will reduce the overall size.
    Best luck.

  • Pdf file is too big (7MB). Need a pdf file with max size 4MB. How to minimize the size of a pdf file?

    pdf file is too big (7MB). Need a pdf file with max size 4MB. How to minimize the size of a pdf file?

    The other alternative is the Save As Other>Reduce File Size. The PDF Optimizer gives you more control. You might also use the audit feature in the PDF Optimizer to see where the size problem is coming from. You might find that in the WORD file you can select and image and then go to the FORMAT (pictures) menu and select compress for all of the bitmaps in the file. That will typically use 150 dpi by default that is adequate for most needs.

  • How to reduce size of a PDF file without loss of sharp graphics

    Hi, I'm working in Acrobat Pro X.  I have combined a file of graphics, and need to reduce the size.  Original graphics were created in PScs6, and saved as .jpg's.  What would be the best way to reduce the overall size of the PDF file and still maintain the clarity of the graphics?  Advice would be appreciated.

    When you are dealing with graphics, you are almost always talking about reducing the resolution or color depth. A lot depends on the graphics themselves. You might check one of the graphics and see what the color depth and resolution are. The 300 dpi setting is fine in most cases, unless you are wanting folks to zoom in. For many applications a color depth of 256 is fine rather than millions of colors. If those are acceptable options, be sure your graphics are set that way. You can try the Optimize to see if you can improve the size and still have adequate resolution (File>Save As>Optimize PDF).

  • How to reduce the size of the pdf file?

    How to reduce the size of the pdf file?
    Thank you for the help,
    Best
    Jamal

    You have two options:http://www.screencast.com/t/p3srGDGP
    In this screen shot I have two method chosen.
    the one highlighted in yellow is more effective, except in the case where the pdf was from a Scan which is graphics only.
    select the one in yellow first and click on Fonts. Remove all duplicates. for some reason, I don't know if its defect in Acrobat, but usually multiple copies of the exact Font will show up and some cases there will font families not even used in your document.  remove all duplicates.
    Note: Duplicates do not mean for example: Helvetica, Helevetica Bold, Helvetica Bold Italic (these are three different fonts).
    You can reduce the quality of the graphics used and so on while in menu.
    The feature highlighted in green  more or less just reduce the general qaulity of the PDF. and may work for some PDF's

  • Different page sizes in one pdf file will not scale to print correctly

    Hello all,
         I have a pdf document that contains three different page sizes; 8.5"x11", 11"x17" and 34"x22".  These pdf files are custom manuals and we print many of these over the course of a month.
         In the older versions of Adobe Acrobat when printing this type of file, I could click print, select the page setup size to 11"x17", then select shrink oversize pages (or fit, depending), and choose paper by pdf page size and I would get the following pages from the printer - 8.5"x11" page would print on a 8.5"x11" paper, 11"x17" on 11"x17" and (most importantly) 34"x22" on 11"x17".  We do this because our printer does not have paper larger than 11"x17" yet the customer also receives a soft copy of the file and many times prints the large pages full size as needed on their large format plotters.
         With the newer versions of Acrobat, this will not work.  The only way these files will print automatically is to scale the 22"x34" down to 8.5"x11".   Why would I want to scale it smaller than my largest available paper size?  Also, all of the 11"x17" pages in a multi page size document will come out of the printer rotated 180° yet Adobe shows them correctly when the file is opened.
         Also, when I use the settings above, the print preview box shows the document correctly!  The HP technicians have the latest drivers installed and they have shown me where it seems that Adobe is not even sending the larger sheets but instead stops the printing process with an error.  So I try to send a 20 page document but Adobe stops at the first 22x34 page.
         We have now lost our old computers with every last old version of Acrobat that I could use to make this work due to mandatory hardware and OS upgrades.  I must find a way to print these documents without individually selecting different pages to print and then trying to assemble the document afterward.
         How do I preserve the pages sizes in my document and print the large pages scaled down to the largest paper size I have available in my printer?
    Thanks ahead of time.

    Ajlan,
         Thank you for your time.  I am still having the issue.  I am using Adobe reader 11.0.09 and Adobe Acrobat 10.1.12.  Neither one have the option in the print menu that you show for a physical printer.  They only offer that option for an Adobe PDF creation driver.
         It seems as though the printer you have selected in your menu is only for creating a pdf.  I need to physically print the pdf.  Do you have this same option when you select a physical printer?
    (edited to update screen shot)

  • Is there a size limit for pdf files in dropbox

    pdf files will not open in Dropbox on my iPad. is it possible there too big?

    Did you check the help section at Dropbox?
    https://www.dropbox.com/help/5/en
    On your iOS device or desktop of your computer, there are no size limits, other than the total size of your dropbox storage space.  To open the file on you iPad though, you need to have as much space free on the iPad as the file is, since it must first be downloaded onto your iPad.  So, how much free space is there on your iPad?

  • Why is the size of my pdf file so large

    In the templet,I use a font type "Simsun" for Chinese in the subform.
    This font type is added in the output desginer by "font setup" .
    And this font has been existing in my os.
    When I generate a pdf file, the size reaches >6M.

    George Johnson wrote:
    Even if you specify Helvetica, Acrobat and Reader substitute a private version of Arial anyway, so all you're doing by specifying Arial is needlessly adding space. The problem is you can't go back and the fields to use Helvetica and see the file size reduction you might expect. This is due to what I consider to be a bug that I'm hoping will get fixed. So you have to start with a fresh PDF, but you can copy the old fields to the new if you first change them to Helvetica. Or if you know how to hack the PDF you can salvage it after changing the fields to Helvetica.
    I was JUST about to type this. I went into my revised pdf and changed the form text boxes to Helvetica and it didnt change the file size. However  I re-created the file from scratch and it is now keeping the file size at the original size. Thanks to both of you for the help!

  • How can I reduce size of a PDF file?

    My PDF file is 20MB.  How can I reduce its size?

    I used the"File > Save as Other > Reduced Size PDF" method and reduced a 4 MB pdf down to about 2.7 MB.
    I then just printed the same file out to the Print PDF (not sure of the exact name) print driver.  When you install Adobe Acrobat, it adds a virtual printer to your list of available printers.  When you print to it, you don't get an actual print out, you just get a new PDF file.  This method reduced the same 4 MB pdf down to about 1.5 MB.
    I find it weird that their Reduced Size PDF method gave inferior results.  Why don't they just have that function do whatever printing to the virtual printer does?

  • Photo Book - issue with generating full size picture in PDF file

    Need some assistance here.
    I have created a photo book that I would like to order. In the middle of the book I have 2 pages that contain a full size picture on each of the pages. When I generate the PDF file one of these two pictures do not generate correctly leaving an incorrectly rendered rectangle in the bottom left hand corner. 80% of the time it is on of the 2 large 8x10 pictures, the other 20% it is the other 8x10 picture. Aperture does indicate the dpi is large enough to support a quality 8x10 photo.
    I have exported jpeg files for each of these pictures and there were no problems. I am not sure by I have this problem in creating the PDF. Does any one see a potential issue with the book? When I order the photo book is it done through he PDF file or are the pictures sent in?
    Because of the issue I am cautious to order the Photo Book, but would like to do so.
    Any thought or feedback? Is this something that will come through as problem with the photo book as well?
    Thanks

    Hi ejg999,
    I have a similar problem running 10.5.2/ Aperture 2.0 trial.
    My 15800*4700 pixel (19.8mb) panorama was completely screwed up when printing the book to PDF. I did not span the pict over 2 pages as the center part would not be visible in the book's fold. I created 2 full size pages, resized the frames and adjusted their position.
    The print just shows hundreds of small squares, some seem ok, some are blue, some are rendered partially. Totally unusable.
    The physical memory was not the problem as I had at least 500mb free during the printing operation.
    I printed the book twice: same problem. I thought shutting down Aperture would resolve the error. but all my pics were gone. And the Time Machine did not backup while Aperture was running (still a bug). Aaaaaarghhhh.
    I managed to restore my work. I will try to create a smaller copy of the panorama and try to print.
    BTW, what is the size of your photo creating the problems?
    regards
    FranzMacN

Maybe you are looking for

  • Flat File Usage in XI?

    Hello, Can XI support the use of flat files?  In other words, could I replace my current Unix script based file transfer mechanism with XI and continue to use files? Or would I need to convert the file to an XML or other type of message within XI? Th

  • Digital copy discs not appear in icloud

    I just purchased two movies. Tangled and Night at the Museum 2. I can import these into itunes with the discs and codes provided just like all other digital copies I have done. All other digital copies show up in the cloud and are availble in my Appl

  • Ship-To Address not trasferred to backend

    Hello all, EBP 5.0, R/3 4.7 I have address maintained in EBP via web and added it to user in ppoma_bbp as default. In SC when user check details Ship-To Address is appropriate, but in backend in Purchase Requsition delivery address is from associated

  • Error lenguaje creando mst en Acrobat Pro 9

    Buenas, tengo que hacer un deploy de este producto, ya he conseguido integrar los certificados y que la aplicacion me los detecte usando el acrodata, pero cuando selecciono el idioma de instalacion, pese a que le ponga "Spanish traditional Sort" ya q

  • Where is the letterbox option in iMovie?

    where is the letterbox option in imovie?