PDF plugin

<< Click to Display Table of Contents >>

Navigation:  Factur-X and ZUGFeRD >

PDF plugin

Standard Factur-X plugin

vpxPrint lets you to create a Factur-X/ZUGFeRD file directly from the standard PDF export without using Java or Python, it's the default.

 

Implementation

 

<FACTUR-X,FILE=xml_datafile [,plugin=PDF][,schema=...][,info=...][,level=...]][,DocumentType=...]>

-or-

<ZUGFeRD,FILE=xml_datafile   [,plugin=PDF][,schema=...][,info=...][,level=...]][,DocumentType=...]>

 

Parameters

 

FILE:

XML File to embed in the PDF/A3 .pdf file

This file will be renamed factur-x.xml or ZUGFeRD-invoice.xml in the resulting .pdf file.

 

Schema & Info:

See https://github.com/akretion/factur-x/tree/master/facturx/xmp

 

schema and info are optional and automatically generated by vpxPrint.

However, you can use your own data by specifying tour own external files(not recommended).

 

schema (optional)        Example "ZUGSchema.txt" in the ZUGFeRD folder of the application

                                 or  "FXSchema.txt" in the Factur-X folder of the application

info        (optional)        Example "ZUGInfo.txt" in the ZUGFeRD folder of the application

                                 or  "FXInfo.txt" in the Factur-X folder of the application

 

Level:

Optional: Factur-X ConformanceLevel=BASIC by default

 

DocumentType:

Optional: Factur-X DocumentType=INVOICE by default