[Poppler-bugs] [Bug 55978] New: Filled acroform with XFA dataset shows old values if opened in acroread
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Oct 14 11:24:14 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=55978
Priority: medium
Bug ID: 55978
Assignee: poppler-bugs at lists.freedesktop.org
Summary: Filled acroform with XFA dataset shows old values if
opened in acroread
Severity: normal
Classification: Unclassified
OS: All
Reporter: fabiodurso at hotmail.it
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: poppler
Created attachment 68557
--> https://bugs.freedesktop.org/attachment.cgi?id=68557&action=edit
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>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20121014/4c3fb164/attachment.html>
More information about the Poppler-bugs
mailing list