[iText-questions] iText SHA-256 signing

2011-11-30 Thread andyrobb18
I currently use iText for SHA1 signing - however I have a new requirement to implement SHA-256 hash signing. I've looked on the forum and I can see that others have tried, but I haven't found any reference to any actually being able to implement this. I'm also aware that there have been some rece

Re: [iText-questions] adding an attribute before singing

2011-11-30 Thread Leonard Rosenthol
>That the programm is doing that seems wrong to me (at least for pdf 1.4 >pdf/a-1b) >If one uses the incremental update and correctly signs everything why check >for allowed actions which haven't been defined to that time and seem >proprietary acrobat? >(this is a rhetorical question - no need t

Re: [iText-questions] How to read radio button, check box states from a non-form PDF

2011-11-30 Thread Leonard Rosenthol
If there are no form fields, then there are no radio buttons or check boxes. They are just circles and rectangles (aka graphic paths). You'd have to do some significant document analysis heuristics to figure out that a given shape on the page is a "radio button" or not. From: Jimmy Talbot [ma

[iText-questions] How to read radio button, check box states from a non-form PDF

2011-11-30 Thread Jimmy Talbot
Hi, I have a pdf document (created by a 3rd party using RealObjects PDFreactor), which is *not a form*. I'm trying to extract information from that PDF using iTextSharp. I'm able to extract all the plain text (using SimpleTextExtractionStrategy),

Re: [iText-questions] XML Worker

2011-11-30 Thread Jason Berk
So attached you'll find my XmlWorkerTest.java. I used that code and the two .html files to create the two PDFS. Notice in test1.html, the closing body tag is at the bottom of the file, as I would expect. Problem is that the table seems to respect a double margin width. Test2.html is the same as

Re: [iText-questions] Version Numbering / Old downloads

2011-11-30 Thread 1T3XT BVBA
On 30/11/2011 11:05, Adrian Shaw wrote: I want the iText .jar file for java 1.4. I can't upgrade java -- that's the latest version available on my old hardware. In that case you need something like iText 2.1.7. It's not supported (so if you run into a problem, you're on your own), it may conta

Re: [iText-questions] XML Worker

2011-11-30 Thread Balder VC
Tables are tricky If I recall correctly, XMLWorker will try to fit your table in the page taking into account your page margins. If you have defined a table in html which is wider then the page it cannot fit it. The width settings will only be used if total width of the table is smaller then the a

[iText-questions] Version Numbering / Old downloads

2011-11-30 Thread Adrian Shaw
I want the iText .jar file for java 1.4. I can't upgrade java - that's the latest version available on my old hardware. I am confused by all the version numbering. Will iText 5.series work OK, or do I need an older version of iText? If I need an older version of iText, where do I download it? J

Re: [iText-questions] HTML to PDF - XMLWorker Ordered Lists?!?

2011-11-30 Thread Balder VC
You're right Keith I must check that nothing else changed. If it works I'll commit the fix later today. (in the Java version ) thanks On 29/11/11 22:29, Keith O wrote: > Download the source, and try replacing the method in the attachment and > rebuilding the solution. > > I think the problem is