adobe / XMP-Toolkit-SDK

The XMP Toolkit allows you to integrate XMP functionality into your product or solution
BSD 3-Clause "New" or "Revised" License
205 stars 83 forks source link

PDF_Handler precompiled DLL for 32 bit and ARM 32 & 64 platform #69

Open iambar opened 2 years ago

iambar commented 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