07-12-2023, 07:21 AM
Stephan,
It looks like your file is built perfectly, but it's not going to work on Windows unfortunately because the company that makes the PDF library I use has not added support for extracting the XMP information from the PDF in the Windows version of their library. I contacted them three weeks ago about this and have not gotten a response (which is unusual), so I'm going to follow up again with them. This should work on Android and iPadOS though, as the method exists in those versions.
Having said that, the easy-to-use "GetMeta" function that is provided by their library does not return the Collection or Setlist you specified, which is strange, as their "SetMeta" adds it to the PDF in the exact same way as in your file. However, there is a workaround for this - I will just parse out the metadata using the XMP XML itself instead of relying on their GetMeta function. So this should work as you would expect with version 3.8.7 which I'm aiming to finish today or tomorrow at the latest. Let's revisit this once you have that update, and thanks for your patience while we've figured this all out.
Thanks,
Mike
It looks like your file is built perfectly, but it's not going to work on Windows unfortunately because the company that makes the PDF library I use has not added support for extracting the XMP information from the PDF in the Windows version of their library. I contacted them three weeks ago about this and have not gotten a response (which is unusual), so I'm going to follow up again with them. This should work on Android and iPadOS though, as the method exists in those versions.
Having said that, the easy-to-use "GetMeta" function that is provided by their library does not return the Collection or Setlist you specified, which is strange, as their "SetMeta" adds it to the PDF in the exact same way as in your file. However, there is a workaround for this - I will just parse out the metadata using the XMP XML itself instead of relying on their GetMeta function. So this should work as you would expect with version 3.8.7 which I'm aiming to finish today or tomorrow at the latest. Let's revisit this once you have that update, and thanks for your patience while we've figured this all out.
Thanks,
Mike