I would like to see those pdf. I can't imagine why it doesn't work with 1.2. I've tried it with 1.1.8, 1.3 and 1.4 without any problems. If you have access to 1.2 and could recompile the code with it, could you add in PdfEncodings.java:
System.out.println(encoding); just before return text.getBytes(encoding); It should show "UnicodeBig". Maybe all this is a freak bug triggered by some code sequence. Best Regards, Paulo Soares ----- Original Message ----- From: "James Moger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 18:30 Subject: [iText-questions] 0.93b botching UNICODE for bookmarks > I read a post last week about 0.93b botching up some UNICODE strings by > dropping the first 2 bytes of the UNICODE string. I am also > experiencing this problem with any 1.2 JVM. 1.3 JVMs seem to clear this > up. The same problem appears in the document string fields like author. > I have 2 sample PDF files with identical content generated by 1.2 and > 1.3. The syntax for the outlines differ in other ways besides dropping > the UNICODE identifier. Would anyone like to receive these 2 PDFs for > review? > > - James > ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
