Skip to content

Commit f6ecf5d

Browse files
committed
Mention PDFAversion config variable
1 parent dcf67a8 commit f6ecf5d

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

reference/mpdf-variables/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,14 @@ You can redefine the variables in individual scripts as a
582582
<td>4.3</td>
583583
<td> </td>
584584
</tr>
585+
<tr>
586+
<td> </td>
587+
<td><a href="{{ " /reference/mpdf-variables/pdfaversion.html " | prepend: site.baseurl }}">PDFAversion</a></td>
588+
<td><code>1-B</code></td>
589+
<td><span class="smallblock">DOCUMENT</span></td>
590+
<td>7.1</td>
591+
<td> </td>
592+
</tr>
585593
<tr>
586594
<td> </td>
587595
<td><a href="{{ " /reference/mpdf-variables/pdfx.html " | prepend: site.baseurl }}">PDFX</a></td>
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: page
3+
title: PDFAversion
4+
parent_title: mPDF Variables
5+
permalink: /reference/mpdf-variables/pdfaversion.html
6+
modification_time: 2025-05-14T20:58:18+02:00
7+
---
8+
9+
(mPDF &ge; 7.1)
10+
11+
PDFAversion – Specify PDFA compliance version
12+
13+
# Description
14+
15+
string **PDFAversion**
16+
17+
Specify which specific PDFA compliance version to use
18+
19+
# Values
20+
21+
<span class="parameter">$PDFAversion</span> =  `1-B`\|`3-B`
22+
23+
**Values**
24+
25+
Default: `1-B`
26+
27+
# Changelog
28+
29+
<table class="table">
30+
<thead>
31+
<tr>
32+
<th>Version</th>
33+
<th>Description</th>
34+
</tr>
35+
</thead>
36+
<tbody>
37+
<tr>
38+
<td>7.1</td>
39+
<td>Variable was added.</td>
40+
</tr>
41+
</tbody>
42+
</table>
43+
44+
# See Also
45+
46+
* <a href="{{ "/what-else-can-i-do/pdf-a3-xmp-rdf.html" | prepend: site.baseurl }}">PDF/A-3 associated files + Additional XMP RDF</a>
47+
* <a href="{{ "/what-else-can-i-do/pdf-a1-b-compliance.html" | prepend: site.baseurl }}">PDF/A1-b compliance</a>
48+
* <a href="{{ "/reference/mpdf-variables/pdfa.html" | prepend: site.baseurl }}">PDFA</a> - Create PDF/A1-b compliant document
49+
* <a href="{{ "/reference/mpdf-variables/iccprofile.html" | prepend: site.baseurl }}">ICCProfile</a> - Specify the ICC profile for the chosen colorspace used in the document
50+
* <a href="{{ "/reference/mpdf-variables/restrictcolorspace.html" | prepend: site.baseurl }}">restrictColorSpace</a> - Specify whether to automatically limit the colorspaces used
51+

0 commit comments

Comments
 (0)