import aspose.words as aw
import aspose.words.saving as saving
_License = aw.License()
_License.set_License(str(ASPOSE_License_PATH))
...
doc = aw.Document(str(input_path))
try:
doc.save(str(output_path), aw.Save…...saving _license = aw.License() _license.set_license(str(ASPOSE_LICENSE_PATH))...SE_LICENSE_PATH)) ... doc = aw.Document(str(input_path)) try:...