Re: Error writing to PDF XmpMetadata. Argument exception
Thank you for the response Lovesh, these are customer's files, will attach them with the sample code as soon as I get their consent.
View ArticleRe: Error writing to PDF XmpMetadata, PDFFileInfo is not Initialized
Hello Lovlesh, The File 10060.pdf is hereBelow is the sample of our code where we are applying the XMP metadata to the pdf:using (var pdfDocument = new Document(stream)) {if...
View ArticleRe: Error writing to PDF XmpMetadata. Argument exception
Hello Lovlesh, The file FileExample.pdf is herethe sample code that we are using to write xmp metadata is:using (var pdfDocument = new Document(stream)){if (pdfDocument.Metadata[TMIKey] == null){...
View ArticleRe: Error writing to PDF XmpMetadata. Argument exception
malvicasI can see here that you are not using the XMPScript APIs to update the metadata. Can you please tell us which package/tool are you using for updating the metadata?If possible, please provide a...
View ArticleRe: Error writing to PDF XmpMetadata. Argument exception
Hi,I'll talk to my team about it and will get back to you soon. and yes only these pdfs are having issues. Thanks
View ArticleRe: Error writing to PDF XmpMetadata. Argument exception
Hello Lovlesh, It turns out that we are using Aspose.pdf library instead of XMPMetadata adapter for inserting the embedded metadata. You may close this ticket.Thanks
View ArticleRe: Error writing to PDF XmpMetadata, PDFFileInfo is not Initialized
Hello Lovlesh, It turns out that we are using Aspose.pdf library instead of XMPMetadata adapter for inserting the embedded metadata. You may close this ticket.Thanks
View ArticleXMP SDK not generating ios project
1) download XMP SDK, install dependencies2) run ./build/GenerateXMPToolkitSDK_mac.sh selecting option 4 for ios3) get cmake error:...
View ArticleRe: XMP SDK not generating ios project
I have the same problem building XMPToolKit with Xcode 10.1. But I could build it with Xcode 9.4 successfully. Adobe is supposed to release a newer version of XMPToolkit, as the latest one was 'XMP...
View ArticleViewing Custom File Info Panel created in Audition in Bridge 2019
I've found a lot of old information and none of it seems relevant anymore. I'd like to be able to view and edit my custom panels in Bridge that I created in Audition. Or, I'd like to be able to create...
View ArticleJSON serialization
XMP separates an abstract data model specification from serialization. While RDF/XML is the main target serialization format, are there some container which use JSON serialization ? Are there any JSON...
View ArticleRe: XMP SDK not generating ios project
Same problem here with Xcode 10.1. Can someone at Adobe jump into this thread and provide a solution?
View ArticleDependencies in Custom File Info Panel XMP Metadata Fields
Can anyone advise if it is possible to present in the interface, a "dependent" or "filtered" list of information within the File Info Panel?In other words, can a selection from an initial custom drop...
View ArticleDoes anyone at Adobe monitor this forum?
Seems to be lots of questions here without answers and a noticeable lack of Adobe employees. Is this supposed to be the official route for getting developer support on problems or are there alternatives?
View ArticleRe: Does anyone at Adobe monitor this forum?
I agree, from longer time it's worse here than ever...
View ArticleRe: JSON serialization
We are presently working on JSON-LD as the target serialization format for XMP. We will update when its ready for release.
View ArticleRe: Does anyone at Adobe monitor this forum?
I am sorry for inconvenience. This is the official developer support channel. We had some team members transitioned recently. We will be more responsive now.
View ArticleRe: XMP SDK not generating ios project
You are right. Old Toolkit version is not compatible with XCode 10.1. We are in process of upgrading to XCode 10.1. One of my team member will share updated script soon.
View Article