- Posts: 35
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
SetMeta on Document class
IP: 177.68.143.159
6 years 2 months ago #14856
by devit9ar
SetMeta on Document class was created by devit9ar
I'm trying to set some custom data into my pdf file. I'm using SetMeta to put a String containing that data.
My problem is the following: The custom string is always close to 3000 characters long.
When I use SetMeta with that string and use GetMeta to retrieve it, it's has only 499 characters.
So, SetMeta is always limiting my custom metadata to 499 characters. Is that a bug, a normal behavior for
SetaMeta or it's part of the Acrobat specification that puts a limit into custom metadata?
My problem is the following: The custom string is always close to 3000 characters long.
When I use SetMeta with that string and use GetMeta to retrieve it, it's has only 499 characters.
So, SetMeta is always limiting my custom metadata to 499 characters. Is that a bug, a normal behavior for
SetaMeta or it's part of the Acrobat specification that puts a limit into custom metadata?
IP: 111.196.246.9
6 years 2 months ago #14857
by radaee
Replied by radaee on topic SetMeta on Document class
yes, we limit buffer length, in native.
we shall fix it. and we think it as not urgent issue, because most meta data shall has no so big data.
so, we may update in few days.
we shall fix it. and we think it as not urgent issue, because most meta data shall has no so big data.
so, we may update in few days.
IP: 177.68.143.159
6 years 2 months ago #14859
by devit9ar
Replied by devit9ar on topic SetMeta on Document class
Oh, thanks. Good to know that.
Do you guys have a due date for that update? We really need that fix in order to solve our issue.
Do you guys have a due date for that update? We really need that fix in order to solve our issue.
IP: 111.196.246.9
6 years 2 months ago #14860
by radaee
Replied by radaee on topic SetMeta on Document class
may this week.
to fix this issue, you shall setMeta again.
buffer limit is applied to Document.setMeta too.
to fix this issue, you shall setMeta again.
buffer limit is applied to Document.setMeta too.
IP: 177.68.143.159
6 years 2 months ago #14861
by devit9ar
Replied by devit9ar on topic SetMeta on Document class
I see. In that case, we'll wait for the update.
One more question...
How can I update my project with a new version? Do I have to download the package with the SDK again?
One more question...
How can I update my project with a new version? Do I have to download the package with the SDK again?
IP: 111.196.247.81
6 years 2 months ago #14862
by radaee
Replied by radaee on topic SetMeta on Document class
yes, you shall download demo package again.
but you only need to unzip the package and replace native libraries.
but you only need to unzip the package and replace native libraries.
Time to create page: 0.367 seconds