Question

IN
Last activity: 10 Sep 2025 9:14 EDT
Extract content from word file and display in Rich Text Editor field
Hi All,
We have a requirement where the business wants to upload word documents(doc/docx) and display the content in a Rich Text Editor field, keeping the original formatting (fonts, styles, etc.)
One approach is to use custom java code with Apache POI to read and extract the document content, but this requires uploading external JARs, which we want to avoid.
Could you please suggest any alternative Pega-native approach to achieve this requirement?