Inject Attached PDFs into Template Outputs

It's now possible to inject PDF attachments as text into Word/Excel template outputs in unison with field-captured data.

 

Upload an 'industry-standard' A4 PDF document using our Attach Field and embed it within a custom data template. This feature will significantly improve processes requiring uploaded documents to be injected within your custom output. 

By default, attached documents remain accessiblie via links after uploading.

 


How To

Our EMBEDPDF() function uses a fieldName or full URL link for use in Word and Excel Data Templates and can be injected in one of two ways:

 

  1. Reference the Attach field's data name

    {( EMBEDPDF({{fieldName}}) )}

  2. Reference a full URL link to a PDF

    {( EMBEDPDF(‘http://full-url-link’) )}

 

Note

  • When creating your Word/Excel data template, the EMBEDPDF() function should be placed separately on its own blank page. The PDF's content will replace the blank page.
  • If the EMBEDPDF() function isn't placed on a separate page, the data template engine will presume that a new page must be created, and a page break will be placed before and after by our data template engine.
  • Instead of a page break being added, it will remove the page the placeholder is on, so any other data on the placeholder page will be removed, and insert the PDF there
  • {( )} and {{( )}} are supported

  • If it is not exported to a PDF document, the placeholder will remain in the template export (being Word or Excel format, these can be manually removed.

Limited To

  • PDF documents that can be embedded.
  • "Output to PDF" cases (i.e. Export as PDF, Output File Format set to PDF).

 

 

More information on creating Data Templates might be of interest.

 

  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

Built-in Data

Every form entry includes a number of built-in data fields that are available for use in your...

Charts in Templates

Charts in Excel or Word are not officially supported in our data template functionality.   We...

Excel Templates

Our platform allows you to export Data in the layouts you want by using Microsoft Excel...

Image Sizing

To add an image, all you need to do is add the placeholder for the image field. However, the...

Outputting Checkboxes, Hyperlinks and Other Special Characters (Unicode support)

Often you will have scenarios where you want to output checkboxes in your template with a tick or...