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

PdfToPdfA1b is a .net standard assembly cappable to add PdfA-1b metadata to an existing Pdf.

License

Notifications You must be signed in to change notification settings

Codeuctivity/PdfToPdfA1b

Repository files navigation

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

About

PdfToPdfA1b is a .net standard assembly cappable to add PdfA-1b metadata to an existing Pdf.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages