- Posts: 18
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Submit your requests and polls about new features
PDF Metadata | File-ID
IP: 192.168.0.70
13 years 4 months ago #685
by Chumper
PDF Metadata | File-ID was created by Chumper
Hi,
for my application it is important to recognize each pdf i have worked with.
First: My idea was to add a custom meta field in the header like "/CustomID(123123)"
Unfortunately you only support getting the meta tags, it should be easy to implement a setterMethod for the meta tags.
But better would be the support for the official xmp meta tags.
www.adobe.com/devnet/xmp.html
With this it would be very easy to detect wheter you already worked with the pdf or not.
for my application it is important to recognize each pdf i have worked with.
First: My idea was to add a custom meta field in the header like "/CustomID(123123)"
Unfortunately you only support getting the meta tags, it should be easy to implement a setterMethod for the meta tags.
But better would be the support for the official xmp meta tags.
www.adobe.com/devnet/xmp.html
With this it would be very easy to detect wheter you already worked with the pdf or not.
IP: 192.168.0.70
13 years 4 months ago - 13 years 4 months ago #686
by radaee
Replied by radaee on topic PDF Metadata | File-ID
yes, we not support xmp currently.
set meta data?
That's an good idea.
but there are no recommands for meta datas before.
set meta data?
That's an good idea.
but there are no recommands for meta datas before.
Last edit: 13 years 4 months ago by .
IP: 192.168.0.70
13 years 3 months ago - 13 years 3 months ago #849
by Chumper
Replied by Chumper on topic PDF Metadata | File-ID
I am just pushing this up as i need to set meta data very urgently.
I need to identify each PDF, i cant use the name or the md5 hash as they are about to change.
I would be very happy to set the same meta data you can get with the getMeta(String) command.
In that case i can set the producer name to my application an put an id after that.
Like this
where 142 would be my ID and everything would be fine since i can now identify each PDF.
So, is it possible to add that in the next release or when do you plan to think about adding metadata?
Thanks, Nils.
I need to identify each PDF, i cant use the name or the md5 hash as they are about to change.
I would be very happy to set the same meta data you can get with the getMeta(String) command.
In that case i can set the producer name to my application an put an id after that.
Like this
Code:
setMeta('Producer','MyApp-142');
So, is it possible to add that in the next release or when do you plan to think about adding metadata?
Thanks, Nils.
Last edit: 13 years 3 months ago by d4ng3r.
IP: 192.168.0.70
13 years 3 months ago #852
by support
Replied by support on topic PDF Metadata | File-ID
I'm forwarding your request to dev team: they will check email quicker than the forum.
IP: 192.168.0.70
13 years 3 months ago #857
by support
Replied by support on topic PDF Metadata | File-ID
That features will be implemented in Premium version in 10 days/2 weeks.
Hope you could wait.
Hope you could wait.
IP: 192.168.0.70
13 years 3 months ago #858
by Chumper
Replied by Chumper on topic PDF Metadata | File-ID
Great, that are good news.
This prevents me from including an extra library just for the meta data modification.
This prevents me from including an extra library just for the meta data modification.
Time to create page: 0.423 seconds