diff options
author | xlou <xlou@chromium.org> | 2018-10-15 21:38:42 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-15 21:38:42 +0000 |
commit | 1123794330298b00a40ca35e9ada3ac2d6a664f3 (patch) | |
tree | f5e3a4a72d6bcee6ab91334949dee6d2555986f9 /testing/__init__.py | |
parent | d250099e0eca3c804873cc08b8a3a73cab89725d (diff) | |
download | pdfium-1123794330298b00a40ca35e9ada3ac2d6a664f3.tar.xz |
Use CropBox instead of ArtBox or TrimBox
FPDFPage_Flatten() used ArtBox as the BBbox of the newly created
XObject, which in some situation, some content of the generated
PDF are not visible.
FPDF_ImportNPagesToOne() uses TrimBox as the BBbox of the newly
created XObject, which in some cases, MediaBox and CropBox are
scaled up, however TrimBox is not, which caused some content of
the newly generated N-upped PDF not visible.
Hence for the above two situations, we have chosen to use mostly
commonly used CropBox.
Bug:409670
Change-Id: Ifb82a6f881d7ce1802cf23c7e8e6f11cc76bf3e9
Reviewed-on: https://pdfium-review.googlesource.com/c/43987
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Shirleen Lou <xlou@chromium.org>
Diffstat (limited to 'testing/__init__.py')
0 files changed, 0 insertions, 0 deletions