Search found 5 matches

by davestevens
Wed Jun 14, 2017 3:39 pm
Forum: PDF-XChange Viewer SDK
Topic: Tagged PDF /Lang tag
Replies: 5
Views: 3417

Re: Tagged PDF /Lang tag

Hello davestevens, Thanks for the sample file. I've had a chat with one of our lead devs - and he says that we do not currently support such tags, but it's one of our highest priority tasks currently - so support will be added as quickly as possible! You've posted in the Viewer SDK section of our f...
by davestevens
Wed Jun 14, 2017 2:10 pm
Forum: PDF-XChange Viewer SDK
Topic: Tagged PDF /Lang tag
Replies: 5
Views: 3417

Re: Tagged PDF /Lang tag

Hello davestevens, Can you please provide one such sample document with these tags so that we can take a look? Regards, Stefan Sure Stefan, I have attached an example. This PDF contains two languages; Dutch and French. The PDF author has tagged the French text with the French language tag and the D...
by davestevens
Mon Jun 12, 2017 4:00 pm
Forum: PDF-XChange Viewer SDK
Topic: Tagged PDF /Lang tag
Replies: 5
Views: 3417

Tagged PDF /Lang tag

Hi again,

We have some PDFs, in which some objects are tagged with the /Lang tag, specifying the language of passages of text in the PDF. Is it possible to detect these tags using the Viewer SDK?

Many thanks.
by davestevens
Mon Jun 12, 2017 3:56 pm
Forum: PDF-XChange Viewer SDK
Topic: Highlight annotation contents
Replies: 3
Views: 3148

Re: Highlight annotation contents

It is possible to get richContent from highlight annotation when there is text. But if there are no text you will have an empty array instead. When you create new highlight annotation, highlighted text is not automatically copied as a content of the annotation. The Editor has an option "Copy s...
by davestevens
Tue May 23, 2017 2:53 pm
Forum: PDF-XChange Viewer SDK
Topic: Highlight annotation contents
Replies: 3
Views: 3148

Highlight annotation contents

Hello, We're having an issue getting the text content of highlight annotations in PDF files. We're using javascript to parse the annotations and their properties. All other properties seem correct, i..e page, color and quads. But the contents and richContents properties are always empty, and we're n...