GP - Offline Adobe: How to modify Reader rights credentials

Hi,
      I have implemented offline adobe forms (Impersonalized) using guided procedures.
-- I have created an interactive form callable object using an xdp template.
-- Used Create Impersonalized form option and activated the object.
-- In the manage impersonalized forms section, created a form using the object.
-- The form created doesn't allow me to add attachments or comments.
I have worked with online interactive forms too and the PDF rendered there allows me to add attachements.
I have checked both the forms' readers rights credentials.
Form rendered using GP doesn't have  the option 'You have the rights to add attachments'
But I need to attach some docs to this form. How can I achieve this.
How to modify the reader rights credentials so that I can add attachments.
Version:
Adobe reader 8.1.1
Adobe ALD 8.0
SAP NetWeaver 7.0 (2004s) SPS 15
Edited by: Subramanya Srinivas Mullapudi on Oct 17, 2008 1:32 AM

Not possible

Similar Messages

  • How to apply reader rights for adding comments and marks?

    Hi gurus,
    is it possible to allow user to use the comments and marks tools when working with interactive form?
    thanks and best regards.
    Jun

    hi,
    when you run the application .
    when your pdf gets displayed.
    in the acrobat reader itself,  in the acrobat toolbar....
    there is a colorful button<option> that has a cloud, a ^ sign, and a dialog box like graphics.
    when you click on that it has several options for commenting.
    check it out i have never worked on it though.
    i hope this helps,
    regards,
    -ag.

  • Adobe Reader Rights

    Hi,
         I am getting rendering exception while previewing my form in SFP tcode.
    I think Reader rights might not have been installed properly.. Is there anyway we can check Reader rights been installed properly ?
    Cheers

    Hello,
    if the problem occures with interactive forms only, print forms work, you might have problem with the Reader Rights Credentials.
    This is installed properly if in Visual Administrator under server node >> services >> DocuementServicesConfiguration Service
    the Credential with name "ReaderRights" is visible and the Expiry Date is also a valid Datum in the Future.
    Best regards,
    Dezso

  • How to change co-ordinates of an internal table in page 1 & 2 using offline adobe forms?

    Hello All,
    How to change co-ordinates of an internal table(main window data) from page 2 onwards in offline adobe forms. For e.g., I need to print my internal table around 3-4 lines along with header&footer(only 1st page)in page 1. From 2nd page onwards Internal table should print header and use remaining page til end.
    Thanks in advance for your help.
    Thank you,
    Janakiram.

    Issue resolved...need to use content area option to achieve the same.
    Thanks,
    Janakiram.

  • Adobe Reader Rights with Acrobat 10 Pro

    I recently upgraded from Acrobat Pro 9 to 10.  With 9 I could assign Adobe Reader Rights.  With 10 I can't quite figure out how to do that and forms designed in 9 when revised lose these rights.  Any suggestions?

    I think you are in the wrong forum.
    This forum deals with Adobe LiveCycle Collaboration Service.
    Maybe this forum instead:
    http://forums.adobe.com/community/adobe_reader_forums

  • Merged pdf with "extend features in adobe reader" rights

    Hi all,
    I would like to merge a pdf file into my basic pdf form with "extend features in adobe reader" rights but I would like to keep my basic form without those rights.
    My problem is that when I try to open my basic form and link to my merged attachement file, the merged file becomes not modifiable even with "extend features in adobe reader" rights turned on.
    Any suggestion to solve my problem?
    Thx in advance for your help

    Not possible with Adobe Acrobat. You may check this product:
    http://www.adobe.com/products/livecycle/readerextensions/

  • How do I read an attachment with Adobe Acrobat in my e-mail ?

    how do I read an attachment with Adobe Acrobat in my e-mail ?

    Hi file hunter,
    If you have PDF document attached with your email and you are using windows.
    First try right click on any PDF document and choose option Openwith --> Choose default Program.. browse for Reader/ Acrobat. That should help.
    Or click the attachment and once you try open it that should ask you to choose application open with if you haven't opened PDF document before.
    Regards,
    Ajlan Huda.

  • How I can download from the adobe's website the livecycle rights management licenses?

    How I can download from the adobe's website the livecycle rights management licenses?

    Try using a different browser.

  • How can I modify the "right click" menu of a table control?

    Hello,
      How can I modify the "right click menu" of a table control. I would like to be able to remove the ability to add or delete columns and maybe other selections. I want to keep the ability to
    add or delete rows

    Hi Andy,
    Dialog & User Interface VIs -> Menu functions
    Never used them, eh?

  • How to change text to read right to left-InDesign CC 2014?

    How to change text to read right to left-InDesign CC 2014?

    I have described it here, step by step:
    How do I change text direction adobe indesign?

  • How can i create a new user with only read rights ?

    How can i create a new user with only read rights ?

    You are asking about a Database User I hope.
    You can look into the Oracle 8i Documentation and find various privillages listed.
    In particular, you may find:
    Chapter 27 Privileges, Roles, and Security Policies
    an intresting chapter.
    You may want to do this with the various tools included with 8i - including the
    Oracle DBA Studio - expand the Security node and you can create USERS and ROLES.
    Or use SQL*Plus. To create a
    user / password named John / Smith, you would login to SQL*Plus as System/manager (or other) and type in:
    Create user John identified by Smith;
    Grant CONNECT to John;
    Grant SELECT ANY TABLE to John;
    commit;
    There is much more you can do
    depending on your needs.
    Please read the documentation.
    -John
    null

  • After upgrading to Mavericks I have adobe for my pdf reader in safari.  Can someone tell me how to get back to mac pdf reader? Thank you.

    After upgrading tp Maveraicks I have adobe for my pdf reader in safari.  Can anyone tell me how to get back to apple pdf reader?  Thank you

    Remove Adobe plug ins if any.
    Macintosh HD > Library > Internet Plug-ins
    AdobePDFViewNPAPI.plugin
    AdobePDFView.plugin

  • How to SAVE the images in the offline adobe form pdf

    Hi All,
    Actually I am working offline adobe forms.In my one of the requirement user want to upload the images in the final output pdf form. For this requirement I added Image Field in the layout. So, now I am able to upload the images from desktop but I am unable to save the uploaded images in the pdf form.
    Please let me know is there any parameters need to pass for this requirement.
    Please help me ASAP and your help will be appreciated.
    Thanks,
    Ravi.

    Hi Sandy,
    Sorry for Delay.Could you please provide script code for the Button and in which event we want to add the code
    I want to Save the lot of images in the PDF. For that I kept Image field in the form.Here I am able to upload the images but those are not saved.
    If possible please share the details document.
    Please help me.
    Thanks,
    Ravi.

  • How to modify a datafile using file read and file write

    I have a datalog file containing port and DMM setup information.  I want to read this file into an aray, update or modify it, and write it to a file.  I can read the file in, but I am at a loss on how to modify it since it is stored in an indicator.  Any suggestions?

    The simplest thing is to replace your indicator by a control, and to use a local variable to write your data into the control.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • How do I read a downloaded PDR file in Adobe and not Preview?

    I have downloaded a PDF document.  Seems the first shot is for it to be read in Preview.
    How do I read it in Adobe?
    Thanks!

    Got it, thanks!

Maybe you are looking for

  • Remote managment Exchange 2013 SP1 from C# code using Power-Shell.

    Hello, Sorry if I am describing something wrong, but it is first time I am using Microsoft development forum. I am trying to built library that will manage Exchange remotely using  C# code (VS 2012) and Power-Shell ver.4.0. My workstation and the act

  • Why can't I zoom with my scroll bars.

    Somehow I have made the scroll bars go the way they were before you use them to zoom and I can't revert them back? Does anyone know how??

  • IchatAV 3

    Hi from Texas. I have an iSight Camera, System 10.4.4 on Mac G4, iMac 17 in. I have AIM loaded. Is there some one out there willing to test my iChat Video. I have not been able to find anyone with the same set up to test with. My daughter has a PC in

  • How to move same position to another org unit

    Hi experts, I have one question.Currently one position in my company shared by 2 department. How to create same position with same id for the 2 department. I have try to create it, but the second one will auto generate next position id.Thanks

  • UTF-8 character search in JTable

    Hi, I have a JTable with several column.i am filtering with regexFilter() method.Filtering is working for all the coulmn.But only roman character is searched.Can any body give me idea to work this filter of any language. With Regards Prabhash Mishra