Search found 3 matches

by gregbowers
Mon Apr 29, 2024 12:25 pm
Forum: Node.js scripting
Topic: Error in Node.js Scripting within Switch
Replies: 2
Views: 431

Error in Node.js Scripting within Switch

Hello I'm facing an issue while working with Node.js scripting in Switch. When trying to execute a script, I am getting a 'Module not found' error for a dependency, even though it's installed correctly using npm. I've rechecked the paths and verified that the module is listed in the package.json fil...
by gregbowers
Mon Apr 29, 2024 12:07 pm
Forum: LEGACY scripting
Topic: Passing switch variable in script
Replies: 4
Views: 3690

Re: Passing switch variable in script

To pass Switch private data keys to your Python script using the Execute command, you can utilize command-line arguments. In your Execute command configuration, you can specify additional parameters after the script path and use them within your Python script. For example, if you have a Switch priva...
by gregbowers
Thu Apr 25, 2024 7:15 am
Forum: Applications
Topic: PDF to JPEG with ImageMagick and Ghostscript
Replies: 13
Views: 22696

Re: PDF to JPEG with ImageMagick and Ghostscript

Hello Thanks for sharing your insights! tools like PDFMiner and Tabula can be quite handy for extracting text or tables from PDF documents. When it comes to more complex data extraction tasks, leveraging Python scripts along with regular expressions can offer even greater flexibility and customizati...