How to edit a downloaded .pdf file?

Hi! Have a downloaded .pdf file, (application for employment form) My options are to print out/fill out. I want to know if there is a way that I can edit the application so that I can fill it out on line (Neater) then print. Between a 2004 version of Word, plus Keynote, Pages and Adobe 8, I can't edit the application. I called Apple and they said there is no way that I edit a pdf file so that I can complete the application on line. There must be a way to do this, right? Thanks, Bill

Bostonfan49 wrote:
Hi! Have a downloaded .pdf file, (application for employment form) My options are to print out/fill out. I want to know if there is a way that I can edit the application so that I can fill it out on line (Neater) then print. Between a 2004 version of Word, plus Keynote, Pages and Adobe 8, I can't edit the application. I called Apple and they said there is no way that I edit a pdf file so that I can complete the application on line. There must be a way to do this, right? Thanks, Bill
Yes, there is a way. First, if check the security on the pdf. Adobe has many levels of security, so that files can be printed but not edited and not made into smaller files, etc.
Usually you would need the real Adobe app, not the reader. But then, even though Adobe can edit pdf files, it will not do so if the file is protected. You normally would be asked for a password when you attempt to modify a PW-protected pdf document.
That all being said, if the document is protected I can only refer you to ghostscript, ghostview and GSView.

