Summary: | Pictures from 3rd page are missing in the attached doc file | ||
---|---|---|---|
Product: | [Applications] calligracommon | Reporter: | swathi <swathi.vegesna999> |
Component: | text-layout | Assignee: | Matus Uzak <matus.uzak> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | matus.uzak |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshots in MS Office
Screenshot in Calligra Words |
Description
swathi
2011-05-25 19:09:50 UTC
Created attachment 60330 [details]
Screenshot in Calligra Words
Another test data with same issue. http://southcentralindiana.imanet.org/IMAProgramBook-2010-11.docx. In this check the pictures 2nd and 3rd pages.Those are not displaying in Words. Wow, the .doc file is classified as invalid. Going to fix that. I disabled validation of the FibBase structure while parsing to prevent the file being classified as invalid. This Word8 file does not follow the MS-DOC spec., which makes it difficult to detect truly invalid files. The missing pictures are a filter problem, assigning. Please create a separate bug for the DOCX file. Git commit 493ff6071643f0201a00cd6125bd3c42cd282c3e by Matus Uzak. Committed on 06/06/2011 at 21:15. Pushed by uzak into branch 'master'. DOC: Ignore topmost group shape as we do in libmso. * The topmost group shape (patriarch shape) is ignored in libmso. * It was not ignored in the mswordodf filter, because the group rectangle was always set to a NULL rectangle and I was waiting for some test data to get into problems. A few test files where the rectangle is set to negative values were found and now the patriarch can be ignored properly. BUG:274126 M +17 -20 filters/words/msword-odf/graphicshandler.cpp http://commits.kde.org/calligra/493ff6071643f0201a00cd6125bd3c42cd282c3e Tested in 5f6f9401b53343b140d2bae8587ec3a01f103fe1. For the file in the link http://faculty.weber.edu/vnapper/3110/handouts/MSWord04.doc,pictures are displaying fine. But for the file in http://southcentralindiana.imanet.org/IMAProgramBook-2010-11.docx,words application is not responding. Verified in deaa03a4fe170eb91319e75b213cc66c23af1ed8. |