> Is there any easy and quick way in PDFBox to check the percentage of
> a page covered by its contents?
I'm afraid it isn't easy because there are many different parameters which have
an influence on that fact:
- is it a text or graphical content
- if it is text, what fontsize is used
-
Is there any easy and quick way in PDFBox to check the percentage of a
page covered by its contents?
I had in mind to use this sort of check as a screening mechanism, to avoid some
further processing if the contents cover more than 25% of a page.