Pdf form in read-mode for the users and...allowing me to save my new modifications

I wanted to save a modification in my pdf form. Unfortunally, it was opened by another user in read-only mode.
When I tried to save my new modifications, my screen pops me up the classic error message: cannot not save because it is opened in read....
The form is stored in network shared drive and I am the owner. The users have the read only permission.
I open it with Acrobat Pro X and users open it with Adobe Reader XI. Both sofwares are setted with the enable protected mode and javascript disabled,
I tried to not use the preview mode in Windows explorer without succes.
Is my problem a bug or is it the normal way abobe acrobat works ?
Thank you for any replyer !

Hello Gkaiseril,
Thank you for your fast reply !
I am not at my office right now, however I am pretty sure in the Word case, I will be able to edit.
During my problem, I checked in the File manager on the server side (windows 2003 r2 sp1 x64). The reader had not write permission on the file, and I am the only owner with the full permissions.

Similar Messages

  • What is the SYNTAX for the user and group filters??? Is the HTML Ampersand token Amper A m p semicolon required in the filter

    There seems to be quite a bit of confusion over the actual syntax for the user and group filters on the Forms Based Authentication  Ldap Role and membership providers.. MSFT isn't really clear and there is a universal confusion in the blogsphere.
    I the filters should the prefix be the ACTUAL Ampersand or the HTML token for an AMPERSAND.. I realize the in many cases the blogger might have inadvertently specified the html token when the bare naked ampersand was intended..   The question
    therefore is : can a filter be taken directly from and ADSIEdit query and used as a filter or must the filter be made HTML safe by swapping out the AMERSAND with the HTML Token for AMERSAND before putting it into the configuration
    for the LDAPRole/membership provider...
    All science is either physics or stamp collecting

    Hi GUYO,
    I am not quite sure how we implement this on sharepoint side, as I did research and sharepoint may not have this feature to do this.
    most of the LDAP for sharepoint may need to follow these steps in this article:
    http://technet.microsoft.com/en-us/library/ee806890(v=office.15).aspx
    http://blogs.msdn.com/b/sridhara/archive/2010/01/07/setting-up-fba-claims-in-sharepoint-2010-with-active-directory-membership-provider.aspxhttp://blogs.msdn.com/b/kaevans/archive/2013/01/31/configuring-ldap-for-fba-in-sharepoint-2010-or-sharepoint-2013-with-powershell.aspx
    here is an example :
    http://blogs.msdn.com/b/sharepoint__cloud/archive/2011/12/20/achieving-fba-with-adlds-amp-sharepoint-2010.aspx
    if should this questions was at the ADSIEdit part, perhaps you can help us by opening a new thread at the AD foum
    https://social.technet.microsoft.com/Forums/en-US/home?category=windowsserver
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages for some users and allow the access for some users?

    I have a requirement to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages for some of the users and allow the access for some of the users.
    I have applied the below code on the web.config file but this modification impacting only on the web application level not on the site collection and sub site level.  
    <location path="_layouts/15/InPlaceRecordsSettings.aspx">
        <system.web>
          <authorization>
            <deny users="*" />
          </authorization>
        </system.web>
      </location>
    <location path="_layouts/15/InPlaceRecordsListSettings.aspx">
        <system.web>
          <authorization>
            <deny users="*" />
          </authorization>
        </system.web>
      </location>
    When I tried the access on
    :<portno>/sites/<scname>/_layouts/15/InPlaceRecordsSettings.aspx">http://<servername>:<portno>/sites/<scname>/_layouts/15/InPlaceRecordsSettings.aspx page allowed the access for all users.           
    Please suggest the possible solution to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages on SharePoint2013.
    Thanks
    Ramasubbu

    You can't do it from OOTB. 
    _layout folder is accessible to the users if they have read access in any of the site even subsite.
    You can modify *.aspx file, add your custom control which will check user.
    [custom.development]

  • How do I make a PDF form that is fillable for iPhone users?

    I recently created a fillable form using Adobe LiveCycle and I need the form to be accessible for iPhone users. I downloaded the Adobe Reader app on my iPhone, but I am not able to access any of the drop down menus and the fillable fields do not appear.
    Can someone help me resolve this problem?
    Thank you!!

    Alright, I don't think I'm going in the right direction with this. It seems to be very difficult to make a form from scratch using Adobe Pro, as compared to LiveCycle. Is there an easier way to accomplish my goal without having to re-create this entire form in Pro?
    The LiveCycle form I made was made from scratch and contains many text boxes and drop down menus, I'd rather not have to recreate it if I don't have to.
    I appreciate any help.

  • Is there a plug-in yet that will allow pdf forms to be opened in the browser and submitted?

    Is there a plug-in yet for Firefox that will allow pdf forms to be opened in the browser (instead of downloaded), and then submitted to an e-mail address using the submit button on the form? I finally installed the plug-in that allows a pdf to open in Firefox and not downloaded, but the Submit button doesn't work.

    Help. Same issue.

  • PDF PO Release - XML Tags for the Header and Line Attachments

    Hi,
    I request you to please help me in finding out the XML tags for the PDF PO Release Header and Line Attachments? I tried to get the XML data by running the 'PO Output for Communication' program with the parameter as 'Debug' but its completing normally without giving me the XML data in the log file.
    Please help me in finding the XML tags for the PDF PO Release for the Header and Line Attachments.
    Thanks,
    Kunal

    Hi Kunal,
    Following syntax will get you the header and line level short and long text attachments.
    --Header short text attachments
    <?for-each:HEADER_SHORT_TEXT_ROW?>
         <?SHORT_TEXT?>
    <?end for-each?>
    --Header long text attachments
    <?for-each:/PO_DATA/HEADER_ATTACHMENTS/LONG_TEXT?>
         <?.?>
    <?end for-each?>
    --Line short text attachments
    <?for-each:LINE_SHORT_TEXT_ROW?>
         <?SHORT_TEXT?>
    <?end for-each?>
    --Line long text attachments
    <?variable@incontext:PoLnID;'PO_LINE_ID'?><?for-each:/PO_DATA/LINE_ATTACHMENTS/ID[. =$PoLnID]?>
         <?current()[$PoLnID]/preceding-sibling::TEXT[1]?>
    <?end for-each?>
    Also note that, while running the program in Debug mode for a particular PO/Release the status should be INCOMPLETE, otherwise you won't be able to see the XML tags.
    Thanks,
    PS.
    Edited by: PS on Sep 25, 2012 6:16 AM

  • Submit button for online PDF form doesn't work for some users

    Two online forms I've created in LiveCycle Designer 8.2 work fine for me. But when some of my site's users click on the Submit button in either form, it simply flashes and then does nothing. It's a standard Submit button with a Mailto link. The documents are PDF Version 1.7, and I'm using Acrobat Pro 9.4.5 and Reader 9.4. Any suggestions on troubleshooting would be great.

    Has this form been enabled with Form Rights for Reader.  If the entire PDF is submitted, then the PDF must be Reader enabled to operate on Reader. 
    Another issue is that an email submit is entirely dependant on the user's system.  There must be a local email client installed and registered with the system.  Internet email will not work.  This is the most likely issue.  Althougth there are other things that could be wrong.  You might want to consider using the Acrobat.com to distribute your forms.  This method gets around the email issue for most users. 
    Other issues that could cause this problem are the users' version of Acrobat/Reader as well as any kind of funky system/security setup.   

  • MY Hard Drive says_"YOU CAN READ ONLY" for the OWNERSHIP AND PERMISSSIONS!

    I cannot add anything to my EXTERNAL (SimpleDrivePS) hard drive. When I try to copy something to it, it says "The item cannot be moved because SimpleDrivePS cannot be modified."
    Upon control-clicking this external hard drive's icon, under "Get info" it says "You can read only" for it's "Ownership and Permissions."
    I have used this hard drive with Windows-based computers, but not with this new Apple yet.
    What do I need to do so that I can move or copy things to this external hard drive?
    Also, is there a discussion room for just general questions? - There are many little things that I wonder how to do from time to time as I am trying to become accustomed with Apple, like shortcut key for desktop, or where is control panel or link to "my computer" or other shortcut keys - things like that.

    Hi newsppler;
    Since I have never had a disk that was formatted NTFS, I am not absolutely sure exactly how you can discover how it is formatted. I think if you look at the disk with Disk Utility that should tell you.
    Yes. If you reformat you will lose everything that is currently on that disk.
    To reformat open Disk Utility and then select the disk. You then click the partition tab. This will allow you to select what format you wish to use. I would suggest Mac OS Extended +
    Allan

  • Read mode for querys

    Hi,
    I got a problem with a query whose read mode is currently "H".
    When the Read mode is H the query is behaving diffrently. The query is being used in a workbook where profit cneter is dispalyed as hierarchy.
    During the refresh of that query the nodes at the parent level are displayed whereas the nodes at the leaf level will be blank. If you try collapsing and expanding again the values will be displayed.
    If the read mode is "X" then all the values are displayed at both parent level as well as leaf level.
    But we are using Read mode as "H" for all the querys but we had no issues with other queries.
    Now we got a problem with this query.
    Any ideas will be appreciated!!
    Thanks

    hi Bwer,
      To prevent for accidentally deletion of master data, it is set into read mode for the developer. only guys who r designing the bw will usually have authorization to delte.From a company perspective, master data is important and should not be deleted or changed by any unathurosied users. only  with valid authorization one can delete/change the master data
      where as a cube, one can delete the contents by just deleting the request of the delta load
    i hope this clears,
    Assigning pts is the way of saying thanks in sdn
    regards
    ravi

  • Read mode for datasource

    Hello BW Experts,
    What is the benefit of read mode setting for the datasource ( master data).
    Thanks,
    BWer

    hi Bwer,
      To prevent for accidentally deletion of master data, it is set into read mode for the developer. only guys who r designing the bw will usually have authorization to delte.From a company perspective, master data is important and should not be deleted or changed by any unathurosied users. only  with valid authorization one can delete/change the master data
      where as a cube, one can delete the contents by just deleting the request of the delta load
    i hope this clears,
    Assigning pts is the way of saying thanks in sdn
    regards
    ravi

  • Dark Mode for the finder/safari/mail/etc

    I just upgraded to Yosemite and I am very pleased to see the addition of dark mode for the menu and dock.  This such a basic feature that I've needed since I started using macs ten years ago.
    I often use my macbook and ios devices in low light environments for work.  Venues, theaters, bars, etc.  Even on the lowest brightness the screen is distracting to others and compromises my night vision, not to mention causes additional eye strain.  More and more these days, IOS and OS X devices are used by artists on stage and by sound and lighting engineers off stage.  It's a major bummer when you open your finder and and a blinding white light hits you.
    For dark mode to be useful it needs to address more than just the dock and menu bar.  Ideally, it would invert colors entirely EXCEPT for images, videos, flash, etc.  I would settle for this only being available in the finder and safari.  I'm aware that I can invert all colors already, but its annoying that I have to view pictures and everything else in negative as well.
    It's a bit frustrating that this was an option in the last version of windows I used ten years ago but has been impossible in OS X.  I have every confidence that Apple can make this possible, and I'd really appreciate it.
    Thanks,

    Closest thing is Flavours, but that's not available for Yosemite yet..

  • Read/Write Permissions for all users and all objects in Users:Shared

    Hi:
    I am using an application called "iView" to manage my image files. When importing images from my camera through that application, it creates a folder with the current date. The root folder is "Users:Shared:Images", so that everyone using our Mac can access the files. However, the files' permissions are only read/write for the user who downloaded the files (typically me), but I want everyone to be able to edit and delete files. Of course I can change the permissions manually, but there has to be a better way. (In addition, changing the permissions manually afterwards causes Time Machine to backup the files with the modified permissions again).
    What do I have to do?
    Thanks in advance.
    Hinrich

    That is the way that permissions work. If you are the owner of a file and want others to be able to read and write it, then you have to give them the permission to do so. To automate this, you can attach a folder action to the shared folder, for example:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on adding folder items to ThisFolder after receiving AddedItems
    repeat with AnItem in AddedItems
    tell application "Finder" to set everyones privileges of AnItem to read write
    end repeat
    end adding folder items to
    </pre>

  • I am in the process of expanding a database of chemistry journal articles.  These materials are ideally acquired in two formats when both are available-- PDF and HTML.  To oversimplify, PDFs are for the user to read, and derivatives of the HTML versions a

    I am in the process of expanding a database of chemistry journal articles.  These materials are ideally acquired in two formats when both are available-- PDF and HTML.  To oversimplify, PDFs are for the user to read, and derivatives of the HTML versions are for the computer to read.  Both formats are, of course, readily recognized and indexed by Spotlight.  Journal articles have two essential components with regards to a database:  the topical content of the article itself, and the cited references to other scientific literature.  While a PDF merely lists these references, the HTML version has, in addition, links to the cited items.  Each link URL contains the digital object identifier (doi) for the item it points to. A doi is a unique string that points to one and only one object, and can be quite useful if rendered in a manner that enables indexing by Spotlight.  Embedded URL's are, of course, ignored by Spotlight.  As a result, HTML-formatted articles must be processed so that URL's are openly displayed as readable text before Spotlight will recognize them.  Conversion to DOC format using MS Word, followed by conversion to RTF using Text Edit accomplishes this, but is quite labor intensive.
      In the last few months, I have added about 3,500 articles to this collection, which means that any procedure for rendering URL's must be automated and able to process large batches of documents with minimal user oversight.  This procedure needs to generate a separate file for each HTML document processed. Trials using Automator's "Get Specified Finder Items" and "Get Selected Finder Items", as well as "Ask For Finder Items"  (along with "Get URLs From Web Pages") give unsatisfactory results.  When provided with multiple input documents, these three commands generate output in which the URLs from multiple input items are merged into a single block, which yields a single file using "Create New Word Document" as the subsequent step.  A one-to-one, input file to output file result can be obtained by processing one file at a time, but this requires manual selection of each item and one-at-a-time processing. What I need is a command that accepts multiple input documents, but processes them one at a time, generating a separate output for each file processed.  Is there a way for Automator to do this?

    Hi,
    With the project all done, i'm preparing for the presentation. Managed to get my hands on a HD beamer for the night (Epason TW2000) and planning to do the presentation in HD.
    That of course managed to bring up some problems. I posted a thread which i'll repost here . Sorry for the repost, i normally do not intend to do this, but since this thread is actually about the same thing, i'd like to ask the same question to you. The end version is in AfterEffects, but that actually doesn't alter the question. It's about export:
    "I want to export my AE project of approx 30 min containing several HD files to a Blu Ray disc. The end goal is to project the video in HD quality using the Epson  EMP-TW2000 projector. This projector is HD compatible.
    To project the video I need to connect the beamer to a computer capable of playing a heavy HD file (1), OR burn the project to a BRD (2) and play it using a BRplayer.
    I prefer option 2, so my question is: which would be the preferred export preset?
    Project specs:
                        - 1920x1080 sq pix  (16:9)
                        - 25 fps
                        - my imported video files (Prem.Pro sequences) are also 25 fps and are Progressive (!)
    To export to a BRD compatible format, do i not encounter a big problem: my projectfiles are 25 fps and progressive, and I believe that the only Bluray preset dispaying 1920x1080 with 25 fps requests an INTERLACED video  (I viewed the presets found on this forum, this thread)... There is also a Progr. format, BUT then you need 30 fps (29,...).
    So, is there one dimension that can be changed without changing the content of the video, and if yes which one (either the interlacing or the fps).
    I'm not very familiar with the whole Blu-ray thing, I hope that someone can help me out."
    Please give it a look.
    Thanks,
    Jef

  • PDF in readonly mode for one user, others can add info to it

    I have a user who is not able to add a digital signature to a PDF form.  She is using the same version that the file was created with and I and another person can add a digital signature.  Why is her version shown that it is in readonly mode?

    Hi,
    It could just be that the file's Read Only attribute is turned on. Have them right mouse click on the file and select Properties from the pop-up menu. On the Properties dialog make sure the "Read Only" checkbox is deselected.
    Steve

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

