You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2017/03/03 21:12:45 UTC

[jira] [Comment Edited] (PDFBOX-3707) Security Printing Mechanism in Apache PdfBox

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

Tilman Hausherr edited comment on PDFBOX-3707 at 3/3/17 9:11 PM:
-----------------------------------------------------------------

No there isn't. PDFBox offers only the low level stuff that PDF has. You'll have to do it yourself. For example if you want to draw yellow circles on a PDF 
https://en.wikipedia.org/wiki/EURion_constellation
You'll have to do it the hard way, see here how to draw a circle:
https://stackoverflow.com/questions/40781610/how-to-draw-a-pie-chart-in-pdfbox
See also here:
https://en.wikipedia.org/wiki/Security_printing

Obviously, PDF can't do methods that need special paper. If your printing needs special colors or very fine lines, then you'd have to it yourself, by drawing in these colors / line widths.


was (Author: tilman):
No there isn't. PDFBox offers only the low level stuff that PDF has. You'll have to do it yourself. For example if you want to draw yellow circles on a PDF 
https://en.wikipedia.org/wiki/EURion_constellation
You'll have to do it the hard way, see here how to draw a circle:
https://stackoverflow.com/questions/40781610/how-to-draw-a-pie-chart-in-pdfbox
See also here:
https://en.wikipedia.org/wiki/Security_printing

Obviously, PDF can't do methods that need special paper. If your printing needs special colors, then you'd have to it yourself, by drawing in these colors.

> Security Printing Mechanism in Apache PdfBox
> --------------------------------------------
>
>                 Key: PDFBOX-3707
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3707
>             Project: PDFBox
>          Issue Type: Wish
>          Components: Utilities
>    Affects Versions: 2.0.4
>         Environment: Windows operating System, JAVA 1.8
>            Reporter: GirishPatil
>            Priority: Minor
>              Labels: features, security
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Is there any security printing mechanism is available in Apache PdfBox?
> Security Printing to distinguish original print copy generated and its xerox (photocopy).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org