[iText-questions] PDF Annotations

2010-05-19 Thread Rishi Raj Vashist
Hi I have a problem using PdfAnnotation.createInk(args) How to use this method Regards Rishi DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential a

[iText-questions] Image alignment inside of a ColumnText

2010-05-19 Thread greg
I'm trying to create an image with wrapped text inside of a ColumnText column.  The image displays OK, as does the text, but the image is centered and the text appears below it.  It looks like the image alignment qualifiers are being ignored in the ColumnText context.  I'm using iText 5.0.1.  A cod

Re: [iText-questions] help

2010-05-19 Thread 1T3XT BVBA
> > I need to have different footer elements for different sections in RTF RTF is no longer supported. Please don't post any questions about RTF on this list. (And if you do post questions, use a subject that tells us something about the problem.)

[iText-questions] help

2010-05-19 Thread EXI-D'Souza, Amanda N
I need to have different footer elements for different sections in RTF i.e. Add the section number in the footer. Is there some way to do this? Or is there a way to add a section break, and "unlink from previous" document functionality through code? Thanks, Amanda D'Souza Infosys Technologies

Re: [iText-questions] Multiple PDF documents

2010-05-19 Thread Cameron Laird
On Wed, May 19, 2010 at 10:58 AM, Gabe Calabro wrote: > I am trying to create a PDF that merges a PDF with multiple instances. > > Basically, I would like to do this in memory, and iterate thru a list of > people. I would like to populate the PDF for each unique person and merge > them into one

Re: [iText-questions] Iterate through existing bookmarks in a PDF doc using iTextSharp with .Net

2010-05-19 Thread Cameron Laird
On Wed, Feb 24, 2010 at 11:12 PM, hLalit wrote: > > Hi, > > I have an existing pdf doc. I want to iterate through existing bookamarks > in > the pdf doc & collapse the bookmark where there is a parent child relation. > For e.g > > -1.0 > - 1.1 > - 1.1.1 > - 1.1.2 > - 1.2 >- 1.2.1 >

[iText-questions] Multiple PDF documents

2010-05-19 Thread Gabe Calabro
m<http://www.KahunaCentral.com> www.ATMSupply.com<http://www.ATMSupply.com> [cid:image001.jpg@01CAF742.336B6960] Leverage. Value. Partnership! "We achieve our victories through the victories of those we serve!" __ Information from ESET NOD32 Antivirus, version of virus signat

[iText-questions] help

2010-05-19 Thread EXI-D'Souza, Amanda N
I need to have different footer elements for different sections i.e. Add the section number in the footer. Is there some way to do this? For instance, in this example, is it possible to add different footers for different sections? http://www.ujihara.jp/iTextdotNET/examples/Chap0402.cs Or is th

Re: [iText-questions] PdfStamper makes invisible fields visible

2010-05-19 Thread Mark Storer
Okay, you've got this big annot in the background that says "cover me up". And a bunch of fields in the foreground that cover it up. But in the flattened PDF, the background annotation is on top. Right? I know what that is. The Stamper stores all the fields it flattens in a HashMap. When a

Re: [iText-questions] Spam: PDF to TIFF

2010-05-19 Thread Mark Storer
You don't. Check out http://www.ghostscript.com/. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From: Muhriz Rashid [mailto:krypt...@gmail.com] Sent: Wednesday, May 19, 201

[iText-questions] PDF to TIFF

2010-05-19 Thread Muhriz Rashid
*Hello,* How to convert a PDF to TIFF format using "itextsharp" in VB.NET? *Regards* -- ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sou

Re: [iText-questions] Html and Doc

2010-05-19 Thread Rafael Medeiros
tank's! Atenciosamente, Rafael Nunes I'm free - Linux http://www.linkedin.com/in/mederafael On Fri, May 14, 2010 at 12:38 PM, wasegraves wrote: > A Google search with "iText HTMLWorker" should give you some helpful links. > > Cheers, > Bill Segraves > > -- > *From:

Re: [iText-questions] text searching + opening a document directly to the search result location

2010-05-19 Thread Cameron Laird
On Tue, May 18, 2010 at 6:50 AM, Mike Marchywka wrote: > > > > > > > > > > > > > Date: Tue, 18 May 2010 04:30:48 -0700 > > From: victor_ba...@yahoo.com > > To: itext-questions@lists.sourceforge.net > > Subject: [iText-questions] text searching + opening a document

Re: [iText-questions] iText Read Chuncks of PDF into java

