I use docx4j in my projet, and It is cool.
Nevertheless, I have a lots of warning in my logs.
It would be very cool if I could know :
- What are there meaning
- How resolve them ?
TEST 01 :
- Code: Select all
50-02-2014 16:45:36.758 WARN ContentTypeManager - DefaultPart used for part '/word/stylesWithEffects.xml' of content type 'application/vnd.ms-word.stylesWithEffects+xml'
Attempting to use item id: {2c8dfd15-d533-4a97-b16a-5cd9d2c4ca39}
Attempting to use item id: {2c8dfd15-d533-4a97-b16a-5cd9d2c4ca39}
50-02-2014 16:45:36.845 WARN TraversalUtil - Don't know how to replaceChildren in org.docx4j.wml.Drawing
50-02-2014 16:45:36.845 WARN TraversalUtil - Don't know how to replaceChildren in org.docx4j.dml.wordprocessingDrawing.Inline
50-02-2014 16:45:36.845 WARN TraversalUtil - Don't know how to replaceChildren in org.docx4j.dml.CTBlip
50-02-2014 16:45:37.301 WARN TraversalUtil - Don't know how to replaceChildren in org.docx4j.wml.FldChar
50-02-2014 16:45:37.302 WARN TraversalUtil - Don't know how to replaceChildren in org.docx4j.wml.FldChar
50-02-2014 16:45:37.302 WARN TraversalUtil - Don't know how to replaceChildren in org.docx4j.wml.FldChar
50-02-2014 16:45:38.112 WARN DocumentSettingsPart -
50-02-2014 16:45:38.173 WARN DocumentSettingsPart -
TEST 02 : with pdf generation
- Code: Select all
50-02-2014 16:17:47.138 WARN PhysicalFonts - Aborting: file:/C:/Windows/FONTS/Gabriola.ttf (can't get EmbedFontInfo[] .. try deleting fop-fonts.cache?)
50-02-2014 16:17:47.143 WARN PhysicalFonts - Aborting: file:/C:/Windows/FONTS/HATTEN.TTF (can't get EmbedFontInfo[] .. try deleting fop-fonts.cache?)
50-02-2014 16:17:47.144 WARN PhysicalFonts - Aborting: file:/C:/Windows/FONTS/impact.ttf (can't get EmbedFontInfo[] .. try deleting fop-fonts.cache?)
50-02-2014 16:17:47.190 WARN RunFontSelector - Font 'Times New Roman' is not mapped to a physical font.
50-02-2014 16:17:47.190 WARN RunFontSelector - Times New Roman is not mapped!
50-02-2014 16:17:53.748 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 8940 millipoints. (See position 31:128)
50-02-2014 16:17:53.770 WARN FOUserAgent - Line 4 of a paragraph overflows the available area by 11316 millipoints. (See position 41:128)
50-02-2014 16:17:53.779 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 1488 millipoints. (See position 45:128)
50-02-2014 16:17:53.784 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 456 millipoints. (See position 51:109)
50-02-2014 16:17:53.785 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 14136 millipoints. (See position 53:109)
50-02-2014 16:17:53.794 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 1488 millipoints. (See position 65:128)
50-02-2014 16:17:53.799 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 456 millipoints. (See position 71:109)
50-02-2014 16:17:53.801 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 14136 millipoints. (See position 73:109)
50-02-2014 16:17:53.807 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 1488 millipoints. (See position 81:128)
50-02-2014 16:17:53.813 WARN FOUserAgent - Line 1 of a paragraph overflows the available area by 456 millipoints. (See position 87:109)
Thanks by advance,