Marking up a downloaded document

Hi all!  Not too tech savy over here to say the least, so I have a Q for those here who are.
I just downloaded and saved to file, an application form in pdf, on adobe reader. I want to fill the application out on the computer, as opposed to copying it and filling it out with a pen. Is there a way to do this? Thanks for your help!

Not with Reader uless the creator of the form has added fillable fields.

Similar Messages

  • How to set water marking in sharepoint 2010 document library

    hi,
    we have one requirement for Water marking. i have one document library in that document documents is there when downloading documents that time we have set water marking to  download document using programmatically

    You can check this link:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/180acc9f-b7f2-467a-84e0-db78b2cdf793/how-to-set-a-water-mark-for-a-new-document-uploading-a-document-in-document-libary?forum=sharepointcustomizationlegacy
    _eNo_,
    Moderator Note: Never propose your own posts as answers. The "Propose as Answer" function is for people to propose the good answers of other people. It is not for self-proposing.

  • IOS 7 very slow, i have many problem , exemple  download documents , typing doc to go .   Very slow, sometime no response , please help us for this error

    IOS 7 very slow, i have many problem , exemple  download documents , typing doc to go .   Very slow, sometime no response , please help us for this error,

    spacepilot wrote:
    i live in the WS10 / 0121 area and have been having similar problems. i have an up to 20mb services, but up to a month ago connected at 4800, then my line went dead for 6 days, and all indis could do was send me  new router, which came the day after my line was restored, but had dropped to 2418 and remained so for the past 3 to 4 weeks, then i dropped to 1963 yesterday, and 729 today.
    all speeds are far lower on my upto 20mb than they where on my upto 8mb link.
    foegot to add, i reported the problem via the report a problem link, which hopefully will be red by someone with  a firmer grasp of english that the normal call centre staff
    welcome to the forum    why don't you start your own subject and post the adsl stats from your router and also run btspeedtester and post the results and someone may be able to offer assistance
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Editing a downloaded document "in place" and re-uploading it

    We're using the following procedure to download a document that has previously been uploaded to a BLOB field in the table.
    create or replace procedure download_doc (req_id in varchar2) as
    v_mime varchar2(48);
    v_length number;
    v_file_name varchar2(2000);
    v_blob blob;
    begin
    select resp_mime_type, resp_doc_content, resp_doc_name, dbms_lob.getlength (resp_doc_content)
    into v_mime, v_blob, v_file_name, v_length
    from <tablename>
    where id = req_id;
    owa_util.mime_header (nvl(v_mime,'application/octet'), FALSE);
    htp.p ('Content-length: ' || v_length);
    htp.p ('Content-Disposition: attachment; filename="' || v_file_name || '"');
    owa_util.http_header_close;
    wpg_docload.download_file (v_blob);
    end;
    The issue we're running into, is that when a user wants to download a document, the user is presented with the choice of opening or saving the downloaded document. That works OK, but what we'd really like to do is offer the user a chance to edit the downloaded document and then by saving the changes (such as by closing the window in which the downloaded document appears, after making edits), the modified document is "re-uploaded" to the database. What we have to do now is save the download document to the user's PC, then the user has to open the document and modify it, save it, and re-upload it to the database.
    Any ideas on how we can save the users a few steps and upload the document directly after editing? Thanks.

    Then the answer is no. The file needs to be saved down to CS5.5 or exported as IDML from CS6.
    Mylenium

  • Have recently updated Adobe Reader and now unable to open downloaded documents - Message received is 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 a

    Have recently updated Adobe Reader and now unable to open downloaded documents - Message received is 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 check the file it shows Zero KB downloaded but the file appears - any suggestions?

    Obviously your download was not successful.
    What is your operating system?  How exactly do you download such files?

  • I need to work on documents in both my iMac and air book. But I have to download document and them upload it, and when I upload it I can't open it unless I open it on my phone first. Yet changes made on phone appear straight away. Does this make sense????

    I need to work on documents in both my iMac and air book. But I have to download document and them upload it, and when I upload it I can't open it unless I open it on my phone first. Yet changes made on phone appear straight away. Does this make sense????

    On your Macs open System Preferences > iCloud
    Deselect the box next to Documents & Data, then reselect that box then restart your Macs.
    On the iPhone tap Settings > iCloud. Switch Documents & Data off then back on then reset the iPhone.
    Hold the On/Off Sleep/Wake button and the Home button down at the same time for at least ten seconds, until the Apple logo appears.
    See if you can open the files now without opening on the iPhone first.

  • Editing and uploading a downloaded document

    Have an application that allows for both uploads of documents (using a File Browse item and transferring the relevant fields from the HTMLDB_APPLICATIION_FILES view to my customized table) and downloads of documents (using a call via a URL to a customized copy of the Oracle download procedure presented in the sample application). Both the upload and download process work OK.
    The issue I'm running into, is that when a user wants to download a document, the user is presented with the choice of opening or saving the downloaded document. That works OK, but what we'd really like to do is offer the user a chance to edit the downloaded document and then by saving the changes (such as by closing the window in which the downloaded document appears, after making edits), the modified document is "re-uploaded" to the database. What we have to do now is save the download document to the user's PC, then the user has to open the document and modify it, save it, and re-upload it to the database.
    Any ideas on how we can save the users a few steps and upload the document directly after editing? Thanks.

    Well, you can only do that when the content being edited is plain text (mime type text/plain) and less than 32K (hard limit in PL/SQL)
    Looking at how that page (4000:46) is built in f4000.sql, there seem to be some APIs that do some magic
    l_text := wwv_flow_utilities.clob_to_varchar2(
      wwv_flow_utilities.blob_to_clob(p_blob=>l_blob,p_charset=>l_charset));Clearly, all these are undocumented internal-only Oracle APIs that Oracle is not obliged to support.
    Search around on asktom.oracle.com, I am sure you will find code examples that do this sort of thing.
    Hope this helps.

  • Upload / Download document to KM Content Server from WebDynpro Application

    I have a requirement where I need to upload / download document into / from KM Content Server from my WebDynpro Application.
    Is it technically possible and if Yes, can I get any Sample code for this.

    Hi Tahzeeb,
    first of all i would point you to the JavaDocs for KMC API.
    https://media.sdn.sap.com/javadocs/NW04/SPS15/km/index.html
    And here is a small example of reading and storing KM resources.
    For reading:
         * Returns a resource as an InputStream from the KM repository
         * at the given path. The IUser is needed for authorization.
         * @param user      IUser for checking authorisation.
         * @param resPath   Path to the KM resource.
         * @return          Requested resource as a stream.
        private InputStream getKmResource(final IUser user, final String resPath)
            throws ResourceAccessException {
            try {
                final IResourceFactory factory = ResourceFactory.getInstance();
                final RID rid = RID.getRID(resPath);
                final IResource kmResource =
                    factory.getResource(
                        rid,
                        new ResourceContext(getDeprecatedIUser(user)));
                if (kmResource == null) {
                    throw new ResourceNotFoundException(
                        "KM resource not found: " + resPath,
                        resPath);
                return kmResource.getContent().getInputStream();
            catch (WcmException e) {
                throw new ResourceAccessException("Error accessing KM resource: " + resPath, e, resPath);
    And for writing:
         * Stores a resource in the KM repository at the given path with the given name and mimetype.
         * Content is taken from the given inputstream.
         * @param user          IUser for checking authorisation.
         * @param resName   Name of the resource
         * @param resPath     Path to the resource
         * @param mimeType MimeType of the resource
         * @param inputStream  Resource content
         * @throws ResourceAccessException
        private void putKmResource(
            final IUser user,
            final String resName,
            final String resPath,
            final String mimeType,
            final InputStream inputStream)
            throws ResourceAccessException {
            try {
                final ResourceContext rContext = new ResourceContext(getDeprecatedIUser(user));
                final RID rid = RID.getRID(resPath);
                final ICollection kmCollection =
                    (ICollection) ResourceFactory.getInstance().getResource(rid, rContext);
                if (kmCollection == null) {
                    throw new ResourceNotFoundException(
                        "KM resource not found: " + resPath,
                        resPath);
                else {
                    IContent kmContent = new Content(inputStream, mimeType, -1);
                    IResource kmResource = kmCollection.createResource(resName, null, kmContent);
            catch (ResourceException e) {
                throw new ResourceAccessException("Error accessing KM resource: " + resPath, e, resPath);
            finally {
                try {
                    inputStream.close();
                catch (IOException e1) {
                    throw new ResourceAccessException("Error closing InputStream when accessing " + resPath, e1, resPath);
    Hope that helps for a start.
    Best regards,
      ok

  • Any idea how to send a downloaded document by email?

    Any idea how to send a downloaded document by email from a MacBook Pro?

    Solution may be found if you search in the "More Like This" section over in the right column.

  • BAPI_DOCUMENT_CHECKOUTVIEW2 as Web Service (Downloading Documents)

    Hi,
    We have a problem with downloading documents from our DMS.
    The BAPI_DOCUMENT_CHECKOUTVIEW2 needs the parameter "PF_FTP_DEST"  to checkout documents.
    When I use "SAPFTP" the WS answers with:
    <Return>
                <Type>E</Type>
                <Id>26</Id>
                <Number>172</Number>
                <Message>File c:\temp\KOPIEVONJCOTUTORIAL.PDF cannot be created</Message>
                <LogNo/>
                <LogMsgNo>000000</LogMsgNo>
                <MessageV1>c:\temp\KOPIEVONJCOTUTORIAL.PDF</MessageV1>
                <MessageV2/>
                <MessageV3/>
                <MessageV4/>
                <Parameter/>
                <Row>0</Row>
                <Field/>
                <System>EW1MAND075</System>
    </Return>
    When I use "SAPFTPA" the WS answers with:
    <Return>
                <Type/>
                <Id/>
                <Number>000</Number>
                <Message/>
                <LogNo/>
                <LogMsgNo>000000</LogMsgNo>
                <MessageV1/>
                <MessageV2/>
                <MessageV3/>
                <MessageV4/>
                <Parameter/>
                <Row>0</Row>
                <Field/>
                <System/>
    </Return>
    but nothing is checked out to c:\temp.
    When I leave it blank the ws returns:
    <Return>
                <Type>E</Type>
                <Id>29</Id>
                <Number>001</Number>
                <Message>BOM not found for this material/plant/usage</Message>
                <LogNo/>
                <LogMsgNo>000000</LogMsgNo>
                <MessageV1>Program no longer started via RFC. No return possi</MessageV1>
                <MessageV2/>
                <MessageV3/>
                <MessageV4/>
                <Parameter/>
                <Row>0</Row>
                <Field/>
                <System>EW1MAND075</System>
    </Return>
    From the SE37 the documents where CheckedOut without problems to c:\temp.
    For testing I used SoapUI which works great with other WebServices (eg. BAPI_DOCUMENT_CHANGE2) we have build.
    What is wrong with the WebService from BAPI_DOCUMENT_CHECKOUTVIEW2?

    Hi,
    We have a problem with downloading documents from our DMS.
    The BAPI_DOCUMENT_CHECKOUTVIEW2 needs the parameter "PF_FTP_DEST"  to checkout documents.
    When I use "SAPFTP" the WS answers with:
    <Return>
                <Type>E</Type>
                <Id>26</Id>
                <Number>172</Number>
                <Message>File c:\temp\KOPIEVONJCOTUTORIAL.PDF cannot be created</Message>
                <LogNo/>
                <LogMsgNo>000000</LogMsgNo>
                <MessageV1>c:\temp\KOPIEVONJCOTUTORIAL.PDF</MessageV1>
                <MessageV2/>
                <MessageV3/>
                <MessageV4/>
                <Parameter/>
                <Row>0</Row>
                <Field/>
                <System>EW1MAND075</System>
    </Return>
    When I use "SAPFTPA" the WS answers with:
    <Return>
                <Type/>
                <Id/>
                <Number>000</Number>
                <Message/>
                <LogNo/>
                <LogMsgNo>000000</LogMsgNo>
                <MessageV1/>
                <MessageV2/>
                <MessageV3/>
                <MessageV4/>
                <Parameter/>
                <Row>0</Row>
                <Field/>
                <System/>
    </Return>
    but nothing is checked out to c:\temp.
    When I leave it blank the ws returns:
    <Return>
                <Type>E</Type>
                <Id>29</Id>
                <Number>001</Number>
                <Message>BOM not found for this material/plant/usage</Message>
                <LogNo/>
                <LogMsgNo>000000</LogMsgNo>
                <MessageV1>Program no longer started via RFC. No return possi</MessageV1>
                <MessageV2/>
                <MessageV3/>
                <MessageV4/>
                <Parameter/>
                <Row>0</Row>
                <Field/>
                <System>EW1MAND075</System>
    </Return>
    From the SE37 the documents where CheckedOut without problems to c:\temp.
    For testing I used SoapUI which works great with other WebServices (eg. BAPI_DOCUMENT_CHANGE2) we have build.
    What is wrong with the WebService from BAPI_DOCUMENT_CHECKOUTVIEW2?

  • Initially I had downloaded Document 2 (Free) application to view my doc, ppt and xls files. I was not able to edit the files so there was an option for upgrade the Document-2 free to paid version. I have upgraded the Document 2 application.

    Initially I had downloaded Document 2 (Free) application to view my doc, ppt and xls files. I was not able to edit the files so there was an option for upgrade the Document-2 free to paid version. I have upgraded the Document 2 application. But on my iPad now there are to application present Docemnt-2 (Free) and Document-2. I am not able to open any existing document using the upgraded version of application. How do I connect all the existing txt,PPT,XLS doccument to the new upgraded Document-2 application and then to edit it on my iPad.

    As suggested I had deleted the free application and did a hard restart the iPad. I have again copied the document using iTunes. But I am not able to edit any document using this app. Document 2 (paid version) supports editing features of the txt/ xls /ppt files. Is there any problem while loading the Document 2 app. If I reload then do I need to purchase again?

  • Allow users to Download documents from server

    Hello Everybody,
    I am working on an Flex application where I have to allow the
    users to Open/Save documents such as Word document, Excel sheet,
    PDFs, Jpeg, Media files (any digital format document) when a user
    clicks on a link present in a Flex application. To do this I am
    using the navigateToURL() method and simply passing the URL string
    as a URLRequest to the navigateToURL method. This works fine but
    whenenver the link is invoked and the user selects to Save the
    Excel sheet or any document it displays an unwanted browser window
    behind the Open/Save/Cancel dialog box saying action cancelled.
    I can not use "_self" as I require the Flex application to
    run as is. I tried using the javascript:window.open() but this did
    not work.
    1) Is there a process to stop the browser window from
    opening?
    2) How can we invoke a javascript using navigateToURL(), I
    tried to invoke javascript.alert('Ok') and also
    javascript:window.open() both did not function.
    3) Is there any other method or flex classes etc. to invoke
    external applications (allow to download documents from server)?
    Please help me.
    Thanks and Regards,
    Paromita

    Paromita,
    You could use the file download functionality. This is from
    the docs:
    You can let users download files from a server using the
    FileReference.download() method, which takes two parameters:
    request and defaultFileName. The first parameter is the URLRequest
    object that contains the URL of the file to download. The second
    parameter is optional--it lets you specify a default filename that
    appears in the download file dialog box. If you omit the second
    parameter, defaultFileName, the filename from the specified URL is
    used.
    The following code downloads a file named index.xml from the
    same directory as the SWF document:
    var request:URLRequest = new URLRequest("index.xml");
    var fileRef:FileReference = new FileReference();
    fileRef.download(request);
    To set the default name to currentnews.xml instead of
    index.xml, specify the defaultFileName parameter, as the following
    snippet shows:
    var request:URLRequest = new URLRequest("index.xml");
    var fileToDownload:FileReference = new FileReference();
    fileToDownload.download(request, "currentnews.xml");
    I think this will accomplish what you are trying to do.
    Vygo

  • How can I download documents and business presentations to my i pad

    HOW CAN I DOWNLOAD DOCUMENTS AND BUSINESS PRESENTATIONS TO MY IPAD ?

    OK, I tried them all. Hit Caps doesn't do anything. E-mail to myself--ok, I got it in Mail, but can't get it out of there. I can read it there, but what if I accidently delete that mail? I have Pages. Can't get the PDF into iCloud. Dragged it to "books" in I tunes, and it is there, but doesn't get to the ipad.
    Apple didn't used to be this complicated!!!!!
    Whoops! I quit iTunes, and reopened. It synced with my iPad, and lo and behold there in books is my PDF. Would sure be easier if when I plugged iPad in it appeared on my desk like a disk, and I could just drag and drop stuff.

  • Download documents (DRAO) to local PC

    Hi experts,
    I'd like to download some documents to my local workstation.
    I got 2 systems, a 4.6c and a 7.0. On my 7.0 system, I use the FM CV120_KPRO_CHECKOUT, which works fine for me. Unfortunately, I get an error when I try to use it the same way on the 4.6c system.
    I found the FM CVAPI_DOC_CHECKOUTVIEW_DIALOG, which can obviously download documents as well, but I didn't manage to get it to my specific path. It only downloads the document to the original path and if that one doesn't exist, I get an error.
    So is there a way to download documents on a 4.6c system to a local file system? If so, could you please provide an example?
    Thanks in advance!
    Regards,
    Tobi

    Hi ,
    see if you can use ,
    try with these function modules
    1 >UPLOAD
    2 >UPLOAD_FILES
    3 >gui_upload (ECC 6.0 )
    Hope this  is helpful.
    Regards,
    Uma Dave

  • I want to edit a downloaded document. Can anyone recommend a program to do this. Thank you

    Hi I am new to macs. Like I said above I want to edit a downloaded document. Can anyone recommend a good programme to do this. Thanks

    there are 1000's of document formats in the world
    so it really comes down to what type you wish to edit
    if I were you then I would checkout libre office and maybe iworks

Maybe you are looking for