[
https://issues.apache.org/jira/browse/PDFBOX-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilad Denneboom updated PDFBOX-2745:
------------------------------------
Description:
The zoom property of PDPageXYZDestination is currently an int, which means it
can't be anything that isn't a multiple of 100%, as the zoom level is measured
between 0 (=0%) and 1 (=100%), or higher, not between 0 and 100.
Therefore it should be changed to a float.
was:
The zoom property of PDPageXYZDestination is currently an int, which means it
can't be anything that isn't a multiple of 100%, as the zoom level is measured
between 0 (=0%) and 1 (=100%), or higher, not between 0 and 100.
Therefore should be changed to a float.
> PDPageXYZDestination's zoom property can't be set lower than 100%
> -----------------------------------------------------------------
>
> Key: PDFBOX-2745
> URL: https://issues.apache.org/jira/browse/PDFBOX-2745
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 1.8.9
> Environment: Windows 7, JRE 1.8.0, Eclipse
> Reporter: Gilad Denneboom
> Priority: Minor
>
> The zoom property of PDPageXYZDestination is currently an int, which means it
> can't be anything that isn't a multiple of 100%, as the zoom level is
> measured between 0 (=0%) and 1 (=100%), or higher, not between 0 and 100.
> Therefore it should be changed to a float.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]