Project

General

Profile

PDF files » History » Version 2

Martina Trognitz, 2020-01-28 13:06

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 1 Martina Trognitz
16
17
Software for conversion:
18
* Adobe Acrobat
19
* LibreOffice/ OpenOffice
20
* MS Office
21
* "many more":https://lmgtfy.com/?q=convert+to+pdf%2Fa
22
23
Software for validation and conformance checking:
24
* verapdf (https://software.verapdf.org/)
25
{{collapse(How to)
26
# download and install program
27
# Single file check:
28
** Use verapdf-gui.bat which gives you a GUI
29
** Or use CLI
30
# Batch file check in folder with subfolders:
31
## Use CLI (in Windows open e.g. with windows+R then type cmd and hit enter
32
## Navigate to folder containing verapdf.bat
33
## Start verapdf with command and also write output to file for saving
34
<pre><code class="text">
35
verapdf --recurse Y:\ARCHE\staging\ThunauKamp_16335\data\Kampagne_01_1965-1984 > veraPDF_Thunau.xml
36
</code></pre>
37
38
More documentation:
39
* https://docs.verapdf.org/cli/ 
40
* https://docs.verapdf.org/cli/validation/ 
41
* https://docs.verapdf.org/cli/config/
42 2 Martina Trognitz
}}
43
{{collapse(Meaning of Errors)
44
* 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.
45
** see: https://github.com/veraPDF/veraPDF-library/issues/676
46 1 Martina Trognitz
}}
47
* Adobe Acrobat Preflight (https://software.verapdf.org/)
48
{{collapse(How to)
49
* Single: Preflight GUI; see https://helpx.adobe.com/acrobat/user-guide.html?topic=/acrobat/morehelp/preflight_acrobat_pro_.ug.js
50
* 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)
51
}}