Created attachment 68557 [details] Test case If you edit the attached form in Poppler, the resulting file still shows the previous data when opened in acroread. Steps to reproduce: Open file with poppler, change "12345" to "67890", save. Open resulting file in acroread, notice that it still shows "12345". Some quick tests show that it's because acroread looks at the XFA dataset object (obj 66) instead of the /V property we set. Object 66 contains: <xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"> <xfa:data> <Formular1> <Textfeld1>12345</Textfeld1> <Textfeld1/> </Formular1> </xfa:data> </xfa:datasets>
*** This bug has been marked as a duplicate of bug 18935 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.