https://bugs.documentfoundation.org/show_bug.cgi?id=167641
--- Comment #9 from Hossein <[email protected]> --- Created attachment 201978 --> https://bugs.documentfoundation.org/attachment.cgi?id=201978&action=edit emf-dump.py dump of image1.emf In this blog post, one can find some tools that help understand WMF/EMF/EMF+ file formats: Supporting metafile formats: WMF/EMF/EMF+ https://dev.blog.documentfoundation.org/2022/04/26/supporting-metafile-formats-wmf-emf-emfplus/ 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 If you try mso-dumper over the EMF file using emf-dump.py, you will get the attached file. This part is informative: <emrFormat index='0'> <Signature value="0x50444620" name="PDF "/> <Version value="0x0"/> <SizeData value="200105"/> <offData value="44"/> </emrFormat> It suggests that the attached object is a PDF file. -- You are receiving this mail because: You are the assignee for the bug.
