Understand what FeraRender does and when to use it.
Overview
Understand what FeraRender does and when to use it. Use this article before changing production templates or writing an integration. It establishes the expected workflow and the terms used by the rest of the library.
Key points
- FeraRender turns structured data and managed templates into DOCX, PDF, or transformed XML.
- The service supports traditional full templates and reusable composable templates.
- Applications can render stored templates or use narrowly scoped conversion operations.
- FeraRender is designed to sit behind Feradel applications and authenticated integrations.
Recommended procedure
- Confirm that you have the correct instance and permission.
- Identify the input data and required output format.
- Use a non-production template and representative sample data for the first test.
- Record the template UUID, output mode, and any validation result.
Troubleshooting
The result format is wrong
Confirm the workflow and template output setting, then verify any asPdf, metadata, or content-type option.
The template cannot be found
Confirm the instance, owner, UUID or exact name, and whether a global template must first be imported.
The request is unauthorized
Check the token, instance header, and required view, edit, native-XSLT, or render permission.
Related documentation
Documentation source: feradelinc/feradel.render.api, reviewed against repository revision b2c3a710. Verify behavior against the deployed release before publishing exact routes, limits, or version requirements.