July 29, 2024 at 1:20 PM #1 Hi,how can i set the default language of generated PDF follow standard PDF16.https://www.w3.org/TR/WCAG20-TECHS/PDF16.htmlThis is important for universal accessibility.Regards.Samuele Lucarini
July 31, 2024 at 11:29 AM Official Post #2 The '/lang' String can be set with this command:WPPDF_SetSProp( WPPDF_Language, 'DE' )the integer value for WPPDF_Language is 23. It has been added last October in wPDF 5.