Hi Team,
Recent one month we got a Aspose your file format API image by default while convert the base64 data to apose words document.
Reference Image :
Base64-to-JPG-PNG.png (53.2 KB)
obj.getBase64Content() having 3 images base64 data.
Document document = new Document(obj.getBase64Content()));
NodeCollection shapes1 = document.getChildNodes(NodeType.SHAPE, true);
for (Shape image : (Iterable<Shape>) shapes1) {
}
We got 4 images while looping, the 4th image is Aspose your file format API. after conversion by default added below base64 data
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAF etc…
Please let me know if any API changes or we need to add anything for ignore this extra image.
We have checked old version aspose.words too but not working. We have paid license with validity date up to August 2022. Please help us ASAP.
Aspose Words version
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>22.3</version>
<type>pom</type>
</dependency>
Thanks,
Krishna.S