Can be used To specify additional options when saving a Document inTo the SaveFormat.DocLING format in Java....Document doc = new Document(getMyDir() + "Rendering.docx"); DoclingSaveOptions...setRenderNonImageSha(true); doc.save(getArtifactsDir() + "DoclingSaveOptions...