Hello Everyone!,
I am encountering an issue that I hope someone may have insights on. I developed a CEP extension that utilizes the “pdf-parse” library to read and extract PDF contents, and it was functioning as expected. However, the script is no longer performing correctly after migrating the same CEP extension to a UXP plugin.
For reference:
- CEP Extension: Node version 16.16.0, pdf-parse version @1.1.1
- UXP Plugin: Node version 20.10.0, pdf-parse version @1.1.1
Any guidance on resolving this issue would be greatly appreciated.