Re: [iText-questions] How does the ETSI TS 102 778-4 PAdES-LTV DSS mechanism work in in Adobe Acrobat Reader 9.2?

2009-11-13 Thread Francisco Leong
Hello, I have solved the problem myself. The ocsp bytes that need to be included in the DSS field need to be the Full OCSP Response, not just the Basic OCSP Response Bytes. Now, even when I include the revocation info in both locations, offline revocation still works. Francisco --- Original m

[iText-questions] setSpacingBefore() and setSpacingAfter in RTF

2009-11-13 Thread Chris von See
Hi - I'm trying to write RTFs with spacing between paragraphs. When I add the spacing directly to a Paragraph then it appears in the output RTF, but when I add it to a RtfParagraphStyle and then apply that style to the Paragraph then the spacing does not appear. A quick look at the sourc

[iText-questions] Could not find XObject named '%s'. Browser locks up.

2009-11-13 Thread Jty
i have a webapp that teachers use to fill out forms for special education. i just started using iTextSharp (latest v.) to take a data entry PDF and it's data via FDF, and render it into a completely new PDF containing just the original PDFs image. i do this to ensure i get the smallest file size

Re: [iText-questions] Could not find XObject named '%s'. Browser locks up.

2009-11-13 Thread Paulo Soares
It's funny that I've just commited a change in the SVN to fix a multi-threading issue. Paulo - Original Message - From: "Jty" To: Sent: Friday, November 13, 2009 10:53 PM Subject: [iText-questions] Could not find XObject named '%s'. Browser locks up. i have a webapp that teachers

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread bmcgin
When we make a columnar report, we basically use PdfPTable, PdfCell, setHeaderRows() and document.add(). We are not using the PdfContentByte and ColumnText. So we have no indication that the page is breaking. Is is possible to use PdfContentByte (and related functions) to create each page i

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread 1T3XT info
bmcgin wrote: > We built a CF/itext library to generate columnar reports and flexible > multi-table like reports all in cf custom tags. We have created literally a > few hundred reports with these cf tags. Now we are getting requirements > that are hard for us to do in cf, like foxing continued

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread bmcgin
This is a long explanation…may be best to give as much detail as possible because I are not experts with itext Generating the PDF in CF is a bit different doing it in Java. A few years ago when we first downloaded and integrated itext into CF there was not much on the web about how to do i

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread 1T3XT info
bmcgin wrote: > Thanks for you help. > > We are accessing itext through Coldfusion and have not yet figured out how > to access page event functions. I'm not talking about page events, but about table and cell events. Are you sure that table events don't work in CF? I'm not a CF user, so I don't

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread bmcgin
Thanks for you help. We are accessing itext through Coldfusion and have not yet figured out how to access page event functions. I recently found a blog that describes how to get access and plan to implement soon. -- View this message in context: http://old.nabble.com/itext-column-he

Re: [iText-questions] itext column header fox continued labels

2009-11-13 Thread 1T3XT info
bmcgin wrote: > We use itext to create PDFs from within coldfusion. Most of the PDFs are > built with tables and the table spans many pages. We use the > setHeaderRows(1) function so that the column headers can roll to the next > page. > > Is it possible to add the word “(continued)” beside

[iText-questions] itext column header fox continued labels

2009-11-13 Thread bmcgin
We use itext to create PDFs from within coldfusion. Most of the PDFs are built with tables and the table spans many pages. We use the setHeaderRows(1) function so that the column headers can roll to the next page. Is it possible to add the word “(continued)” beside the label on pages 2-end?

Re: [iText-questions] reg: The private key generation.

2009-11-13 Thread Mark Storer
None of this code has anything to do with iText. PS: Try dropping the "SUN" parameter entirely. --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; -Original Message- From: Gauravk Tyagi [mailto:gauravk.ty...@tcs.com] Sent: Thursday, N

Re: [iText-questions] Small problem with PdfPCell spanning more than one page

2009-11-13 Thread Brian Lovett
Hey Guys, I apologize that I did not fix my subject line in my last email. I realize that it is probably pretty annoying. Thanks, Brian Date: Fri, 13 Nov 2009 08:22:48 -0600 From: Brian Lovett Subject: Re: [iText-questions] iText-questions Digest, Vol 42, Issue 55 To: "itext-q

Re: [iText-questions] maybe miss 1 line in ant/compile.xml

2009-11-13 Thread Mark Storer
IIRC, if you check out the SVN in its entirety (lib, test, & www, as well as the usual src), you'll get {$itext.lib} "for free", and the ant files are written with that in mind. The lib folder isn't necessary if you're just going to compile iText.jar, but if you want to do anything else (run th

Re: [iText-questions] Hebrew/RTL support for RTF?

2009-11-13 Thread 1T3XT info
tamtam18 wrote: > However, it appeared that it was in the future plans -- On the contrary: RTF will be moved to an incubator project. This mailing list will be PDF only. We'll no longer answer questions about RTF. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.i

[iText-questions] Hebrew/RTL support for RTF?

2009-11-13 Thread tamtam18
I would like to insert Hebrew characters into a file. I am using both PDF and RTF formats. Everything works very well with PDF, but it appears that there is no support for right-to-left text in RTF. The characters come out, but they are all in the reverse order that I would expect. I have done

Re: [iText-questions] iText-questions Digest, Vol 42, Issue 55

2009-11-13 Thread Brian Lovett
No problem. The "shortened for brevity" was just for the filler text anyway. I am also including the code for the footer as well (just in case that makes any difference). I appreciate the help! // Pulled from a sample found on the web public class PdfPageEvent : IPdfPageEvent {

[iText-questions] Difference in using questions.forms.ReadXfa2

2009-11-13 Thread claud108
Hi, Does anybody know why by using the example ReadXfa2 wuth this PDF file http://static.anaf.ro/static/10/Anaf/depunere_declaratii/D300-V4.pdf, the field "formFieldFilling" is set to 0, while using the same example on the PDF file designer_form.pdf (contained by the example), the field "formFiel