Hi,
When setting a title to a PDF file using Aspose.PDF. I noticed the text gets malformed if there’s a full-width character ‘K’. Any half -width characters as well as other full-width characters appear to work well.
Code:
var pdf = new Document(@".\PDF Title test.pdf"); ITaggedContent taggedContent = pdf.TaggedContent; taggedContent.SetTitle("SBIKHネオケムTestK"); pdf.Save(@".\malformed-title.pdf");
I’ve attached a screenshot and the test files for your reference. Could you please help to take a look?
image.png (20.1 KB)
malformed-title.zip (54.9 KB)
Thanks,