How do i print a pdf

how do i print a pdf

You can use the Print button or keyboard shortcut Ctrl+P in Adobe Reader Touch 1.1 or later.
FAQ: How to print a PDF file from Adobe Reader Touch
If you don't see the Print button in the bottom toolbar, please update Adobe Reader Touch to the latest version (1.2 as of July 13, 2013).
FAQ: How to update Adobe Reader Touch to the latest version
Please note that you need to go to the Windows Store and update it yourself because the Windows 8/RT operating system does not download and install updates to Windows Store apps automatically.  (The Windows Store app update problem will be fixed in Windows 8.1.)

Similar Messages

  • CreatePDF Desktop Printer will no longer be available so how do I print a PDF from a scanned document????

    CreatePDF Desktop Printer will no longer be available so how do I print a PDF from a scanned document????

    Hi jwlaunch,
    This document describes some alternatives to CreatePDF Desktop printer: Adobe CreatePDF Desktop Printer is no longer available
    Please let us know if you have additional questions.
    Best,
    Sara

  • How do you print a pdf from Windows 8?

    How do you print a pdf from Windows 8?

    What is your operating system?
    Is this a local or online PDF file?  If online, in what browser?

  • How can I print multiple PDF files at once using Windows 7?

    How can I print multiple PDF files at once, on an HP LJ Pro 400 xcolocr printer without opening each
    one separately using Windows 7?

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at http://h30499.www3.hp.com/hpeb/
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • How can I print a pdf in the actual size with a page border?

    How can I print a pdf in the actual size with a page border? (2 pages per sheet preferred)
    I usually print pdfs of books at a copy shop and they turn out fine.
    The problem comes when I try to print the same books at home.
    I use Adobe Acrobat X with the same settings: "multiple pages per sheet" (2x1) and page border. But the pages are slightly shrunken when printed. I think this is because my printer can't print as closely to the margins. Still, two pages should be able to fit on one sheet in actual size. Are there any layout settings that I can play with to find a better fit, besides portrait and landscape?
    If I select page scaling "none," I'm able to print the pdf in actual size, one page per sheet. But there's no option to add a page border.

    I have a test with some questions (multiple choice, FIB, matching, etc). I have just one button to submit all the answers, and after submiting the student can see his score and review the test to know where he failed. He can't answer again. However, he can change the answer multiple times before submiting.
    "if i turn on success/failure captions the student will see them while answering" - before submitting
    "if i turn them off he wont know what's the right answer" - after submitting
    My results page is the default. I didn't use any variable. When i go to the results page after reviewing the test all the entry boxes are "wrong".

  • How can I print a pdf file in Windows 8?

    I'm new to Windows 8. How can I print a pdf file in Windows 8?

    Well, you can install Adobe Reader XI - not the version for Windows 8 tablets, but the one for regular PCs. This is just the same in Windows 8 as other systems, and can print. The tablet reader, which also runs on PCs, can't print.

  • In windows 8 how do I print a pdf file I got in an e-mail

    In windows 8 how do I print a pdf file I got in an e-mail?

    Goto Adobe's website and download the free pdf reader it can print the pdf for you assuming printing is not disabled for that document.

  • How can I print a PDF document?

    How can I print a PDF document?

    That states that the PDF touch app doesnt support printing which is a technically true as it doesnt have a button/option to print from the app but doing a crtl-p (this is on a full PC version of win8 not RT) brings up the print dialogue and its prints fine.

  • How do I print a PDF file please?

    How can I print a PDF file I have received in an e-mail please?

    I already have that but it doesn't pick up the file! Instead I get a separate page with the PDF file on but nowhere does it say print!

  • How do I print a PDF on windows 8 on a pc??????

    How do I print a PDF on windows 8 on a pc??????

    Adobe Reader cannot change the security on a PDF file. You need Acrobat on the desktop, and of course you'll need legal permission and the original password.

  • How do I print a pdf form that has no print button?

    How do I print a pdf document that has no print button or name?  It is a Florida form for handicapped drivers.

    When you open a PDF in Reader or Acrobat there will be a Print toolbar button and a File > Print menu item. Other PDF viewers will have much the same.

  • How i can print a pdf???

    How i can print a pdf from Java or from a DOS script???
    Thanks for your help.

    from a Java application you can try to open up Adobe Reader. then just print from program. to do this look into the Runtime class. Something like:
    Runtime runtimeRef = Runtime.getRuntime();
    String pathToEXE = �C:\\MyFolderPath\adobeReader.exe�;
    Process adobeReaderProcess = runtimeRef.exec(pathToEXE);
    This will create a separate process which willl open up the Adobe Acrobat Reader program (assuming you have it and path is set up correctly).

  • How can I print to PDF on iPad like I do on laptop?

    How can I print to PDF on iPad like I do on laptop?

    You can probably get deeper answers on the Apple website because what you're asking is a general iPad question, and not particular to a Reader.
    If you have an AirPrint-equipped printer, you should just choose the Share button (arrow out of box icon), then choose Print Document.
    Here's an Apple document about AirPrint:
    AirPrint basics
    If you don't have an AirPrint printer, but another, you may be able to print to it with an app like Printer Pro. You can do a Google search on that.

  • How do i print to pdf from excel? I am using Windows 8.1 and Office 365 (new)

    How do i print to pdf from excel? I am using Windows 8.1 and Office 365 (new)

    Please see Huge lag in games on bootcamp as a reference. The linked thread is for a GT750m.
    Since there are no mid-2013 Retina models (as per Apple - Support - Technical Specifications), assuming this is your Mac - MacBook Pro (Retina, 15-inch, Late 2013) - Technical Specifications - the same should work for you.

  • How can I print my PDF to show Javascript?

    I've made a few forms for my work, and I'd like to print them and put them into a portfolio to take to future job interviews and yearly reviews. I'm trying to avoid having to take screenshots and paste them together, but if that's what I have to do, I can. Is there a feature in LC that will allow me to print my PDFs like this?
    Example:
    A portion of the page I designed is on the left with text boxes, etc. shown, and to the right is the code that is affected by the text field it points to.

    Hi,
    I guess this is not possible to do by just showing JavaScript. You can show these things in a JavaScript debugger always but while printing seems not possible. How about making a hidden Text/TextField and put some conditions/directions on how the fields should be filled up and making this Text/TextField visible at the time of printing? Because if someone does not know JavaScript and he needs to access it he will be confused. Makes sense??
    Thanks,
    Bibhu.

  • How do I print to PDF in safari for iOS?

    When I shop on my MacBook, I like to save my receipts as a PDF. This way I can easily search and consult them later, and don't have to go to the trouble of physically printing and filing them.  How do I do this when I make the purchases in Safari on my iPad 2? So far, I've only identified 3 options, none of which really meets my needs:
    1) Take a screen shot of the receipt page. This is unacceptable because the image file is not searchable the way a PDF is, and also because I can't always fit everything on one screen, meaning two images or more are necessary for one receipt.
    2) Make all my purchases through a 3rd party program like Print2PDF. Unfortunately, this means giving up use of Safari whenever I want to shop.
    3) Print out a paper copy of the receipt. Ick.
    Is there a feature or option I'm missing? I just want to select Share > Print in Safari and be able to select Print to PDF.
    Thank you.

    The PDF port is not sharable between systems, not even on the same machine. You'd need to buy a second copy of Acrobat for use in the virtual machine.

