I have set a PDF profile PdfA_1B in the code, but the same is not reflected on the output.
Output generated has a version PDF/A-2B
I am using prince with .NET Framework 4.8 using NuGet package PrinceXMLWrapper by YesLogic Pty. Ltd.
what is wrong here ?
prince = new Prince(myPrinceExePath, Events)
{
PdfProfile = PdfProfile.PdfA_1B,
JavaScript = true,
NoWarnCssUnknown = true
};
Output generated has a version PDF/A-2B
I am using prince with .NET Framework 4.8 using NuGet package PrinceXMLWrapper by YesLogic Pty. Ltd.
what is wrong here ?