PowerBuilder’s prowess to be able to create Portable Document Format (PDF), has been supported for a long time in the product’s history.  PDF documents have become the gold standard for delivering information, especially in the form of reports. PowerBuilder’s PDF generation capabilities are as follows (in historical order of their introduction):

All the above PDF generation mechanisms are still in place today (for backwards compatibility) in PB 2017. However, it is important to understand the advantages and disadvantages of these PDF generation mechanisms and use the appropriate one for your project, especially considering the enhancements made to the NativePDF option in the upcoming PB 2017 R3 release. In this blog, we’ll attempt to get a better perspective on these PDF options.

A variety of external PDF solutions exists for PowerBuilder and are commonly used in many existing projects. However, they often come with a significant extra price tag. They also come with the requirement to define external functions and maintain PowerScript code to support the external connectivity. Since these are developed and maintained by third party vendors, if you chose an unreliable vendor or the vendor ceases to continue the product then to move to a new vendor’s product usually will require a significant re-programming effort.  On the plus side, if you choose a good third-party product, it produces a high-quality rendering and supports advanced PDF features.

The XLSFO PDF feature is a free PDF generation feature that is still based on accessing Java classes. While the latest PB still installs with the XLSFO libraries, this is a deprecated feature and therefore has not kept up with modern generation options. Thus, PDF rendering quality suffers greatly when using this mechanism and also handicaps the application developer from accessing advanced PDF features.

PostScript printer-based solutions are still quite popular. While these PDF implementations are easy to use and externally disconnected from PB-based apps, they come at an extra price, higher challenge to deploy/set-up and maintain. They also handicap the application developer from accessing advanced PDF features.

The GhostScript approach has the advantage of being open source and provides a relatively good rendering. However, the free license prevents the developer from distributing the software with the deployed PB application executables. Instead, the business user must download and install the software on their own. Not a trivial task sometimes for the non-IT person. If the developer would like to deploy GhostScript with their application, they are then required to license the software at a cost. The GhostScript feature is much better at rendering PDF documents than XLSFO, but it still handicaps the application developer from accessing advanced PDF features.

The latest NativePDF feature, which is built into PB 2017, is free and easy to deploy as its part of the PB run-time. Appeon has also been hard at work improving the built-in PDF feature in following revisions (e.g. R2 and R3) since the initial release of PB 2017, in the areas of: performance, flexibility, and functionality. This makes the NativePDF feature now a fairly robust PDF solution for the PB developer that can support some advanced PDF features. Here are some of the highlights of the NativePDF feature:

With the new NativePDF, free PDF generation options for PowerBuilder has been taken to a whole new level. If your applications are still on one of the older PDF generation mechanisms, you might want to give the NativePDF a test drive to see if it benefits your projects. Feedback from most users is that it will at least simplify licensing and eliminate deployment headaches.