[iText-questions] Writing field values to fields with custom fonts

2013-09-04 Thread Adam Field
I am completely not an expert on the pdf specifications, but I'm wondering whether this PDF I have is doing anything "wrong", and if so, whether it would be worth itext[sharp] handling it anyway? Context is, I was given a bug to fix that, for a particular PDF we were sent to look at, which contain

Re: [iText-questions] Is this minor bug generating form field appearance a known issue?

2012-12-05 Thread Adam Field
look into a bug that's still easily reproduceable? (At least I hope it is; otherwise I'm going crazy...) On Tue, Dec 4, 2012 at 11:13 PM, 1T3XT BVBA wrote: > Wasn't this fixed a long time ago? > Which version are you using? > > > On 5/12/2012 0:31, Adam Field wrote: >

Re: [iText-questions] Has anyone used iTextSharp from within an MFC application?

2011-12-08 Thread Adam Field
Ooh, I know this one. Oddly enough, yes I -have- used iTextSharp from MFC. I don't believe iTextSharp itself provides a COM interface, but it's easy enough to make a wrapper dll in C# that does provide a COM interface ( http://msdn.microsoft.com/en-us/library/c3fd4a20.aspx), and import said interfa

Re: [iText-questions] SetListSelection (setting multivalued list fieldvalues)

2011-03-30 Thread Adam Field
On Tue, Mar 29, 2011 at 2:45 PM, Adam Field wrote: > On Mon, Mar 28, 2011 at 12:44 PM, Mark Storer wrote: >> Ah.  You have an XFA based form, and are using AcroForm tech to address it.   >> Don't do that. > > Alright, I suppose that's good to know (I do see tha

Re: [iText-questions] SetListSelection (setting multivalued list fieldvalues)

2011-03-29 Thread Adam Field
On Mon, Mar 28, 2011 at 12:44 PM, Mark Storer wrote: > Ah.  You have an XFA based form, and are using AcroForm tech to address it.   > Don't do that. Alright, I suppose that's good to know (I do see that now, and also see it documented that using the high-level AcroForms API *usually* works, but