Package com.avoka.fc.core.service
Interface IFormPDFPreRenderService
-
public interface IFormPDFPreRenderService
Provides an interface for pre-rendering the XFA form templates converting them into a PDF form and updating the TemplateVersion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
preRenderPdf(TemplateVersion templateVersion)
Pre-render any TemplateVersion XDP form data converting it into an PDF form and updating the TemplateVersion.
-
-
-
Method Detail
-
preRenderPdf
boolean preRenderPdf(TemplateVersion templateVersion) throws ApplicationException
Pre-render any TemplateVersion XDP form data converting it into an PDF form and updating the TemplateVersion. If the TemplateVersion form_filename is not an *.xdp form then this method does nothing.- Parameters:
templateVersion
- the template version to pre-render- Returns:
- true if the template version form data has been updated with a pre-rendered PDF
- Throws:
ApplicationException
- the application exception if an error occurs
-
-