Frequently Asked Question:
Removing blank pages when using AddImageFromFile and Multipage TIFF
Question
Is there a way to remove pages that are blank when adding images from a multipage Tiff?
Answer
Normally a function to determine whether a TIFF page is blank or not is performed by a TIFF library. Some libraries count the number of black pixels and use that to determine if a page is blank, others count black character blobs.
There are no such functions in Quick PDF Library to examine a TIFF in this way.