https://bugs.documentfoundation.org/show_bug.cgi?id=167641
--- Comment #12 from Hossein <[email protected]> --- (In reply to Hossein from comment #9) > If you open the file with Limerest, you will see two objects embedded inside > the EMF file: > > 1. ImageAttributes, Size=0x24, 36 bytes > 2. Image, Size=0xc6028, 811048 bytes, Type=Bitmap I should clarify that the PDF file is not the above bitmap object in the first GDIComment. It is in the second GDIComment. In Limerest, the details inside this second record is not shown. In msodumper, one can look into appropriate EMR_COMMENT record: <record index="2" type="EMR_COMMENT"> <Type value="0x46"/> <Size value="200164"/> <DataSize value="200149"/> <CommentIdentifier value="0x43494447" name="EMR_COMMENT_PUBLIC"/> <emrCommentPublic> <PublicCommentIdentifier value="0x40000004" name="EMR_COMMENT_MULTIFORMATS"/> <emrCommentMultiFormats> <OutputRect type="RectL"> <Left value="0"/> <Top value="0"/> <Right value="0"/> <Bottom value="0"/> </OutputRect> <CountFormats value="0x1"/> <emrFormat index="0"> <Signature value="0x50444620" name="PDF "/> <Version value="0x0"/> <SizeData value="200105"/> <offData value="44"/> </emrFormat> </emrCommentMultiFormats> </emrCommentPublic> </record> -- You are receiving this mail because: You are the assignee for the bug.
