Hi Paulo,
Thanks for the fix. It seems to work nicely now without my related changes.
I think there is only missing those PdfNames changes. And I can live
without the DL so I simplified it a bit. Patch attached for the names
change.
After integration of that patch I can return back to using the mainline
tree.
btw. Any idea when would be the next release incorporating the changes?
Thanks,
Vesa Jääskeläinen
Paulo Soares wrote:
> http://sourceforge.net/tracker/?func=detail&aid=2869841&group_id=15255&atid=115255
>
> Paulo
>
> ----- Original Message -----
> From: "Vesa Jääskeläinen" <[email protected]>
> To: "Post all your questions about iText here"
> <[email protected]>
> Sent: Thursday, October 01, 2009 6:57 PM
> Subject: Re: [iText-questions] [patch-itextsharp] Fixes to
> attachmenthandling
>
>
>> Hi,
>>
>> So does this mean that someone is looking at the issue? Or shall I try
>> to encipher how these stuff are used and then try to find
>> architecturally correct way to fix the issue. I just fear that this
>> might be systematic issue inside that also affects other parts.
>>
>> Thanks,
>> Vesa Jääskeläinen
>>
>> Paulo Soares wrote:
>>> Yes, the ordering is done as text but the PDF expects the ordering to be
>>> done byte by byte irrespective of the encoding. It's an iText bug.
>>>
>>> Paulo
Index: iTextSharp/svn/src/core/iTextSharp/text/pdf/PdfName.cs
===================================================================
--- iTextSharp/svn/src/core/iTextSharp/text/pdf/PdfName.cs (revision 87)
+++ iTextSharp/svn/src/core/iTextSharp/text/pdf/PdfName.cs (working copy)
@@ -293,6 +293,8 @@
/** A name */
public static readonly PdfName CH = new PdfName("Ch");
/** A name */
+ public static readonly PdfName CHECKSUM = new PdfName("CheckSum");
+ /** A name */
public static readonly PdfName CHARPROCS = new PdfName("CharProcs");
/** A name */
public static readonly PdfName CI = new PdfName("CI");
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/