Save a pdf file

How do I save a pdf file from my PC to my iPhone 4?

You'd need an app on your phone to store the document. Here's one way:
http://itunes.apple.com/us/app/ibooks/id364709193?mt=8
And how to use it:
http://support.apple.com/kb/HT4227

Similar Messages

  • I want to buy the program that will enable me to save a PDF file in word or excel

    I want to buy a program that enables me to save a PDF file in word or excel

    Program: http://www.adobe.com/products/acrobat.html
    Online service: https://www.acrobat.com/welcome/en/home.html

  • How can I save a PDF file sent to me in an attachment to my iPhone 5s

    How can I save a PDF file or word file sent to me as an attachment directly to my iPhone 5s so if I want to read it I don't have to dig into my ail every time?

    You will need to select the attachment and open in another app.  If you do not have any apps that support PDF, Adobe reader for iOS is free.
    For MS word files, you will need an app that supports those, like Documents to Go. 
    There is not generic file storage area in iOS, so you need to "open in" an app that supports that file type so that app can then add the file to its sandboxed local storage area.
    If you need to markup the PDF, some good apps are GoodReader, iAnnotate, PDF Expert, GoodNotes - there are numerous others as well in the App Store.

  • How do I save a pdf file to my hard drive ?

    How do I save a pdf file to my hard drive ?  My CC statements are sent as a pdf file and I would like to save them.

    The same way you save ANY email attachment... which is going to depend on the email program you use... so check with support for your email program (or the help file to learn how to save an attachment)
    When you OPEN a PDF attachment, what program are you using... Acrobat or Reader... both have options to save files
    http://forums.adobe.com/community/acrobat
    http://forums.adobe.com/community/adobe_reader_forums

  • How do I save a pdf file to iphoto? I used to be able to do this in the "save as" option

    how do I save a pdf file to iphoto? I used to be able to do this in the "save as" option

    Save as is back again - available - in Mavericks by hitting the Option key while in the app's File menu (duplicate will change to save as).

  • Whenever you try to save a PDF file to a location other than the default location ('My Documents'), Firefox freezes & you have to go to the 'Task Manager' to exit Firefox and stop the error, so you can load Firefox again.

    Whenever you try to save a PDF file to a location other than the default location ('My Documents'), Firefox freezes & you have to go to the 'Task Manager' to exit Firefox and stop the error. I have Windows XP (Media Center Edition) and all updates (Firefox, Adobe PDF, Microsoft, virus protection, etc) are installed. This has only been a problem since Firefox 4, and isn't a problem in Internet Explorer.

    Hi David,
    Thank you for your detailed question. It sounds like the real issue is pdf files. Are there any antivirus/firewalls that might be blocking this specific file type? or are there any preferences in your control panel that might be blocking this?
    Do you have any stored preferences for PDF files in Firefox?
    *[[Applications panel - Set how Firefox handles different types of files]]

  • Get msg disk is full when trying to save a PDF file

    Running windows 7 and latest version of Adobe Reader.  I get the following message when I try to save a PDF file to disk.
    The disk you were saving to or the disk used for temporary files is full.  Free some space on this disk & try again or save to a different disk.  The disk I am trying to save the file to has over 200gb of free sapce!!

    I found a workaround online, here's the a linkhttp://www.thedailydecibel.com/2011/10/adobe-reader-disk-full-error-message.html
    I was having the same issue with Adobe Reader 11.0.2 plugin for Internet Explorer.  So the directions in the above link are slightly different for Reader 11.
    Edit > Preferences > Security (Enhanced)
    Uncheck the box for "Enable Protected Mode at startup".
    I have no idea if there are any negative consequences with turning this option off.

  • PS Elements 8 - "Save As" PDF File Sizes Huge

    In Photoshop Elements 8.0, Photoshop PDF file sizes are huge when using the "save as" function, using JPEG compression.
    No matter which "Image Quality" is used, the resultant PDF is huge. At "high" quality the file is 20 MB. At "medium" quality, the file is 15 MB. At "low" quality, the file is also 15 MB, much too large. This was not a problem in older versions of Elements. File sizes were typically just more than 3 MB.
    If I save the image as JPEG files using "maximum" (10) quality, "medium" (5) quality, and "low" (3) quality, I can insert the image(s) into Word and use the Acrobat Pro PDF printer driver to get PDF file sizes of 1.8 MB, 1.3 MB, and 1.1 MB. These PDF files are perfect. Even the lowest quality is perfectly readable for my purposes. The older versions of Elements worked fine so I didn't need to take the step of saving in JPEG format, importing to Word and then printing.
    Does anyone know if Photoshop Elements Version 8 is capable of saving PDF files in the smaller file sizes?  Is there a plug-in I can purchase that would give better results?
    Photoshop Elements Version 8.0 (20090905.r.605812) with all updates applied.
    OS = Windows 7 Enterprise (6.1, Build 7600).
    Thank you for any help or adevice.

    I'm dealing with the same situation.
    With Photoshop Elements I use to scan a picture at 300 dpi, save as PDF file, jpg compression medium low
    quality and alway got files under 5 Mb, even lower than that. Colour or black and white pictures.
    Now with Photoshop Elements 8.0 did the usual procedure but the pdf are huge, larger than 8 Mb, even more
    than 10 Mb !
    Am I missing any detail in settings program, perhaps ?
    Thanks for any suggestions.

  • Save as PDF file as excel file or text file in vba excel

    Hi all,
    I am opening a PDF document fromm VBA excel. After opening document it should save the document as excel file or text file in one folder.
    I am trying to do this with some code but not able to , pls help me thatnks.
    Dim AcroApp As Acrobat.CAcroApp
      Dim Part1Document As Acrobat.CAcroPDDoc
    Set Part1Document = CreateObject("AcroExch.PDDoc")
       Part1Document.Open ("Z:\EG MI Information\MIS\Requests\Req_156\NO.1.pdf")
      Dim app As Object, avdoc As Object, pageview As Object
    Set app = CreateObject("AcroExch.App")
    Set avdoc = app.GetActiveDoc
    app.MenuItemExecute ("SaveAs")
    thanks
    Abhijeet

    Hi,
    In the documentation for the saveAs function it has the following params
    cPath The device-independent path in which to save the file.
    cConvID (optional, Acrobat 6.0) A conversion ID string that specifies the conversion
    file type.
    cFS (optional, Acrobat 7.0) A string that specifies the source file system name.
    bCopy (optional, Acrobat 7.0) A Boolean value which, if true, saves the PDF file
    as a copy. The default is false.
    bPromptToOverwrite (optional, Acrobat 7.0) A Boolean value which, if true, prompts the user if
    the destination file already exists. The default is false.
    In order to get a text file saved you need to specify the correct cConvID.
    See the documentation for the valid convID's - http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/JS_API_AcroJS.88.519.html
    Please note the Acrobat SDK contains all the information and does not require much installing ( as it is a zip file(on windows) and a disc image (on Mac) it just needs extracted)
    Regards
    Malcolm

  • How do I save a pdf file in version 1.3?

    I'm currently using Adobe Acrobat 9.0 PRO.. and I need to save a PDF file in version 1.3. How do I do it?
    Please help w/ any kind of reply!!!

    Use either Reduce file size (under the Document menu now in AA8) or the PDF Optimizer under the Advanced menu.

  • Save a pdf file without Adobe automatically adding "-Copy" to the end

    How can I save a pdf file without Adobe automatically adding "-Copy" to the end of file name?

    If you have actually made any changes (e.g. adding a Sticky Note or filling out forms), the Save button will appear in the bottom toolbar.  It will save it as the same name.
    "- Copy" is added only when you tap/click the Save As button.  You can change it to something else, if you'd like.

  • How do i save a pdf file from an incoming email on my ipad 2

    how do i save a pdf file from an incoming email on my ipad 2

    If you have iBooks on your iPad you have the option to save it to that. Just tap and hold on the document link and the options will pop up. Hit "open with ibooks" and it will save it in there for you. Thats one option

  • When I save a pdf file and try to open it I get an error message

    When I save a pdf file and try to open it I get an error message, "Adobe Reader could not open 'file name.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."
    When I try to open it with Preview I get this message, "file name.pdf” could not be opened because it is empty."
    I am running  Maverick OS X 10.9.1.  What's up with this?

    Good question (I'm not a Mac guy these days).
    But Adobe Reader is only viewing the file as it has been saved. If it happens to all pdf files from all sources, I would begin to investigate your OS (and possible permissions but I'm not sure) maybe in the Apple forums.

  • Preflight keeps saying  "Unable to save the PDF File after post processing"

    I'm at a loss how to overcome this. Spent almost a whole day, together with another person, trying to fix it with no success!
    I use Adobe pro CC on a PC
    I usually receive pdf files from this one client who edits and formats a book in Mac Pages. Up until a few days ago I had no problems converting the client's pdfs into pdf/x3, but the last three versions of the latest file have stumped me.
    Just to test, I first just tried to convert the file (33MB), unchanged, to pdf/x3 using the save as other option - message reads  "the document has been saved, however, it could not be converted according to the selected standard profile: convert to PDF/X. Please use preflight with the profile "Convert to PDF/X" in order to identify those properties of the document which prevent it from being compliant to this profile"
    if I then choose under Profiles - convert to PDF/X3 - it says no problems found, and appears to have saved the file. If I try to save again as a pdf/x3, just to make sure, it then tells me it's not pdf/x3 compliant
    OK - so then I go back to preflight - and choose the standards function - then pdf/x3, then continue with the default colour profile. About halfway through the conversion, at the point of saving the file,  I get the message "unable to save the pdf file after post processing"
    So far I've had no luck figuring out what this is.
    I then choose the option of "verify compliance of ppdf/x3" - message reads "pdf/x3 version key (GTS_PDFXVersion) missing", and "Trapped key not true or false"
    Help!! How can I be sure the file converted / or not?
    kim

    Yes I was/am aware of Preflight's inability to play nicely over cloud technologies in certain cases, especially wrt Standards technologies, this will be partially addressed in an upcoming version of Preflight without saying too much.  But the same thing could theoretically have happened if the file was also located on another local network client or server.  Leaving aside the argument that this may violate the Acrobat User Agreement - since purchasing the software, the user agrees to employ its functionality on a single host system and precludes host-client-based scenarios - this simply is not a supported use, meaning the user may not have expectations that it will work at all, if the applications requirements are not observed.  There do exist server-solutions for Preflight files within networks, but Acrobat and by extension Acrobat Preflight is not one of those solutions, and (still) belongs in the single host-based desktop environment.
    However most (99.9%) functions within Acrobat <-> acrobat.com file exchange are supported, file syncing across multiple devices will soon be supported, but Standards compliance is still admittedly a problem at this point.  Some testing has been done using 3rd party cloud technologies starting with enterprise-based solutions, such as Office 365, and this will continue to ramp up to include other 3rd party products.
    As for the second point, Preflight will usually change the PDF version to be complaint, are you saying that it was unable to do so in this case?  It seems that this error should have popped up during the normal Preflight conversion attempt.  Personally I think solving a workflow problem using the print path is a little bit of a heavy-handed approach, but if helped and the results are acceptable, then that is good.  Since that path is non-existent on a Mac, as one needs to Save as Adobe PDF from the Print dialog's PDF drop-down menu, I am assuming your workflow involved file creation on a Mac, then further processing on Windows using the PDF printer.  I am wondering if a simple resave/Save As... to PDF with overwrite on a Mac, or Preflighting the file using a PDF version compatibility profile before the PDF/X conversion would have helped.  Since there are such a multitude of methods that a PDF can be created, there are also many ways within Acrobat that a user can shape the file to be compatible with the expected workflow, ie, 'many ways to skin a cat', without being morbid.

  • You can save a pdf file can be edited in a non-editable pdf format ????

    I need to save the pdf file after compiling it in a non-editable format

    Sign it using a digital signature.

  • How to restrict the ability to save a PDF file in Acrobat.

    Hello ! This is my first topic, evaluating to acquire Acrobat Professional 8, and I am asked if possible to restrict the ability to save a pdf file, when users are reading the file with Acrobat Reader. We are into creating a in-house document accessible to all users internally, using Acrobat Reader. I was able to restrict the printing, but I am unable to restict the saving of the file.
    Any one knows if this possible ? or not?
    Users are using Windows XP/2k
    Thanks

    Once they open it on their machine, they have a copy on that machine. They can simply move that copy to where ever they desire, making copies as they go. You can restrict copying content (though not full proof), printing, and changing the document, but not the physical file itself. Be careful with security and the assumption it fixes all your issues. PDF security is not all that secure. If you need higher levels of security, they you have to use the DRM (I think that is it) at a pretty cost.

Maybe you are looking for

  • R835-P56X: Bios Options - Intel (R) AT and AT Suspend?

    I was poking around in the BIOS for my R835-P56X and found a couple options that I haven't seen before: Intel (R) AT Intel (R) AT Suspend I can't find any discussion of these options in the User's Guide (which doesn't cover the BIOS except for what c

  • Need new bios for r9 270x

    Hi, I would like to request a new bios for my 270x S/N 602-V303-070B1404003989

  • Order by in subselect

    Hello, when using a ORDER BY clause in a subquery, i get the following error: Error - Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed General error;-5016 POS(286) Missing delimiter: ) SELECT *      FROM DOCPROTOCOL D      WHERE D.DOCI

  • Graphics in smartforms

    Hello, I have a problem with smartform. I execute this smartform with a user and all is correct, but then, I execute the same smartform with another user and I get 'Graphic doesn't exist'. Anyone can help me?? Thank you,

  • Change default new layer order - top to bottom

    By default Adobe Photoshop creates new layers on top of the current layer. In the Western languages we read from top to bottom and left to right. So when I start creating a web site in Photoshop I start from top to bottom as well. However Photoshop c