Similar Messages

  • How do I add downloadable PDF files to my web site?

    Help!
    I'm creating a web site, and I need to add two buttons that, when clicked, will download two different PDF files. I have absolutely NO IDEA how to do this!!! Not a clue!
    I'm using actionscript 3 and Flash CS4.
    Any help would be greatly appreciated!!!! Thank you!
    Kelly

    Thank you everyone for your response!!!
    I found this code on a tutorial :
    var getFile:URLRequest=new URLRequest("http://www.my_website_name.com/my_pdf_file_name.pdf");
    pdf_btn.addEventListener(MouseEvent.CLICK, getMyFile);
    function getMyFile(event:MouseEvent):void {
    navigateToURL(getFile,"_blank");
    This code downloads a zipped file perfectly! However, it won't download or even bring up the pdf file. (I thought something might be wrong with the pdf file. I renamed it, used a completely different pdf file; nothing! I still get a blank page.)
    Tiago, I tried implementing your code too... I know this should work!
    I really appreciate all of your help!!! Thank you! Thank you!

  • How do I sync downloaded PDF files in iBooks between my iPhone, iPad, and MacBook Pro?

    I've combed the forums.  I can't sync through iTunes.  These PDF files don't show up.  I've downloaded tech manuals for gear I have via manufacturer's websites.  I can't populate them across my devices.  I have some in iPhone, some on iPad.  I have an iPhone 5, iPad2, and MacBook Pro running current software as of 11:22 AM 13 MAR 2014.  Nothing has worked so far in the standard methods. 
    Help!

    I agree in theory.  
    Apple is very protective of copy written material, but even I have shoe-horned copy written papers into iBooks by using copy & paste.  This is the only reason I can see for the lack of user friendliness in iBooks.   You may have noticed that removing it from iTunes also removed the ability to edit any "get info" content - something I could do when books were within iTunes.
    I like the ePub format.   I can produce a very nice looking book with pictures and it looks great in iBooks.  If I produce it on my Mac and use ePub into iBooks, I can then sync to my devices that way.   For a really nice product this is a great option.
    But.   I can send the same product to Kindle and keep it synced to all devices.   Or I can add to kindle from one of my other devices and get it to sync also.   Obviously I made my choice and it works.
    If you find a route via iBooks, please publish.   Many other Apple users are frustrated by the lack of iBook flexibility since iOS 7 update. 

  • How to edit sheet music pdf files in Acrobat Pro XI?

    Hello,
    I am hoping to find a way to cut out parts of a musical score to save on page turns when reading the music with my instrument.  Specifically, in guitar music there is often tablature directly underneath the music staff which makes for more pages in a piece.  I would like to cut out the tabs so that only music notation is on the page.  Is this possible in Acrobat or do I need to use photoshop or indesign or??  I would really like to find an elctronic way of doing this- for so many years I've assembled by physically cutting and pasting strips of the score to produce the music-only version.
    Any insight into this would be greatly appreciated.  I am a complete beginner with Adobe products (except for Audition). 
    Myrtle

    Not really practical, I'm afraid. Capturing screenshots and cutting them up is possible with Photoshop, but PDF editing is very limited (fix a typo, move a picture).

  • Editing text from pdf file

    how to edit text from pdf file?

    Adobe Reader does not allow editing the text of a PDF document. You will need to get Acrobat on your Windows or Mac to do that.

  • How can I prevent a PDF file from being copied, printed or downloaded? Students should only be able to view the text and and not distribute it in any way.

    How can I prevent a PDF file from being copied, printed or downloaded? Students should only be able to view the text and and not distribute it in any way.

    You can prevent it from being printed by applying a security policy to it
    in Acrobat. The rest can't be prevented, unless you spend  a LOT of money
    on DRM protection.

  • How do I move a pdf file from my download area into adobe reader

    How do I move a pdf file from my download area into adobe reader

    Hi!
    Adobe Reader automatically lists all the PDFs on your device in it's file browser. You can toggle between the "All PDFs" view and "Folder View" in the "Documents" tab of the file browser.
    Thanks
    Adobe Reader Team

  • How do I call browser Save As dialog box before downloading pdf files?

    How do I call browser Save As dialog box before downloading pdf files?
    Here's my favorite scenario:
    1. User clicks button
    2. Save As dialog displays
    3. User chooses location
    4. A set of PDF files download to that location OR a single zip file downloads
    Background:
    I want to ensure the user sees that files are being downloaded. I'm delivering content to users who may not be Web savvy.
    Concern:
    1. User has no clue how to find downloaded files or that files have even downloaded.
    2. I'd like to deliver the set as zip files. Not sure if self-opening zip files still exist.
    FYI:
    I'm using jQuery UI buttons. Not sure if that factors into response.

    Just for clarity, I'm not forcing a download. The user will click a button.
    Click a button or click a link, either way you're technically executing a script to force a download.
    I'm assuming that's the php file resident on the server.
    Yes but that's only part of it.  Once the contact form executes, another script is called up which opens the browser's download dialogue.
    Is there a php script for simply calling the Open/Save dialog box?
    Yes. 
    <?php
    /* This short script forces a file download.
       For simplicity, it's intended to be used for a single file.
       You can use multiple copies of this file (with unique names)
       with different variable values to use it with multiple files.
       Use of this script has a side-effect of hiding the location of the
       file on your server.
    // full server path to file to be downloaded (including filename)
    $Path2File = "path/to-file-on-server.zip";
    // the filename
    $theFileName = "name-of-file.zip";
    //the work gets done here
    header ("Cache-Control: must-revalidate, post-check=0, pre-check=0");
    header ("Content-Type: application/octet-stream");
    header ("Content-Length: " . filesize($Path2File));
    header ("Content-Disposition: attachment; filename=$theFileName");
    readfile($Path2File);
    ?>
    Name this file zip2download.php.
    Add a link to your HTML page:
    <a href="zip2download.php">Download Zip</a>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • How can i edit a scanned pdf file in adobe 9 pro ?

    how can i edit a scanned pdf file in adobe acrobae 9 pro ?

    With Clear Scan you get the text replacing the graphics of text. That can be edited. If you do searchable PDF conversion, you can still edit (I think). However it is an edit of the hidden layer of text behind the graphic and does not show on screen normally.
    Usually the best choice is to ask the author for the original file to edit. If that is a copyright issue, then you should not be editing anyway.

  • How do i convert a pdf file into a editable word

    how do i convert a pdf file into a editable word

    Converting a PDF to Word requires Acrobat, or the ExportPDF service.

  • How do yo turn a pdf file into reader so i can edit the form?

    how do yo turn a pdf file into reader so i can edit the form?

    I have no idea what you are trying to say; your are trying to open a PDF with Reader?

  • How can I edit a scanned pdf file?

    How can I edit a scanned pdf file? 

    You can use PDF Buddy, the online PDF editor that makes it easy to add text, images, and annotations on top of scanned PDF files.
    (Disclosure: I'm a co-founder)

  • How do I download PDF files using Safari.  All I get is a black screen.

    How do I download PDF files using Safari.  All I get is a black screen.

    Back up all data.
    Quit Safari. In the Finder, select Go ▹ Go to Folder... from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then launch Safari and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • How can I convert a .pdf file to an Indesign CC file which is editable?

    How can I convert a .pdf file to an Indesign CC file which is editable?

    Hi btacme,
    I understand there are some third-party utilities that will allow you to convert a PDF to an InDesign file. But, as PDF is intended to be a final format, Adobe doesn't offer this capability. Are you unable to make the edits that you need by opening the PDF in Acrobat?
    Best,
    Sara

  • How do I add a PDF file for download to my iWeb page?

    How do I add a PDF file for download to my iWeb page?
    I have created one using Apples Pages program.
    Thanks!

    Hi-
    You need to create a text link to the file...
    On your page, type a word that you want to be the link... then select the word, and in the inspector pane, click the link tab (the arrow on the far right) and check "enable as hyperlink." Then choose "file" from the dropdown menu and a chooser box will open for you to locate the file on your hard drive.
    Choose the file by clicking "open" once it's located. Then the next time you publish, the file will be uploaded and linked to!
    Hope this helps... I think I got all the steps in there!

Maybe you are looking for

  • IMac won't start. I get a black screen, not even a grey one or beachball

    I Have a 21'' iMac bought in 2012 OS recently upgraded to Mavericks. A Few days ago I received a system upgrade notice (can't remember the details) which I promptly installed as I always do. Since then the Mac has been switching itself off randomly,

  • Pdf files open in microsoft office pictures and will not open

    when trying to open a pdf file of pictures or an emailed document it goesinto microsoft office pictures...a blank screen appears with a small square in the center with the office picture logo and nothing opens

  • AI effects: Feather versus gaussian blur? which is raster or vector?

    i`m looking at feathering versus blurring. both in illustrator effect drop down menu. from what I I understand the blur/gaussian blur under photoshop effects (in illustrator) will pixelate the edge gradation, but the illustrator effect "feather, will

  • Time Machine almost constantly  backing up

    I'm running Time Machine onto an internal 2TB HD on my MacPro (early 2008) running Snow Leopard. Recently it has started getting into a cycle of almost taking an hour to do the hourly back-ups (even when there isn't much to back up). It always seems

  • How to generate this type of signal?

    While I am connected to the sensor, the analog signal looks like this: http://warsztaty.samochodowka.internetdsl.pl/serwishdd/poradnik/elek_autom/czujniki/cz_pol14.jpg The sensor is in the workshop and I need to work with this signal at home...  It