Hi
I have a requirement where in I am creating a word document from a template using the DOCX From Dynamic Template smart service
And then convert this word doc to a pdf doc using the PDF from DOCX smart service
The thing is the first smart service works, i.e. I am able to successfully generate the word doc. But then when I feed this word doc to the next smartservice to convert to pdf I am getting this error: org.apache.xmlbeans.impl.values.XmlValueNotSupportedException: Could not get a Java numeric type from a Schema string type
Can anyone help me with this ?
Discussion posts and replies are publicly visible
Can you provide more details.
Like what is the content in DOCX file?
Are you able to open the generated DOCX, and do you see any corrupted content?
Also can you try converting the DOCX file using an online converter.
If you do not need the DOCX, you can also try using "PDF from XSL FO Transformation" smart service for more control.
I have a requirement to convert user-uploaded DOCX files to PDF format. Despite trying 'PDF from DOCX' and 'PDF from Single Docx (with Fonts)', I've experienced difficulties with document generation. Could you please let me know if you know any solution