Invoice workflow
This workflow is engineered specifically for preparing invoices. This workflow converts a main document to PDF/A-3 and attaches one or more files to the result. For example, you can attach an Excel table containing additional data to a PDF invoice.
The workflow supports these features:
- Conversion to PDF/A-3 format
- Additional document attachments
- Office conversion (optional)
- Digital signatures (optional)
Supported file formats for Invoice workflow
This workflow only supports PDF and MS Word as input format.
Convert to PDF/A-3
This workflow has been optimized for the conversion of transactional documents. It supports conversion of Word and PDF documents to PDF/A-3.
Attach documents
To attach additional documents to a main document, all documents must be added to a single job.
The documents to attach and additional properties can be set using the following document options. These values are written into the result document and are visible to a user in the list of attached documents.
Option | Required | Description |
---|---|---|
DOC.ROLE | Required | Defines the document's role. Supported values are:
|
AF.RELATIONSHIP | Optional | Defines the relationship of the attached document to the main document. Supported values are:
|
AF.MODDATE | Optional | Defines the date and time when the attached document was last modified. Example: "2009-05-19T09:15:22.0000000+02:00" |
AF.DESCRIPTION | Optional | Descriptive text associated with the attached document. |
Example of the workflow
This example uses the shell client to attach supplement.xls
to the main document invoice.docx
.
Note that the -do ‹name› ‹value›
option applies a document option to the subsequent input file.
C:\Temp> pdfclient -v -w Invoice invoice.docx ^
-do DOC.ROLE attached -do AF.RELATIONSHIP Supplement supplement.xls ^
out.pdf
Creating job (id job123_4q5mprmmrz0)
Adding file "invoice.docx" (id 0kk1ddv0uzg)
Adding file "supplement.xls" (id 2fg4ufg3qmz)
Output: "invoice.pdf"
- Info: Converted Word document 'invoice.docx' to PDF.
- Info: Converted 'invoice.pdf' to PDF/A-3u.
- Info: Attached file 'supplement.xls' to 'invoice.pdf'.