Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.24
-
None
Description
valerybokov mentioned this in PR 107:
I found one strange detail in a PageExtractor class. An interesting process is going on inside the extraction method. In the loop we calling the importPage method. Inside this method we changing the cropbox, mediabox and rotation for an imported page. We doeing the same in the PageExtractor.extract method. Maybe you will remove unneeded initialisations of the cropbox etc. Also, the importPage method notifies us about resources but we doeing right operation with resources in the PageExtractor.extract method (inherited resources of source document are not imported to...).
I'll remove the calls and make the resource setting conditional as suggested in ImportPage.