Project

General

Profile

PDF files » History » Version 4

Martina Trognitz, 2020-01-28 13:37

1 1 Martina Trognitz
h1. PDF files
2
3
Formats for archiving:
4
* pdf/a-1 (a or b)
5
* pdf/a-2 (a, b or u)
6
* png (Portable Network Graphics) - only suitable for graphics, does not support EXIF metadata
7
8
Accepted formats (i.e. require further conversion by ARCHE):
9
* all other pdf variants
10
11
More information:
12
* https://www.ianus-fdz.de/it-empfehlungen/pdf-dokumente
13
* https://guides.archaeologydataservice.ac.uk/g2gp/TextDocs_Toc
14 2 Martina Trognitz
* PDF Association: http://www.pdfa.org/
15 3 Martina Trognitz
* https://www.pdf-tools.com/public/downloads/whitepapers/whitepaper-pdfa-de.pdf
16 1 Martina Trognitz
17
18
Software for conversion:
19
* Adobe Acrobat
20
* LibreOffice/ OpenOffice
21
* MS Office
22
* "many more":https://lmgtfy.com/?q=convert+to+pdf%2Fa
23
24
Software for validation and conformance checking:
25
* verapdf (https://software.verapdf.org/)
26
{{collapse(How to)
27
# download and install program
28
# Single file check:
29
** Use verapdf-gui.bat which gives you a GUI
30
** Or use CLI
31
# Batch file check in folder with subfolders:
32
## Use CLI (in Windows open e.g. with windows+R then type cmd and hit enter
33
## Navigate to folder containing verapdf.bat
34
## Start verapdf with command and also write output to file for saving
35
<pre><code class="text">
36
verapdf --recurse Y:\ARCHE\staging\ThunauKamp_16335\data\Kampagne_01_1965-1984 > veraPDF_Thunau.xml
37
</code></pre>
38
39
More documentation:
40
* https://docs.verapdf.org/cli/ 
41
* https://docs.verapdf.org/cli/validation/ 
42
* https://docs.verapdf.org/cli/config/
43 2 Martina Trognitz
}}
44
{{collapse(Meaning of Errors)
45 1 Martina Trognitz
* All properties specified in XMP form shall use either the predefined schemas defined in the XMP Specification, ISO 19005-1 or this part of ISO 19005, or any extension schemas that comply with 6.6.2.3.2.
46 3 Martina Trognitz
** https://github.com/veraPDF/veraPDF-validation-profiles/wiki/PDFA-Parts-2-and-3-rules#rule-6623-7
47 4 Martina Trognitz
** if valid with preflight, but not with verapdf see: https://github.com/veraPDF/veraPDF-library/issues/676 -> fix unknown at the moment (2020-01-28)
48 1 Martina Trognitz
}}
49
* Adobe Acrobat Preflight (https://software.verapdf.org/)
50
{{collapse(How to)
51
* Single: Preflight GUI; see https://helpx.adobe.com/acrobat/user-guide.html?topic=/acrobat/morehelp/preflight_acrobat_pro_.ug.js
52
* Batch: Create droplet; see https://helpx.adobe.com/acrobat/using/automating-document-analysis-droplets-or.html (only works for files in one folder, no subfolders)
53
}}