After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172294 - RTF filter ignores some part of documents.
RTF filter ignores some part of documents.
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Veerapuram Varadhan
Veerapuram Varadhan
: 307106 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-03-31 20:16 UTC by Veerapuram Varadhan
Modified: 2006-07-28 04:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Veerapuram Varadhan 2005-03-31 20:16:13 UTC
Please describe the problem:
Footnotes/endnotes are not getting extracted.  Also, it extracts
unwanted-font-details and other strings.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Veerapuram Varadhan 2005-03-31 20:25:48 UTC
Font-names and other unwanted-strings are not extracted. Fixed in cvs.
Footnotes/endnotes extraction yet to be done. :)
Comment 2 Veerapuram Varadhan 2005-04-06 11:20:21 UTC
Also, font-attributes like bold, italics, underline etc are not handled properly.
Comment 3 Veerapuram Varadhan 2005-06-14 08:22:39 UTC
*** Bug 307106 has been marked as a duplicate of this bug. ***
Comment 4 lokesh 2005-06-26 06:10:29 UTC
*** for this bug u can catch up with ms- 1.5 rtf specifications 
    and look DoPull() method to solve it
Comment 5 Paramesh 2005-07-08 13:54:29 UTC
M working on this bug currently .
Found the microsoft-msdn RTF specification useful to understand 
MS Word RTF Format  ...

Comment 6 Paramesh 2005-07-09 06:37:11 UTC
Following are some current problems with the RTF-Filter regarding extraction of
MS-Word RTFs: (w.r.t. beagle-0.0.11)
------
i.Header/Footer not getting extracted.
ii.Date,Time,Text inside TextBoxes not getting extracted.

However, footnotes,bold,italics,underline properties get extracted well as far
as beagle-0.0.11 is concerned.




Comment 7 Debajyoti Bera 2006-02-17 02:56:20 UTC
Is there any progress on this bug ?
Comment 8 Debajyoti Bera 2006-07-28 04:07:27 UTC
With my limited understanding of office terms like "header", "footer", "textbox", I created rtf files with these features and tested against those files. They were all getting indexed. It looks like these features might have been added in CVS over time. Closing as fixed. If something is indeed broken, please reopen and _IMPORTANT_ attach an RTF file causing the problem.