[iText-questions] unsubscribe

2011-12-13 Thread Daniel Essin
unsubscribe On Dec 13, 2011, at 1:04 PM, kbog...@ameritas.com wrote: > The checkboxes are not opaque. The color is in the form field and will > display if I edit it in Acrobat. > > We do not have a support contract for iText ate this time, but I have > requested it. But I do own the book! >

[iText-questions] Warning when compiling iTestSharp 5.0.5 with .NET 4.0 Framework

2010-12-21 Thread Daniel Essin
I doubt that this is serious but if squeaky-clean source is a goal then this might deserve some attention. Warning1Ambiguous reference in cref attribute: 'SignRequest'. Assuming 'Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned.SignRequest(byte[])', but could have also match

Re: [iText-questions] [off-topic] iText in California

2010-06-17 Thread Daniel Essin
ke Stow Lake (duck feeding!) Strybing Arboretum & Botanical Gardens Japanese Tea Garden California Academy of Sciences*** On 6/16/2010 11:13 PM, Bruno Lowagie wrote: > Daniel Essin wrote: > >> northern or southern? >> > The plan is to fly to San Francisco. > Sp

Re: [iText-questions] [off-topic] iText in California

2010-06-16 Thread Daniel Essin
northern or southern? Dan On Jun 16, 2010, at 12:56 AM, Bruno Lowagie wrote: > Hello, > > a short personal message to iText developers in California: Next month, > I'll probably visiting California with my wife and kids. I don't have an > exact timing yet (end of July is the most accurate es

Re: [iText-questions] iText-questions Digest, Vol 48, Issue 80

2010-05-25 Thread Daniel Essin
Jack, I don't want to disrupt the general flow of the iText discussion but if you are working in .net there are several other strategies for working with RTF, depending on what you actually are trying to do. If this applies and you email a description of your objective, I might be able to sugg

Re: [iText-questions] Project feasibility with iText?

2010-02-15 Thread Daniel Essin
Why not use Visual Studio Objects for office from a .net app as make a java accessible web service? Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime (VSTO 2005 SE) (x86) http://www.microsoft.com/downloads/details.aspx?FamilyID=F5539A90-DC41-4792-8EF8-F4DE62FF1E81&displaylang=e

Re: [iText-questions] Itext doesn´t work with Barcode1 28 Font

2010-02-06 Thread Daniel Essin
There is no Š in Barcode 128. The following is from: http://www.code128barcodes.com/Code-128-character-set.html *Code 128 Bar Code Character Set* Check digit value Code A Code B Code C Pattern B S B S B S 0 SP SP 00 2 1 2 2 2 2 1 ! ! 01 2 2 2 1

Re: [iText-questions] Conversion of Excel !

2010-02-05 Thread Daniel Essin
primoPdf is free. With a little Windows API programming you could even "remote control" it. On 2/5/2010 12:55 AM, John Renfrew wrote: > Surely this is a task for an Acrobat writer (printer driver). Paid or 'free' > > Adobe make a nice one. > If you search on the 'internet' thingy you may also fin

[iText-questions] How to use the XFA features

2007-01-25 Thread Daniel Essin
a preface to this question is probably necessary. I am relatively new to iText, have relatively poor skills in mathematical abstraction and also (probably for the same reason) have failed mind-reading 101. As a result some of my questions are pedestrian and while the answer should be obvious to

Re: [iText-questions] ByteArrayOutputStream

2007-01-01 Thread Daniel Essin
Thanks for the elucidation. I'm really very excited about the prospects for what I will be able to do with iText. Keep up the great work, Dan Bruno Lowagie wrote: > Daniel Essin wrote: >> That's a very helpful summary. As far as not mentioning it, that's fine >> a

Re: [iText-questions] ByteArrayOutputStream

2006-12-30 Thread Daniel Essin
er want to introduce a memory stream into the picture. Dan Bruno Lowagie wrote: > Daniel Essin wrote: >> The only part that was an iText issues is that in the .NET version of >> the PdfWriter, the stream is closed when the document is closed unless >> you obtain a reference to

Re: [iText-questions] ByteArrayOutputStream

2006-12-30 Thread Daniel Essin
e a Response stream. > > i think if you created a simple memory stream of a text file, you > would have the same problem. > > You need to ask these questions on a M$ .Net web programming site. > > > > On Dec 30, 2006, at 2:07 AM, Daniel Essin wrote: > >>

Re: [iText-questions] ByteArrayOutputStream

2006-12-30 Thread Daniel Essin
> > Why do you want to do this? > > On Dec 29, 2006, at 5:40 PM, Daniel Essin wrote: > >> It's not different English, it's just a snapshot into the evolving >> state >> of my confusion. >> >> My original post was confused because I was conf

Re: [iText-questions] ByteArrayOutputStream

2006-12-29 Thread Daniel Essin
rstanding of this subject would be greatly appreciated, Dan robert engels wrote: > We must be using different english... > > On Dec 29, 2006, at 5:14 PM, Daniel Essin wrote: > >>>>>> OK let me start over again. I was reading the dump

Re: [iText-questions] ByteArrayOutputStream

2006-12-29 Thread Daniel Essin
t; How can it be 0 length if the first byte is a % ? > > On Dec 29, 2006, at 3:53 PM, Daniel Essin wrote: > >> The pdf is a 0 length file. There's probably no point in attaching it. >> >> Thanks. What next? >> Dan >> >> robert engels wrote: >>

Re: [iText-questions] ByteArrayOutputStream

2006-12-29 Thread Daniel Essin
The pdf is a 0 length file. There's probably no point in attaching it. Thanks. What next? Dan robert engels wrote: > Why don't you attach the pdf file? > > On Dec 28, 2006, at 6:21 PM, Daniel Essin wrote: > >> >> Daniel Essin wrote: >> OK let me

Re: [iText-questions] ByteArrayOutputStream

2006-12-28 Thread Daniel Essin
Daniel Essin wrote: OK let me start over again. I was reading the dump incorrectly and the first byte is a % So all I have is the problem that the code produces a stream that, when received by acrobat, results in a message that says "File does not begin with '%PDF-'.&quo

Re: [iText-questions] ByteArrayOutputStream

2006-12-28 Thread Daniel Essin
Daniel Essin wrote: I'll try putting these at the top. I think I figured out how to set the content length: resp.AppendHeader("Content-Length", baos.Length.ToString()); Acrobat still complains that the data it is receiving does not begin with %PDF- The dump of the byte arra

Re: [iText-questions] ByteArrayOutputStream

2006-12-28 Thread Daniel Essin
Paulo Soares wrote: > Don't forget to set the content length. > > Paulo > > - Original Message ----- > From: "Daniel Essin" <[EMAIL PROTECTED]> > To: > Sent: Thursday, December 28, 2006 10:31 PM > Subject: [iText-questions] ByteArrayOutpu

[iText-questions] ByteArrayOutputStream

2006-12-28 Thread Daniel Essin
I'm trying to use iTextSharp to work through the examples in Chapter 17 of the book. The first example worked perfectly. The second example of writing to the response object through a ByteArrayOutputStream fails. It fails because Acrobat complains that the stream should begin %PDF-. By examining