You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/04 00:38:53 UTC

[jira] [Commented] (PDFBOX-2745) PDPageXYZDestination zoom property can't be set lower than 100%

    [ https://issues.apache.org/jira/browse/PDFBOX-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395190#comment-14395190 ] 

ASF subversion and git services commented on PDFBOX-2745:
---------------------------------------------------------

Commit 1671191 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1671191 ]

PDFBOX-2745: zoom value is a float; fix javadoc (-1 and 0 mean the same)

> PDPageXYZDestination 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, 1.8.10, 2.0.0
>         Environment: Windows 7, JRE 1.8.0, Eclipse
>            Reporter: Gilad Denneboom
>            Assignee: Tilman Hausherr
>            Priority: Minor
>             Fix For: 1.8.10, 2.0.0
>
>         Attachments: huhu.pdf
>
>
> 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: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org