HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › PDF UA set LANG metadata › Reply To: PDF UA set LANG metadata
June 8, 2022 at 08:48
#34777
Sorry for the misleading hint. You are right, addMetadata() is a wrong way.
PD4ML allows to override “Creator” via environment variable:
System.getProperty( “pd4ml.creator.application”, cLogo );
“Author”
“Keywords”
“Subject”
can be set in <head> section of HTML with i.e <meta name=”Keywords” content=”test meta”>