[
https://issues.apache.org/jira/browse/PDFBOX-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13913676#comment-13913676
]
Tilman Hausherr commented on PDFBOX-193:
----------------------------------------
The CCITTFaxDecode filter is explained in 3.3.5 of the pdf spec. I don't see
any dpi there.
Btw, just for the record, the code you write about is
{code}
addTag(282, 300, 1); // X Resolution 300 (default unit Inches) This is arbitary
addTag(283, 300, 1); // Y Resolution 300 (default unit Inches) This is arbitary
{code}
in PDCcitt or in TiffInputStream, depending of the version.
> Getting tiff - PDCcitt.TiffWrapper object
> -----------------------------------------
>
> Key: PDFBOX-193
> URL: https://issues.apache.org/jira/browse/PDFBOX-193
> Project: PDFBox
> Issue Type: Improvement
> Components: PDModel
> Reporter: Jukka Zitting
> Priority: Minor
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1547765
> Originally submitted by nobody on 2006-08-28 02:15.
> PDCcitt has hardcoded dpi information and it is 300 for
> x and y resolution (see PDCcitt line 519 and 520).
> Propose solution: set information about dpi in
> COSDictionary object (decodeParms variable)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)