You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Roland Illig (Jira)" <ji...@apache.org> on 2022/01/27 19:09:00 UTC

[jira] [Updated] (PDFBOX-5371) In "Nice view", show clear text below TJ

     [ https://issues.apache.org/jira/browse/PDFBOX-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roland Illig updated PDFBOX-5371:
---------------------------------
    Description: 
The "Nice view" in "pdfbox debug" allows me to see the graphic instructions. One of them is:
{noformat}
[ (\000\001\000\002\000\003\000\004\000\005\000\004\000\006\000\004\000\007\000\010\000\011\000\002\000\007\000\012) 0 ] TJ
{noformat}
It's hard to decipher this text since I first have to look up the font encoding and character mapping myself. This is something that PDFBox should do. Below the above gibberish, I'd like to see the decoded text as a PDF comment, like this:
{noformat}
% [ (Clear text in readable form) 0 ] TJ
{noformat}

  was:
The "Nice view" in "pdfbox debug" allows me to see the graphic instructions. One of them is:
{noformat}
[ (\000\001\000\002\000\003\000\004\000\005\000\004\000\006\000\004\000\007\000\010\000\011\000\002\000\007\000\012) 0 ] TJ
{noformat}
It's hard to decipher this text since I first have to look up the font encoding and character mapping myself. This is something that PDFBox should do. Below the above gibberish, I'd like to see the decoded text as a PDF comment, like this:
{noformat}
% (Clear text in readable form) TJ
{noformat}


> In "Nice view", show clear text below TJ
> ----------------------------------------
>
>                 Key: PDFBOX-5371
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5371
>             Project: PDFBox
>          Issue Type: New Feature
>          Components: Swing GUI
>    Affects Versions: 3.0.3 JBIG2
>            Reporter: Roland Illig
>            Priority: Major
>
> The "Nice view" in "pdfbox debug" allows me to see the graphic instructions. One of them is:
> {noformat}
> [ (\000\001\000\002\000\003\000\004\000\005\000\004\000\006\000\004\000\007\000\010\000\011\000\002\000\007\000\012) 0 ] TJ
> {noformat}
> It's hard to decipher this text since I first have to look up the font encoding and character mapping myself. This is something that PDFBox should do. Below the above gibberish, I'd like to see the decoded text as a PDF comment, like this:
> {noformat}
> % [ (Clear text in readable form) 0 ] TJ
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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