Hello,
we are using FOP API version 0.20.5 to transform xml to PDF using xslt, this is not working for Japanese text.
PDF is showing dots in place of Japanese text.
it is supporting Japanese in case if i don't set password for the PDF.
setting password is encrypting the file.
i have tried providing different font-type like MS-Gothic etc.
i have also set encoding to UTF-8
//transformer.setOutputProperty(OutputKeys.ENCODING, encoding);
i tried using FOP latest version but that has no backward compatibly.
i have also tried applying patch available for FOP 0.16 to support japanese that didn't work.
I need to make this work for japanese.
so please provide suggestions and ideas if any...
Thanks in Advance..