Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-10-01 Thread Vesa Jääskeläinen
t; Sent: Tuesday, September 29, 2009 3:55 PM >> To: Post all your questions about iText here >> Subject: Re: [iText-questions] [patch-itextsharp] Fixes to >> attachment handling >> >> OK - got it. >> >> It's not the Unicode name itself - that's va

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-29 Thread Leonard Rosenthol
onard -Original Message- From: Vesa Jääskeläinen [mailto:ch...@nic.fi] Sent: Tuesday, September 29, 2009 10:38 AM To: Post all your questions about iText here Subject: Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling Hi All, Ok. I have updated the file on the web: http

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-29 Thread Paulo Soares
To: Post all your questions about iText here > Subject: Re: [iText-questions] [patch-itextsharp] Fixes to > attachment handling > > OK - got it. > > It's not the Unicode name itself - that's valid. HOWEVER, > when you add the second one, it's not properly o

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-29 Thread Vesa Jääskeläinen
> Sent: Monday, September 28, 2009 1:48 PM >> To: Post all your questions about iText here >> Subject: Re: [iText-questions] [patch-itextsharp] Fixes to attachment >> handling >> >> Hi All, >> >> Ok. Now I have file which demonstrates the Unicode problem rel

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-29 Thread Vesa Jääskeläinen
se provide a PDF >>> exhibiting the problem. >>> >>> Paulo >>> >>>> -Original Message- >>>> From: Vesa Jääskeläinen [mailto:ch...@nic.fi] >>>> Sent: Monday, September 21, 2009 6:39 PM >>>> To: iText questio

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-29 Thread Paulo Soares
That't Acrobat 7 not 5. Paulo > -Original Message- > From: Paulo Soares [mailto:psoa...@glintt.com] > Sent: Tuesday, September 29, 2009 10:23 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] [patch-itextsharp] Fixes to > atta

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-29 Thread Paulo Soares
> PdfEncodings. Please provide a PDF exhibiting the problem. > >> > >> Paulo > >> > >>> -Original Message- > >>> From: Vesa Jääskeläinen [mailto:ch...@nic.fi] > >>> Sent: Monday, September 21, 2009 6:39 PM > >>>

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-28 Thread Leonard Rosenthol
: [iText-questions] [patch-itextsharp] Fixes to attachment handling Hi All, Ok. Now I have file which demonstrates the Unicode problem related to attachment object names. It is available on the following URL: http://nokkau.net/~chaac/files/itextsharp/itextsharp-attachment-problem.zip Observe that

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-28 Thread Vesa Jääskeläinen
ngs one. Unicode detection >> must be done in whatever calls PdfEncodings. Please provide a PDF exhibiting >> the problem. >> >> Paulo >> >>> -Original Message- >>> From: Vesa Jääskeläinen [mailto:ch...@nic.fi] >>> Sent: Monday, Septemb

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-28 Thread Paulo Soares
No problem with the PdfName entries. Paulo > -Original Message- > From: Vesa Jääskeläinen [mailto:ch...@nic.fi] > Sent: Monday, September 28, 2009 6:09 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] [patch-itextsharp] Fixes to > a

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-28 Thread Vesa Jääskeläinen
Hi Paulo, Where as I understand you in here. I just have to figure out how to generate matching example PDF file by other means then. I do not prefer to put that file on the public location. Can you at least include the PdfNames for those entries? There is CheckSum and DL that I have added. Than

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-28 Thread Paulo Soares
> > >> -Original Message----- > >> From: Vesa Jääskeläinen [mailto:ch...@nic.fi] > >> Sent: Monday, September 21, 2009 6:39 PM > >> To: iText questions > >> Subject: [iText-questions] [patch-itextsharp] Fixes to > >> attachment handling &g

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-28 Thread Vesa Jääskeläinen
; must be done in whatever calls PdfEncodings. Please provide a PDF exhibiting >> the problem. >> >> Paulo >> >>> -Original Message- >>> From: Vesa Jääskeläinen [mailto:ch...@nic.fi] >>> Sent: Monday, September 21, 2009 6:39 PM >

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-28 Thread Vesa Jääskeläinen
ncodings. Please provide a PDF exhibiting the > problem. > > Paulo > >> -Original Message- >> From: Vesa Jääskeläinen [mailto:ch...@nic.fi] >> Sent: Monday, September 21, 2009 6:39 PM >> To: iText questions >> Subject: [iText-questions] [patch

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-28 Thread Paulo Soares
9 6:39 PM > To: iText questions > Subject: [iText-questions] [patch-itextsharp] Fixes to > attachment handling > > Hi All, > > Here are some fixes to embedded attachment handling in iTextSharp. > > PdfEncodings.cs: Changed behavior of loading attachment object names. &

Re: [iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-21 Thread Paulo Soares
Thank you. I'll have a look and get back to you later. Paulo > -Original Message- > From: Vesa Jääskeläinen [mailto:ch...@nic.fi] > Sent: Monday, September 21, 2009 6:39 PM > To: iText questions > Subject: [iText-questions] [patch-itextsharp] Fixes to > attachme

[iText-questions] [patch-itextsharp] Fixes to attachment handling

2009-09-21 Thread Vesa Jääskeläinen
Hi All, Here are some fixes to embedded attachment handling in iTextSharp. PdfEncodings.cs: Changed behavior of loading attachment object names. Might have side effects elsewhere. In my opinion Unicode should be used internally to process all strings. Raw version can be kept handy if needed. Any