How to verify which profile is available for a given prince version. We have Prince v12.5 currently being used.
According to this page https://www.princexml.com/doc/12/doc-prince/#pdf-profiles, it does mention how to enable/set a profile. It does not say how to verify a profile.
As stated in the documentation, I get the same below error message for our Prince version for all the mentioned profiles in this documentation page.,
$ prince foo.html --encrypt --no-embed-fonts --pdf-profile="PDF/A-1b"
prince: error: PDF/A-1b does not support encryption
prince: error: PDF/A-1b requires fonts to be embedded
What am I missing here?
According to this page https://www.princexml.com/doc/12/doc-prince/#pdf-profiles, it does mention how to enable/set a profile. It does not say how to verify a profile.
As stated in the documentation, I get the same below error message for our Prince version for all the mentioned profiles in this documentation page.,
$ prince foo.html --encrypt --no-embed-fonts --pdf-profile="PDF/A-1b"
prince: error: PDF/A-1b does not support encryption
prince: error: PDF/A-1b requires fonts to be embedded
What am I missing here?