Maybe you are looking for

  • Hyperlinks from Excel to PDF

    Hi, I'm using Excel 2003 Pro. In a spreadsheet, I have a list that is distributed to a domain on a weekly basis as a PDF file. The Spreadsheet contains Hyperlinks linking to URL's. I'm using Acrobat 7.0 Standard. When I create the PDF-file from my Ex

  • Error in BW3.5 query execution

    Hi, I am trying to execute BW3.5 reports and facing below error on them. *Specify a value for variable 0P_FPER System error in program SAPLRRK0 and form APPEND_KHANDLE_1-01- * I executed same in Dev. system and error remains same. Specify a value for

  • Fan is not working properly

    Suggestions? What can I do to fix this myself? I know that it keeps overheating and automatically turns off... that's it. Not too savy on the technical inside stuff... Thanks!

  • A clear workaround for JComboBox bug 4199622 please.

    Hi, I'm writing a project management software where you assign a project leader to a project via combo box and in the same step this user must be added to the team member list. Now look what happened! When I open the combo and navigate via arrow keys

  • FCPX -- ProRessHQ -- Compressor 4 -- Blu-ray .264 of 1.69GB

    Hi, When I export a 2 hour and 16min movie from FCPX to Compressor 4 and convert it to a Blu-ray .264 file I'll end up with a file of 1.69GB. This is not normal. I used the default settings to create a Blu-ray file. When I export a 2 hour and 16min m