I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-11-14 16:57:26.96398-08 by cdolan in response to 13059
Re: Hexstring

This snippet:

[<0026>-2<0052004F00520050>-3<0045004C004400B6>5<00560003>] TJ

translates to "Columbia's" in a PDF viewer. That text is in font "/F4" which is described as:

26 0 obj<</Type/Font/DescendantFonts[27 0 R]/ToUnicode 31 0 R/BaseFont/Times#20New#20Roman/Subtype/Type0/Encoding/Identity-H>>

That in turn refers to a compressed unicode mapping table in object 31. Alas, CAM::PDF does not support mapping tables (I didn't even know they existed until now!)

Direct Responses: 13065 | Write a response