valerybokov commented on pull request #107:
URL: https://github.com/apache/pdfbox/pull/107#issuecomment-947862659


   Hi, @THausherr ! 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...). 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to