Maybe you are looking for

  • HT2513 How can I forward a meeting request in iCal from my iPad or iPhone?

    I can do this in iCal on my iMac but not my iPhone or iPad. This is critical since I travel often. Is there an app or upgrade that takes care of this problem? I use MS exchange on my pc at work and this is what it is synching with. Any help appreciat

  • Laserjet 200 Pro 200 color M251nw wont power up

    Havent used this device in about a year,  went to power it up today,  pushed the power button, it flashes white and there is a red X on the screen that also just flashes for about a second.   Have unplugged, have disconnected USB,  have changed outle

  • Final Cut X playback on external monitor.

    I am looking for a solution to be able to playback what is on my timeline for distribution on multiple monitors spread through out the building. Do I need another software to do this or can I use a traditional VGA cable to display my project full scr

  • Document Window display is goofy

    Dreamweaver 8, Mac OS X 10.4.8 Yesterday my web pages looked great in Dreamweaver and in several browsers. This morning I opened up Dreamweaver and viewed my pages and the graphics were jumbled all around and the table outline guide is no where to be

  • My phone number not showing in myi phone 4 after updating it to 6.1

    After update my i phone 4 to IOS 6.1 , my phonenumber not showing up under the phone app and i couldnot get I massege and face time to varify . and it took 2 days till nowand still said waiting for activation . when you open the phone app it said   m