Open iambar opened 2 years ago
Hi,
I found out that PDF files don't have a built-in file handler in XMP SDK, so that XMPFiles::OpenFile always fails on PDF if opened using smart handler and must fallback to packet scanning which is less recommended.
I've noticed there's a pre-compiled PDF handler DLL ready for use at : https://github.com/adobe/XMP-Toolkit-SDK/tree/main/XMPFilesPlugins/PDF_Handler/windows/windows_x64
However I need a 32 bit DLL as well as Windows ARM support.
Can I build PDF Handler from sources? I didn't find any of it on this repository. If not possible, can you build a 32 bit version as well as ARM?
Thank you
Hi,
I found out that PDF files don't have a built-in file handler in XMP SDK, so that XMPFiles::OpenFile always fails on PDF if opened using smart handler and must fallback to packet scanning which is less recommended.
I've noticed there's a pre-compiled PDF handler DLL ready for use at : https://github.com/adobe/XMP-Toolkit-SDK/tree/main/XMPFilesPlugins/PDF_Handler/windows/windows_x64
However I need a 32 bit DLL as well as Windows ARM support.
Can I build PDF Handler from sources? I didn't find any of it on this repository. If not possible, can you build a 32 bit version as well as ARM?
Thank you