18
Thu, Apr
5 New Articles

With 6.1, PDF Capability Is "Pretty Darn Fast"!

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Amid as much highly publicized fanfare as a Tax Accountant of the Year convention, IBM quietly slips us the ability to natively generate PDF files on i.

 

You don't need a third-party tool, custom coding, or even InfoPrint Server. It's as simple as loading a few licensed programs and then adjusting a couple of parameters on pre-existing IBM print commands.

What Do You Need to Get Started?

In order to start generating PDF files, you have to install a few licensed program options:

  • 5761SS1 Option 3—IBM i5/OS Base Directory Support
  • 5761SS1 Option 33—Portable Application Solutions Environment (PASE)
  • 5761TS1 Options *Base and 1—IBM Transform Services for i5/OS

All of these options are at no cost and ship with the 6.1 media. As with any product installation, I would advise you to get current with your fix packs. It wouldn't be a bad idea to install the latest Cumulative and Print Group PTF packages.

How Do You Generate a PDF?

It's very easy. So easy, in fact, that it makes you wonder why it took so long for IBM to make this feature available. I'm really sounding like a user who doesn't know what magic had to happen behind the scenes to make this feature available. A team of developers could've been on this for a long while, or perhaps there were better and more important things to do. Either way, it's too bad that IBM did not have this rudimentary capability available already.

 

However, I'm not going to look a gift horse in the mouth here, so thank you very kindly, Big Blue.

 

To generate a PDF, you can use one of the following commands:

  • Change Printer File (CHGPRTF)
  • Create Printer File (CRTPRTF)
  • Override Printer File (OVRPRTF)

Parameters required to generate the PDF are DEVTYPE, WSCST, and TOSTMF.

 

DEVTYPE (Device Type)

 

This parameter must be set to *AFPDS as the AFP data stream can only be used to generate a PDF.

 

WSCST (Workstation Customizing Object)

 

This parameter, when set to *NONE, means no conversion is performed and the file is sent to a stream file as an .afp file. When set to *PDF, it allows conversion of the output to PDF before it's written to a stream file.

 

The customizing object qualifier can be one of the following. I'm paraphrasing from the V6.1 Information Center here.

 

  • QSYS/QCTXPDF is the default PDF WSCST object that is used when the special value *PDF is specified. It includes tags to map all of the CJK World Type fonts included in i5/OS Option 43 Additional Fonts to corresponding registered CMaps and character collections.
  • QSYS/QCTXPDFWT is an object that contains tags to map all of the World Type fonts included with i5/OS Option 43 Additional Fonts to corresponding Type 1 fonts. This usually results in the smallest possible PDF file size.
  • QSYS/QCTXPDFMBD omits all font tags so that the default font mapping is used for all font references.

TOSTMF (To Stream File)

 

This parameter is the target directory or directory/name combination of your to-be-generated PDF file. If you specify just a directory, the PDF will be generated with a unique name. If you specify a directory/name, then the PDF file with the same name must not already exist in that directory. There's no ability to overwrite an existing PDF, which would be a nice option. Of course, you must have authority to write to the IFS directory. Also, you must ensure that the IFS directory exists in advance as there is no automatic creation of IFS directories. Good thing too…just imagine the file-system-management nightmare that would be.

 

DEVTYPE, WSCST, and TOSTMF All Together

 

If you have existing applications that use the OVRPRTF command (a fairly likely scenario), you could alter them to generate PDF files quite easily. A sample command would look something like this:

 

OVRPRTF FILE(testfile) DEVTYPE(*AFPDS) TOSTMF('/pdfdir/testfile.pdf')  WSCST(*PDF)

 

This command will generate a new file called testfile.pdf in the pdfdir directory on the root of the IFS. It's incredibly fast, simple, and useful.

Great! But How Does It Stack Up Against InfoPrint Server?

It doesn't. Not by a long shot, and that, I'm sure, wasn't the intention. This feature just gives you the ability to generate a simple PDF and store it on the IFS. But that's not a bad thing. In fact, it's a great step forward.

 

InfoPrint Server is an entirely different animal. A propane torch compared to a pack of matches really, but both can serve very important but incredibly different functions. InfoPrint is an enterprise-level solution that gives you much greater control of PDF generation features, plus scheduling and distribution mechanisms, and much, much more.

What About Other Free Tools?

I've used the CVT2 tools on www.code400.com, and I have nothing but good comments about them. Actually, I put together and regularly use a custom Work with Spooled Files (WRKSPLF) screen with an additional option to convert pre-existing spooled files to PDF using some of the code on that site. Examples on Code400, and other sites as well, will show you how to do the same thing and much more (i.e., converting spooled files to HTML, converting DB2 records to many different formats, etc.).

 

In an age when computer systems must talk many different languages to communicate with each other, independent communities of programmers have created free tools to do these types of conversions that IBM has unfortunately dropped the ball on. Perhaps that's why this simple PDF feature has been put in place well under the technical community's radar.

 

This new native PDF ability is free, so I'm not complaining. Would I have IBM take it a little further? Most definitely.

IFS Considerations

We've been using the IFS in our shop for seven or eight years now. It's used as a big honkin' file server for multiple companies, departments, groups...any way you can slice it, we've done it. We have a very well-thought-out file system design that works for us, so utilizing this feature will be a snap.

 

What if you don't currently use the IFS? Is all output either currently stored as a spooled file or sent directly to a printer? 

 

If you're thinking about putting PDFs on the IFS, you need to open it up to your users to go and get them. Now you need to really think about managing the IFS like any other file server.

 

You'll need to think about how these stream files are affecting your system. The GO CLEANUP menu may delete old spooled files, but it won't remove PDF files in a directory or a variety of directories. These files can get out of hand if not managed properly. You may want to investigate incorporating user storage quotas and a custom stream file cleanup program. Otherwise, users will never clean them up. You can take that to the bank, deposit it, and collect minimal interest on it while your system becomes a PDF graveyard.

 

If you use a different pre-existing file server (i.e., a Windows machine used solely for user file storage), then you could always save these PDF files to that file server instead. You can access this file server via the IFS QNTC directory in your OVRPRTF command. Assuming your file server is called "winxyz," you can change the TOSTMF parameter to access and store the PDF there, instead of the IFS. Here's an example:

 

OVRPRTF FILE(testfile) DEVTYPE(*AFPDS) TOSTMF('/QNTC/winxyz/pdfdir/testfile.pdf')  WSCST(*PDF)

 

I'm not sure if accessing QNTC is supported with this command (IBM has frowned on using it in some instances and praised it in others), but I bet it would work like a charm. Unfortunately, I haven't found any documentation on it in this type of scenario.

 

What about security for directories you create? For instance, if you change the monthly 500-page payroll print job to go to the IFS instead of going to the IBM 6400 line printer that's behind a locked door, you'll have to mimic the function of that physical door with directory security. Plus, you have to be cognizant of the fact that PDF stands for Portable Document Format. A PDF is far easier to inadvertently distribute and lose track of than a 20-pound stack of green-bar paper.

With All That Said…

Give it a whirl! You can quickly and easily get started just to see what possibilities there are with this new function. If users like what they see but want a more feature-rich solution, you may have a business case to investigate InfoPrint Server. If you're a fan of DIY, you can do a little Web crawling and put together a custom solution that fits your needs quite quickly.

 

 

Steve Pitcher
Steve Pitcher works with iTech Solutions, an IBM Premier Business Partner. He is a specialist in IBM i and IBM Power Systems solutions since 2001. Feel free to contact him directly This email address is being protected from spambots. You need JavaScript enabled to view it..
BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: