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
Modifier and TypeMethodDescriptionboolean
preRenderPdf
(TemplateVersion templateVersion) Pre-render any TemplateVersion XDP form data converting it into an PDF form and updating the TemplateVersion.
-
Method Details
-
preRenderPdf
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
-