Hello,
we have problems with a special
kind of rtf-files. We have taken a closer look into those files and
found out that a possibly wrong property declaration is the problem. If
it says i.e.
{\propname Copyright}\proptype30{\staticval }
then
aspose can’t save this file as DOC. PDF works. It shows „Error! Unknown
document property name.“ in the document but it doesn’t fail to save
the document.
With an extra blank or any other value
{\propname Copyright}\proptype30{<wbr>staticval }
it works.
I’m
not sure if a property declaration without a value is valid rtf. But a
more fail-safe behavior like the pdf-converter are welcome.
Best regards.