Search found 3 matches

by cotto
Fri Jan 09, 2026 12:55 pm
Forum: Node.js scripting
Topic: class PdfDocument in Switch 25.11
Replies: 5
Views: 388

Re: class PdfDocument in Switch 25.11

Thanks, I have done that.
by cotto
Thu Jan 08, 2026 11:53 am
Forum: Node.js scripting
Topic: class PdfDocument in Switch 25.11
Replies: 5
Views: 388

Re: class PdfDocument in Switch 25.11

I made the recommended changes, but the problem still occurs. I then ran a few tests. I use the switch types in my own modules, which are also imported into the main project. When I comment out the methods from these modules that use the PdfDocument class, the script works without the changes. Does ...
by cotto
Mon Jan 05, 2026 3:36 pm
Forum: Node.js scripting
Topic: class PdfDocument in Switch 25.11
Replies: 5
Views: 388

class PdfDocument in Switch 25.11

Hello and a happy new year! I updated Switch from 2024 Fall to 25.11. After that, Switch throws "ReferenceError: PdfDocument is not defined" Updating the devDependencies from 'v24.0.2-final-updated.tar.gz' to 'v24.1.1-final.tar.gz' didn't solve the problem. Is there anything I need to be a...