...
https://github.com/luminixinc/PulsarForSalesforceAdvancedJSExamples
IMPORTANT: v15.0 introduces the new Edge Chromium-based PDF engine on Windows, which more closely matches Pulsar's Android PDF generation. Legacy Windows PDF generation will be DEPRECATED in late 2025, and REMOVED in Summer 2026 release. This will be a breaking change for Windows-specific PDF code. In the meantime, the "useEdge" saveAs print option or the Edge PDF Printer PulsarSetting can be used to test and develop against the newer functionality. Unless specified directly here or in other examples and documentation, following the Android PDF examples and guidance on Windows should work in most cases when using this new feature.
A Complete Example
We have developed a ready-to-use example of how a PDF might be generated and saved across all three platforms. The example is documented to explain what is going on at various stages and broken up using the Strategy Pattern to handle the differences between each platform.
...