You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The tool is based on early, non-public drafts of the EA-PDF specification, specifically 0.2 and 0.3.
6
+
- The tool is capable of creating an EA-PDF from a single email message in the EML format or a collection
7
+
of email messages in the MBOX format.
8
+
- This is [alpha-level](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) software, so expect bugs and missing features.
9
+
- If you want to report bugs or make feature requests, please us the [GitHub Issue Tracker](https://github.com/UIUCLibrary/ea-pdf/issues).
10
+
11
+
### 0.2.6-alpha (2024-06-04)
12
+
- This release is still based on the 0.2 and 0.3 drafts of the EA-PDF specification.
13
+
- Miscellaneous quality improvements and bug fixes, such as:
14
+
- Better deal with XEP-generated error messages, such as a missing license file.
15
+
- Update to the latest NuGet packages.
16
+
- Improvements to testing.
17
+
- To better support legacy PDF Readers. synchonizing document-level metadata between the XMP and the Document Info Dictionary, such as Creator, Producer, Dates, etc.
18
+
- XMP metadata now more closely matches the requirements of the 0.2 spec; added a GUID to identify messages; removed the DACS metadata extension schema.
19
+
- Each Content Set as defined by the spec now starts on a new page.
20
+
- Changed the Front Matter to include the name and version of the three primary tools used to create the EA-PDF.
21
+
- Major changes to how the DPart and DPM metdata is created and attached to the PDF.
22
+
- Removed the dependency on the NDepend.Path library in order to better support Linux-style file paths.
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Email2Pdf
2
2
3
-
Code for Creating Email Archives Conforming to the EA-PDF (PDF/mail) Specification
3
+
## Code for Creating Email Archives Conforming to the EA-PDF (PDF/mail) Specification
4
+
5
+
The source code can be found in GitHub, https://github.com/UIUCLibrary/ea-pdf/, and is licensed under the University of Illinois/NCSA Open Source License
6
+
found in the LICENSE.md.
4
7
5
8
This solution contains projects used to transform email files (currently EML or MBOX) into archival PDF files
6
9
that conform to the EA-PDF specification as output. The [EA-PDF specification](https://pdfa.org/resource/ea-pdf/) (not yet published) describes standard
@@ -22,13 +25,3 @@ Refer to the README.md file in the EaPdfCmd project for more information on how
22
25
Also note that the most of the sample emails used in the tests are not currently included in the code repository. For
23
26
the time being you will need to substitute your own emails for testing purposes.
24
27
25
-
## Changelog
26
-
27
-
### 0.2.5-alpha (2024-04-19)
28
-
- Initial release
29
-
- The tool is based on early, non-public drafts of the EA-PDF specification, specifically 0.2 and 0.3.
30
-
- The tool is capable of creating an EA-PDF from a single email message in the EML format or a collection
31
-
of email messages in the MBOX format.
32
-
- This is [alpha-level](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) software, so expect bugs and missing features.
33
-
- If you want to report bugs or make feature requests, please us the [GitHub Issue Tracker](https://github.com/UIUCLibrary/ea-pdf/issues).
0 commit comments