Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 987 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 987 Bytes

PdfToPdfA1b

PdfToPdfA1b is a .net standard assembly capable to add PdfA-1b meta data to an existing Pdf.

Build status Codacy Badge Nuget

public void AddsPdfAMetadata()
{
    var validPdfA1b = PdfToPdfA1b.Convert("./normalPdf.pdf");
    File.WriteAllBytes("./superValidPdfA-1b.pdf", validPdfA1b);
}

Dependencies

Embedding fonts currently bases on ghostscript. If you run on linux you need to install ghostscript using

sudo apt install ghostscript