Hi,
I'm new to the project and I've got an enhancement to the
org.apache.pdfbox.pdmodel.graphics.xobject.PDCcitt class that allows
importing of multi-page TIFF files.
The following extra public methods are implemented:
- constructor: PDCcitt( PDDocument doc, RandomAccess raf, int page )
- public static int getTiffTotalPages(RandomAccess raf)
Was that a good idea to proceed this way? Shall I submit this
enhancement to the project? If yes, what is the right approach? Shall I
post the new code or the diff here? Proceed some other way?
Best regards,
Sergey Ushakov