hi there,
I am now being asked to make one of my programs handle docx format
When converting to pdf I am experiencing the same error as this in that the image in the header is not going into the XML output (and therefore not into the pdf)
When converting the same file in .doc format this gets written into the XML:
- <FloatingBox Width="115.5" Height="27.75" ZIndex="2" BoxHorizontalAlignment="None" BoxHorizontalPositioning="Column" BoxVerticalAlignment="None" BoxVerticalPositioning="Paragraph" Left="0" Top="3.2" ReferenceParagraphID="paraId_1">
<Image File="C:\WINDOWS\TEMP\Aspose.Words.da76500e-876f-46f1-be5a-6b523768d5da.001.jpeg" Type="jpeg" IsImageNotFoundErrorIgnored="true" ZIndex="2" FixWidth="115.5" FixHeight="27.75" />
</FloatingBox>
When converting from docx format it is missing
I am using aspose.words version 5.2
Cheers james