Ben zakaria
Ben zakaria
For Remix developers, To resolve this issue, include the following code in the app.tsx file. This addition should fix the issue. ``` export const loader = async ({ request }:...
Hi @JohannPouponnot I'm also faced this issue Add another property `extension` like that : `{convertTo : 'pdf',extension:'pdf'}`
Hello @focussing i know it's late but i hope that someone need it Import the vue-watermark-plugin library in your Vue 3 component:` `import VueWatermarkPlugin from 'vue-watermark-plugin';` Register the vue-watermark-plugin plugin...