-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
. (optimization) Checking against header or footer data is now made i…
…n the ExtractText() method, instead of __next_instruction(), which caused too many calls to the preg_match() function. . Added the IsPageHeaderOrFooter() method. . Bug fix : Positive offsets between two text groups were unduly taken into account for the number of spaces to be inserted between those groups (negative offsets add spacing, while positive ones are subtracted from the current x-position). . Bug fix : Space insertion for relative x-positioning did not take into account the last x position.
- Loading branch information
1 parent
6499ecc
commit c1d8d7a
Showing
1 changed file
with
53 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters