Uses of Class
com.docspring.TemplatePreview
Packages that use TemplatePreview
-
Uses of TemplatePreview in com.docspring
Methods in com.docspring that return TemplatePreviewModifier and TypeMethodDescriptionTemplatePreview.addDataRequestSubmissionIdFooters(Boolean addDataRequestSubmissionIdFooters) TemplatePreview.addPageDimensionsItem(List<BigDecimal> pageDimensionsItem) TemplatePreview.allowAdditionalProperties(Boolean allowAdditionalProperties) Client.copyTemplate(String templateId, CopyTemplateOptions options) Copy a template Creates a copy of an existing template with all its fields and configuration.Client.createHtmlTemplate(CreateHtmlTemplate data) Create a new HTML template Creates a new HTML template using HTML, CSS/SCSS, and Liquid templating.Client.createPdfTemplate(File templateDocument, String templateName, Boolean wait, String templateDescription, String templateParentFolderId) Create a new PDF template with a form POST file upload Creates a new PDF template by uploading a PDF file.Client.createPdfTemplateFromUpload(CreatePdfTemplate data) Create a new PDF template from a cached S3 file upload Creates a new PDF template from a file previously uploaded to S3 using a presigned URL.TemplatePreview.description(String description) TemplatePreview.documentFilename(String documentFilename) TemplatePreview.documentMd5(String documentMd5) TemplatePreview.documentParseError(Boolean documentParseError) TemplatePreview.documentProcessed(Boolean documentProcessed) TemplatePreview.documentState(TemplatePreview.DocumentStateEnum documentState) TemplatePreview.documentUrl(String documentUrl) TemplatePreview.editableSubmissions(Boolean editableSubmissions) TemplatePreview.embedDomains(String embedDomains) TemplatePreview.encryptPdfs(Boolean encryptPdfs) TemplatePreview.encryptPdfsPassword(String encryptPdfsPassword) TemplatePreview.expirationInterval(String expirationInterval) TemplatePreview.expireAfter(Integer expireAfter) TemplatePreview.expireSubmissions(Boolean expireSubmissions) TemplatePreview.externalPredefinedFieldsTemplateId(String externalPredefinedFieldsTemplateId) TemplatePreview.externalPredefinedFieldsTemplateName(String externalPredefinedFieldsTemplateName) TemplatePreview.firstTemplate(Boolean firstTemplate) Client.getTemplate(String templateId) Check the status of an uploaded template Retrieves information about a template including processing status and document URL.TemplatePreview.lastChangedAt(String lastChangedAt) TemplatePreview.lastChangedById(String lastChangedById) TemplatePreview.lastChangedByType(TemplatePreview.LastChangedByTypeEnum lastChangedByType) TemplatePreview.latestVersion(String latestVersion) TemplatePreview.mergeAuditTrailPdf(Boolean mergeAuditTrailPdf) Client.moveTemplateToFolder(String templateId, MoveTemplateData data) Move Template to folder Moves a template to a different folder or to the root level.TemplatePreview.pageDimensions(List<List<BigDecimal>> pageDimensions) TemplatePreview.parentFolderId(String parentFolderId) TemplatePreview.permanentDocumentUrl(String permanentDocumentUrl) TemplatePreview.publicSubmissions(Boolean publicSubmissions) TemplatePreview.publicWebForm(Boolean publicWebForm) TemplatePreview.redirectUrl(String redirectUrl) TemplatePreview.slackWebhookUrl(String slackWebhookUrl) TemplatePreview.templateType(TemplatePreview.TemplateTypeEnum templateType) TemplatePreview.versionPublishedAt(String versionPublishedAt) TemplatePreview.webhookUrl(String webhookUrl) Methods in com.docspring that return types with arguments of type TemplatePreviewModifier and TypeMethodDescriptionClient.copyTemplateWithHttpInfo(String templateId, CopyTemplateOptions options) Copy a template Creates a copy of an existing template with all its fields and configuration.Client.createHtmlTemplateWithHttpInfo(CreateHtmlTemplate data) Create a new HTML template Creates a new HTML template using HTML, CSS/SCSS, and Liquid templating.Client.createPdfTemplateFromUploadWithHttpInfo(CreatePdfTemplate data) Create a new PDF template from a cached S3 file upload Creates a new PDF template from a file previously uploaded to S3 using a presigned URL.Client.createPdfTemplateWithHttpInfo(File templateDocument, String templateName, Boolean wait, String templateDescription, String templateParentFolderId) Create a new PDF template with a form POST file upload Creates a new PDF template by uploading a PDF file.Client.getTemplateWithHttpInfo(String templateId) Check the status of an uploaded template Retrieves information about a template including processing status and document URL.Client.listTemplates(String query, String parentFolderId, Integer page, Integer perPage) Get a list of all templates Retrieves a list of your templates with search, filtering, and pagination options.Client.listTemplatesWithHttpInfo(String query, String parentFolderId, Integer page, Integer perPage) Get a list of all templates Retrieves a list of your templates with search, filtering, and pagination options.Client.moveTemplateToFolderWithHttpInfo(String templateId, MoveTemplateData data) Move Template to folder Moves a template to a different folder or to the root level.