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

Joseph Jezerinac commented on PDFBOX-3194:
------------------------------------------

{code:xml:title=pom.xml|borderStyle=solid}
        <dependency>
            <groupId>org.apache.pdfbox</groupId>
            <artifactId>pdfbox</artifactId>
            <version>1.8.10</version>
        </dependency>
        <dependency>
            <groupId>java</groupId>
            <artifactId>java-plugin</artifactId>
            <version>${java.version}</version>
            <type>jar</type>
            <scope>system</scope>
            <systemPath>${java.home}/lib/plugin.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>org.apache.pdfbox</groupId>
            <artifactId>fontbox</artifactId>
            <version>1.8.10</version>
        </dependency>
        <dependency>
            <groupId>org.apache.pdfbox</groupId>
            <artifactId>jempbox</artifactId>
            <version>1.8.10</version>
        </dependency>
        <dependency>
            <groupId>com.levigo.jbig2</groupId>
            <artifactId>levigo-jbig2-imageio</artifactId>
            <version>1.6.3</version>
        </dependency>
{code}

> Print problem: checkboxes are printed with a number (4) instead of a check
> --------------------------------------------------------------------------
>
>                 Key: PDFBOX-3194
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3194
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 1.8.10
>            Reporter: Joseph Jezerinac
>         Attachments: bad-chk-print.pdf, printed-bad-chk-print.png
>
>
> Printing a PDF with check boxes that are checked the print out render the 
> number 4 inside the check box instead of the usual check.  Printing via Adobe 
> Reader does not have this problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to