Re: Adding "Spherical video" metadatas
Hi, Apologies for delayed response. XMP does not read or write metadata to this box. And also we do not expose any public API that can directly do so. You can add this metadata to XMP packet but...
View ArticleRe: How to install correctly XMP Metadata UI sdk CC 2014 "sample extension"...
Hi James,I have been researching how to implement (define/install) a "Custom FileInfo Panel" within Version 2017.1 Creative Cloud Applications. There is a great deal of outdated and misleading...
View ArticleRe: How to install correctly XMP Metadata UI sdk CC 2014 "sample extension"...
CC 2017 (except for Bridge) uses the FileInfo SDK found here. XMP Metadata UI SDK CC 2014. As stated on the page, this SDK applies to CC 2014 and later, and CC 2017 is included in "later." Bridge CC...
View ArticleXMP SDK error: duplicate property or field node 'pdf:Producer'
Since my original post was moved to an unrelated/wrong forum here again in the correct forum: When reading a PDF programmatically with the XMP SDK (version 5.1.3) I get the following exception: Caused...
View ArticleRe: XMP SDK error: duplicate property or field node 'pdf:Producer'
I used an online XMP validator which states that everything is valid. This could be a hint that the XMP lib has a bug...
View ArticleRe: XMP SDK error: duplicate property or field node 'pdf:Producer'
HiDuplicate properties are not allowed in a XMP packet. This is mentioned in XMP Specificataion part1, section 6.1. A property can be replaced with an attribute to rdf:Description element(see section...
View ArticleRe: XMP SDK error: duplicate property or field node 'pdf:Producer'
XMP Spec 6.1:"The restriction for unique names means that it is invalid to have multiple occurrences of the same property name in an XMP packet." Finally someone with an answer! Thank you!
View ArticlePDF_Handler crash at SXMPFiles::CloseFile
Hi, on a specific environment I'm getting a crash when calling CloseFile after setting XMP on PDF. I don't know what is special about this environment and I cannot see in the stack why there is crash...
View ArticleBatch sign PDF Form instead of one by one
I have several PDF forms to digitally sign and need help to see if there is a script that would let me batch sign them instead of one by one. I have to open everyone and sign on line 21 or form ID...
View ArticleRe: Batch sign PDF Form instead of one by one
Please post your query on Acrobat forum. You can't sign forms using XMP toolkit.
View ArticleRe: PDF_Handler crash at SXMPFiles::CloseFile
Hi,Can you share the testfile(filename) and property name and value which you are setting in the code. It would be of great help if you can share with us your complete code. Also mention the...
View ArticleRe: PDF_Handler crash at SXMPFiles::CloseFile
Hi, name is "FCAAutomaticFileIdentification" and value is a GUID such as "{644e1dd7-2a7f-18fb-b8ed-ed78c3f92c2b}". OS is Win7 64 bit and SDK version is cc201306 although I tried with latest SDK and it...
View ArticleRe: PDF_Handler crash at SXMPFiles::CloseFile
I can also send you privately the crash dump so you can analyze it with your private symbols (of PDF_Handler and MiniPDFL) thanks...
View ArticleRe: PDF_Handler crash at SXMPFiles::CloseFile
Hi,I executed below code and it worked fine for me without any crash or errors on Windows - 64 bit platform: SXMPMeta meta; SXMPFiles xmpFile; //Open for Update...
View ArticleRe: PDF_Handler crash at SXMPFiles::CloseFile
I currently don't have access to the environment with the crashes, but it happens with every PDF in this specific environment (PDFs are created using Save As PDF from Word). will the dump file help you?
View ArticleRe: PDF_Handler crash at SXMPFiles::CloseFile
Yes,Please share the dump file, if its not possible to share any testfile on which crash is occurring. As i tried reproducing the crash with many normal PDFs and also with PDFs created using "Save As...
View ArticleRe: PDF_Handler crash at SXMPFiles::CloseFile
Hi, have you received the file? after some more research it looks like PDF specific - if the PDF contains Armenian characters then it crashes. do you want me to share the PDF with you? did you see...
View ArticleRe: PDF_Handler crash at SXMPFiles::CloseFile
Hi,Yes it would be great if you can share those PDF files with me.Thanks
View Article