Hi GroupDocs,
I am trying to generate a file with accessibility tags using JAVA SDK conversion library.
Below is the code I am using to convert docx file to PDF
try(ByteArrayInputStream is = New ByteArrayInputStream(…...try(ByteArrayInputStream is = new ByteArrayInputStream(contentInBytes))...{ try (Converter converter = new Converter(() → is)) { try (ByteArrayOutputStrea...