Pdf to x conversion issue

Hello
First kindly note that here under Supported Read and Write Formats you mentioned CHM, I guess CHM must be moved under Supported Read-Only Formats?

Then please confirm if Words supports reading of ebooks: Pdf, Epub and Azw3? No any modification is needed, just read/load to convert to other supported save formats as is

Because my usual code won’t work for converting pdf to xps for example

Dim MyDocument As Words.Document = New Words.Document(SourceFile, LoadOptions)
If MyDocument IsNot Nothing Then MyDocument.Save(TargetFile, SaveOptions)

Aspose.Words.UnsupportedFileFormatException

Thanks.

Sorry but when saving as Xps using Aspose Words, can we sign the output Xps using a x509Certificate/2? :slight_smile:

@australian.dev.nerds Apose.Words supports Pdf, Epub and Azw3 on loading. But loading PDF documents have prerequisites. Signing the XPS output is not supported by Aspose.Words.

1 Like

oops, so not supported in .net framework 4.0 full profile, ok thanks, will try Aspose Pdf for this task.

1 Like