Check out my pictures and video from the April 2024 total solar eclipse!
It came to the attention of the FAA that Santa had no pilot’s license. So he was required to take a written test (which he passed) and have a flight check with an FAA examiner. Entering the sleigh, he noted the examiner had a shotgun and asked why. The examiner told him that he was really not supposed to warn him, but he was going to lose an engine on takeoff.
— bobbyferrel, Non Sequitur comic letters
PDF::Builder is a fork of the popular PDF::API2 Perl library. See History for further information on its development history. It provides a library of modules and functions so that a PDF file (document) may be built and maintained from Perl programs (it can also read in, modify, and write back out existing PDF files). It is not a WYSIWYG editor; nor is it a canned utility or converter. It does not have a GUI or command line interface — it is driven by your Perl program. It is a set of building blocks (methods) with which you can perform a wide variety of operations, ranging from basic operations such as selecting a font face, to defining an entire page at a time in the document, using a large subset of either Markdown or HTML markup languages. You can call it from arbitrary Perl programs, which may even create content on-the-fly (or read it in from other sources). Quite a few code examples are provided, to help you to get started with the process of creating a PDF document. Many enhancements are in the pipeline to make PDF::Builder even more powerful and versatile.
The PDF::API library, and its current version, PDF::API2 (version 2) has been available on the CPAN library for many years. Unfortunately, its maintenance record has been less than consistent. It was originally written by Alfred Reibenschuh, et al., and is currently maintained by Steve Simms. I started participating in the maintenance of the package, but butted heads with Steve too many times for my liking. He only wanted to fix bugs and refused to consider any enhancements, or cleanup of code or POD documentation. If I submitted a bug report that was too large for his liking, he simply ignored it. He eventually banned me from the PDF::API2 site! Steve is doing good and necessary work in fixing bugs, but I feel that his scope is too narrow for the good of the product. Thus, I had to fork the project (as PDF::Builder) in order to get necessary improvements into the code. My plan is to include bug fixes he provides for PDF::API2, as well as my own bug fixes and enhancements.
It took some consideration as to what this forked version should be called. There was already an official PDF::API3 project on CPAN, but it appears to be stillborn (created in early 2009 by Otto Hirr, and never updated). I also didn't want to call it PDF::API4, as most people are familiar with PDF::API2 as the name of the library, not as PDF::API version 2. So, I settled on calling it version 3 (starting with 3.001) of PDF::API2, for the initial release (distributed from my site). When it came time to make an official fork and release, Steve asked me to not call it API2, so I renamed it PDF::Builder instead, keeping the 3.xxx numbering sequence.
I plan to keep changes as upwardly compatible as humanly possible, but it is possible that some fixes and enhancements might break existing code. If known, I will attempt to note that in the documentation, and provide a workaround or alternate library. Worst case, new calls or methods will be provided, and the old ones left in for now (and deprecated).
All content © copyright 2005 – 2024
by Catskill Technology Services, LLC.
All rights reserved.
Note that Third Party software (whether Open Source or proprietary) on this
site remains under the copyright and license of its owners.
Catskill Technology Services, LLC does not claim copyright over such software.
This page is https://www.catskilltech.com/FreeSW/product/PDF-Builder/title/PDF%3A%3ABuilder/freeSW_full
Search Quotations database.
Last updated Sat, 13 Jul 2024 at 2:41 PM