2010-05-19 Thread Cameron Laird
On Wed, May 19, 2010 at 1:52 AM, 1T3XT info wrote: > crimeunit wrote: > > Dear all, > > > > Does somebody else know maybe that I can use another library where I can > > specially read out the links of content (to another pdf file) into a pdf? > > Reading out the "links" is a completely different

[iText-questions] PdfSignatureAppearance.setLayer2Text()

2010-05-19 Thread MSilverboard
Does anyone know the conditions under which layer 2 text in a signature will or will not be displayed? When I use PdfSignatureAppearance.setLayer2Text() with a PDF created in Acrobat 7, the layer 2 text is shown. But when I use it on a PDF created with Oracle Documaker, it seems to be ignored

[iText-questions] iText 5.0.2 signature bug

2010-05-19 Thread Vladimir A. Vorontsov
Hello, Look at line 2188 please: if (sub.equals(PdfName.ADBE_X509_RSA_SHA1)) {                PdfString cert = v.getAsString(PdfName.CERT);                pk = new PdfPKCS7(contents.getOriginalBytes(), cert.getBytes(), provider);            } In real life there is no self-signed certificate and

[iText-questions] iText 5.0.2 signature bug 2

2010-05-19 Thread Vladimir A. Vorontsov
Look at line 314 in PdfPKCS7.java: digest = ((DEROctetString)in.readObject()).getOctets(); There is an cast error: java.lang.ClassCastException: org.bouncycastle.asn1.ASN1InputStream$1 cannot be cast to org.bouncycastle.asn1.DEROctetString at com.itextpdf.text.pdf.PdfPKCS7.(PdfP

Re: [iText-questions] multiline text in footer

2010-05-19 Thread 1T3XT info
ali naqvi wrote: > ps: I have tried to search for an answer to my questions quite > rigorously but couldnt find it.Even if you tag the question newb please > try to answer it or give me some pointers to work on. There's more than one way to use ColumnText. You should read chapter 3 of http://ite

Re: [iText-questions] URGENT - iText - Print Total Number of pages at Runtime in PDF File

2010-05-19 Thread Cameron Laird
On Wed, May 19, 2010 at 3:23 AM, 1T3XT info wrote: > Viswanathan Puthucode Mahadevan wrote: > > Question : When opening the PDF file in Adobe Reader, how to get the > > 'Page n of m', because when generating the PDF file, it is not possible > > to know the Total number. > > There are two ways to

[iText-questions] multiline text in footer

2010-05-19 Thread ali naqvi
Hi All briefly: I am using ColumnText.showTextAligned() in the onEndPage() to display the footer text but it doesnt support multiline text. Is there an alternative component that I can use to display multiline text? In Detail: I basically want to implement a footer in the format below: " This

Re: [iText-questions] iText Read Chuncks of PDF into java

2010-05-19 Thread Mike Marchywka
> Date: Wed, 19 May 2010 08:52:00 +0200 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] iText Read Chuncks of PDF into java > > crimeunit wrote: >> Dear all, >> >> Does somebody else know maybe that I can use another library where I can >> speci

Re: [iText-questions] how i do to detect XFA Dynamic Forms?

2010-05-19 Thread 1T3XT info
Francisco Philip wrote: > Hello, > > Because iText can’t flatten a XFA Dynamic Forms, i want to detect > previously and deny or send a warning in my application. > > Any Idea? This is explained in chapter 8 of http://itextpdf.com/book/ -- This answer is provided by 1T3XT BVBA http://www.1t3xt.c

Re: [iText-questions] URGENT - iText - Print Total Number of pages at Runtime in PDF File

2010-05-19 Thread 1T3XT info
Viswanathan Puthucode Mahadevan wrote: > Question : When opening the PDF file in Adobe Reader, how to get the > 'Page n of m', because when generating the PDF file, it is not possible > to know the Total number. There are two ways to do this. Both are explained in http://itextpdf.com/book >

[iText-questions] URGENT - iText - Print Total Number of pages at Runtime in PDF File

2010-05-19 Thread Viswanathan Puthucode Mahadevan
Hi I need to print the total number of pages in a pdf file when opening the pdf file, could you please help. Please refer the below steps which i have followed. 1. Create PDF file using iText (content of the file is from Database with varying text size) 2. Number of pages may vary depending

[iText-questions] how i do to detect XFA Dynamic Forms?

2010-05-19 Thread Francisco Philip
Hello, Because iText can’t flatten a XFA Dynamic Forms, i want to detect previously and deny or send a warning in my application. Any Idea? -- Francisco Philip (+34) 679 394 027 -- ___