You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/05/29 23:40:43 UTC

DO NOT REPLY [Bug 47286] New: Word documents saves in wrong format if source contains form elements.

https://issues.apache.org/bugzilla/show_bug.cgi?id=47286

           Summary: Word documents saves in wrong format if source
                    contains form elements.
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: HWPF
        AssignedTo: dev@poi.apache.org
        ReportedBy: e.torkhov@gmail.com


Created an attachment (id=23729)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23729)
Word document with form

For ex.:
HWPFDocument doc = new HWPFDocument(new FileInputStream("example.doc"));
doc.write(new FileOutputStream("example-copy.doc"));

New document "example-copy.doc" issue hangup in MS Word 2003.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 47286] Word documents saves in wrong format if source contains form elements.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47286

Sergey Vladimirov <vl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Sergey Vladimirov <vl...@gmail.com> 2011-07-25 13:59:23 UTC ---
Completely fixed in r1150704.

Fix will be part of 3.8beta-4.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 47286] Word documents saves in wrong format if source contains form elements.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47286

--- Comment #1 from Sergey Vladimirov <vl...@gmail.com> 2011-07-09 14:52:13 UTC ---
Eugene,

So far i fixed in trunk some forms-related code. Form fields are corretly
loaded and saved.

Sad to say, but OpenOffice still have problems opening resaved file --
formatting is "shifted", table is missing. Right now can't find out the reasong
for such behaviour.

Example file looks better, but still very far from ideal. I'm leaving this bug
status open with hope to close it later.

Sergey

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org