https://bz.apache.org/bugzilla/show_bug.cgi?id=64838

            Bug ID: 64838
           Summary: Loading and saving a file, adds an unwanted <w:p/> tag
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XWPF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 37517
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37517&action=edit
Example file to regenerate the bug

Loading and saving a file, adds an unwanted <w:p/> tag in the output file.

Here's the code to regenerate the problem:

       FileInputStream inputFis = new FileInputStream("test6.docx");
        XWPFDocument doc = new XWPFDocument(inputFis); 
        doc.write(new FileOutputStream(new File("test6_out.docx")));  
        doc.close();

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to