Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread dorairaj
It is not like that, we are exploring different possibilites before deciding on particular approach. As we were able to get Superscript and Subscript with textlayout but issue is with print quality. So either we require support for any of the one(PdfGraphics2D or TextLayout with better quality).

Re: [iText-questions] Question to the iText (second edition from B.Lowagie)

2010-05-05 Thread 1T3XT info
Michael Birkenmaier wrote: > I'd like to read an existing PDF file with Java and iText. Reading is a broad description. You can use iText to extract text that isn't part of raster data. > During this action I'll search for a specific string e.g. 'LinkTarget' (and > save the page number in a vari

Re: [iText-questions] Merging two templates in iText

2010-05-05 Thread 1T3XT info
Thomas Hauk wrote: > Let's say I have two PDF templates created with Adobe Acrobat, which > are both single-page, 8.5x11 documents. The first template (A.pdf) has > content for the top half of the page. The second template (B.pdf) has > content for the bottom half of the page. (It just so hap

Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread 1T3XT info
dorairaj wrote: > > Since it is not sure whether we can get the > solution, I interpret this response as "we are only interested in getting support for free". If this interpretation is correct, this conversation is closed as far as I'm concerned. -- This answer is provided by 1T3XT BVBA http:/

Re: [iText-questions] Fill form fields - cannot edit the created file

2010-05-05 Thread 1T3XT info
Hoang wrote: > Hi, > > i use iText to fill form field in a pdf-File, that was created from > Acrobat Distiller 6.0.1. > If the original document can not be saved, so i can edit the pdf-file, > that was created by iText. > But if the original document can be saved (allows to be saved) , so i > C

Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread Klas Lindbäck
I found your thread on http://forums.sun.com/thread.jspa?threadID=5436285. If you are still following the track outlined in that thread I suggest the following: Creating a derived Font using a suitable AffineTransform object to modify the vertical position should work. /Klas dorairaj skrev 20:

[iText-questions] Question to the iText (second edition from B.Lowagie)

2010-05-05 Thread Michael Birkenmaier
Dear Sir, Could you please help me with the following problem?: I'd like to read an existing PDF file with Java and iText. During this action I'll search for a specific string e.g. 'LinkTarget' (and save the page number in a variable). In a second step I want to add a link to a specific word ('

[iText-questions] Fill form fields - cannot edit the created file

2010-05-05 Thread Hoang
Hi, i use iText to fill form field in a pdf-File, that was created from Acrobat Distiller 6.0.1. If the original document can not be saved, so i can edit the pdf-file, that was created by iText. But if the original document can be saved (allows to be saved) , so i CANNOT edit the pdf-file anymo

Re: [iText-questions] Examples in new book

2010-05-05 Thread 1T3XT info
msinatl wrote: > I can confirm. '0' works too. Thanks for the feedback! Maybe the example in the book should be adapted. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- _

Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread dorairaj
Thank you for the reply. Since it is not sure whether we can get the solution, i have one more question, why TextLayout.draw() will draw the text with poor quality in itext, and when i use the same TextLayout.draw() in java and printing from java the print quality is good. if we could resolve t

[iText-questions] Merging two templates in iText

2010-05-05 Thread Thomas Hauk
Let's say I have two PDF templates created with Adobe Acrobat, which are both single-page, 8.5x11 documents. The first template (A.pdf) has content for the top half of the page. The second template (B.pdf) has content for the bottom half of the page. (It just so happens the content in both

Re: [iText-questions] Examples in new book

2010-05-05 Thread msinatl
I can confirm. '0' works too. Bruno Lowagie (iText) wrote: > > John Renfrew wrote: >> Found the following on geekcredential dot wordpress dot com >> >> Groovy thinks '/0' is a GString so need to be explicit and force it to >> character >> >> i.e. '/0'.toCharacter().charValue() > > And now

[iText-questions] Certificate vendors for digital signatures

2010-05-05 Thread MSilverboard
Hi All, We have purchased a Verisign class 3 certificate to develop an electronic signature solution for PDFs produced from online insurance applications using iText. We were planning to purchase a verisign code-signing certificate (class 1) for production use, but we've been surprised to find

[iText-questions] ArrayIndexOutOfBoundsException when signing Documaker PDF

2010-05-05 Thread MSilverboard
Hi, I've got a problem using iText to digitally sign a PDF. The Groovy script below works fine with a test PDF I created in Acrobat Pro 7.0. But when I run it on a PDF produced by my production document system (Oracle Documaker), I get this exception: java.lang.ArrayIndexOutOfBoundsExcepti

Re: [iText-questions] scrolling text area with links

2010-05-05 Thread Leonard Rosenthol
As of Acrobat 9 - PDF 1.7 with Adobe Extensions - yes, it is. Support was added to the rich text fields for links. Leonard -Original Message- From: Michael Brewer-Davis [mailto:mich...@tech4learning.com] Sent: Wednesday, May 05, 2010 10:06 AM To: itext-questions@lists.sourceforge.ne

[iText-questions] scrolling text area with links

2010-05-05 Thread Michael Brewer-Davis
Next out there question: Is it possible to generate a PDF containing a scrolling text box which contains hyperlinked text? Scrolling text boxes can be achieved using text form fields; is there any other way? Does it seem like hyperlinks could be achieved in text form fields using Javascript?

Re: [iText-questions] add PdfAnnotation (form field) to a PdfTemplate

2010-05-05 Thread Michael Brewer-Davis
On 5/5/2010 6:14 AM, itext-questions-requ...@lists.sourceforge.net wrote: Re: [iText-questions] add PdfAnnotation (form field) to a PdfTemplate 1T3XT info Tue, 04 May 2010 12:09:40 -0700 > Form fields with the same fully qualified name are considered > being the same field. So if you create a P

Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread 1T3XT info
dorairaj wrote: > Since you have the solution for the issue we are facing, could you please > let us know the procedure on how to proceed further for support, I didn't say I had "THE" solution. I only looked at PdfGraphics2D and saw that superscript/subscript isn't supported. I know where I could

Re: [iText-questions] Guidance Requested - Generating multipage output with header/footer and pg 1 layout

2010-05-05 Thread 1T3XT info
Daniel Cane wrote: > "He doesn't know how to use the 3 seashells!" > >- Me in an obscure reference to Demolition Man That would be a great quote for the book ;-) Thanks for understanding. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

Re: [iText-questions] PdfPTable pushing susbsequent text down when switching between landscape and portait orientation.

2010-05-05 Thread 1T3XT info
Simon Goodfield wrote: > Thanks > >currently running tests but looks good so far. OK, thanks for the feedback. I didn't have the time to run my test battery; but I'll certainly do that before the next release. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt

Re: [iText-questions] Tab chunk and justified alignment

2010-05-05 Thread 1T3XT info
Mark Christian D. Nazareno wrote: > Thanks. I did exactly as suggested (extending the VerticalPositionMark). > Worked brilliantly. Thanks for the feedback! -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] PdfPTable pushing susbsequent text down when switching between landscape and portait orientation.

2010-05-05 Thread Simon Goodfield
Thanks currently running tests but looks good so far. -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: 04 May 2010 18:15 To: Post all your questions about iText here Subject: Re: [iText-questions] PdfPTable pushing susbsequent text down when switching between landsc

Re: [iText-questions] Tab chunk and justified alignment

2010-05-05 Thread Mark Christian D. Nazareno
Thanks. I did exactly as suggested (extending the VerticalPositionMark). Worked brilliantly. From: 1T3XT info To: Post all your questions about iText here Sent: Tuesday, May 4, 2010 2:39:33 PM Subject: Re: [iText-questions] Tab chunk and justified alignment

Re: [iText-questions] Guidance Requested - Generating multipage output with header/footer and pg 1 layout

2010-05-05 Thread Daniel Cane
1T3XT info 1t3xt.info> writes: > That's true. I think the problem of the OP is that > he isn't familiar with the concepts "text mode" vs > "composite mode" in ColumnText. My friend - iText is truly amazing, and I support you! (I have in fact purchased the MEAP version and did search it prior to

Re: [iText-questions] How to tell a raster pdf

2010-05-05 Thread Leonard Rosenthol
Since there are no specific technical definitions of what those terms are - I would guess that you would have to examine the contents of each page of the PDF and determine if its content matched your criteria. -Original Message- From: p_repetti [mailto:pierangelo.repe...@gmail.com] Sent

Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread dorairaj
Thanks for the reply and regarding spanning the mailist from two different mail id, it was not done intentionally by me, sorry for Inconvenience caused. Since you have the solution for the issue we are facing, could you please let us know the procedure on how to proceed further for support, I will

Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread 1T3XT info
dorairaj wrote: > > Thanks for the reply, > > my question is : > when adding the Surperscript and subscript Attributes to AttributedString > then > drawing AttributedCharacterIterator from AttributedString is not working > properly , but i can achieve it by TextLayout by using PdfGraphics2D >

Re: [iText-questions] How to Apply the TextAttribute.SuperScript to PDFGraphics Object

2010-05-05 Thread Rajesh Voruganti
Rajesh Voruganti wrote: > > Hi All > > I am using itext5.0 to generate the PDF file while i am using the > TextAttribute.SuperScript is notworking properly. > > > Let me know any suggests overcome this problem and solution urgently. > > > Rajesh Voruganti > -- Vi

Re: [iText-questions] Guidance Requested - Generating multipage output with header/footer and pg 1 layout

2010-05-05 Thread 1T3XT info
Mike Marchywka wrote: > Along the lines of your comments, I would guess the > problem would be "someone has to read it." Now, before > you dismiss this as a pointless joke, I would just > consider it as "Stating the obvious" as this > often is a route to great discovery ( you needn't pat > me on th

Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread dorairaj
Thanks for the reply, my question is : when adding the Surperscript and subscript Attributes to AttributedString then drawing AttributedCharacterIterator from AttributedString is not working properly , but i can achieve it by TextLayout by using PdfGraphics2D Object. i should not use Chunks

Re: [iText-questions] Guidance Requested - Generating multipage output with header/footer and pg 1 layout

2010-05-05 Thread Mike Marchywka
> Where have you learned this? > Who is spreading this kind of desinformation? > Why are you saying this. > > In attachment, you can find a very simple example that proves > the opposite of what you've learned. > > And more importantly: what is wrong with the documentation??? > > What is wrong wit

Re: [iText-questions] ETSI TS 102 778-4 DocTimeStamp

2010-05-05 Thread Lima_Spain
Hello Leonard It´s not the same TimeStamp and LTV.OK. and how can I enable the feature LTV in itextsharp (with code) ? Thank you very much, Leonard Rhut. Leonard Rosenthol-3 wrote: > > Reader 9.2 does NOT support the Document TimeStamp feature of 102778-4. > It only supports the LTV/DSS

Re: [iText-questions] Ploblem with superscript and subscript

2010-05-05 Thread Klas Lindbäck
I asked google using the search phrase: itext superscript I then chose the top link from the real result and got the following suggestion: setTextRise: public Chunk */setTextRise/*(float rise)is used to sets the text displacement relative to the baseline. Positive values rise the text, nega

Re: [iText-questions] remove from itext-questions list

2010-05-05 Thread Alexis Pigeon
Hi arolf, On 5 May 2010 11:17, arolf li wrote: > hi everyone, can somebody tell me how to remove myself from the > itext-question list? Thanks a lot! > At the bottom of every email sent to the list, you'll find all the necessary information to manage your subscription. Cheers, alexis > > ---

[iText-questions] remove from itext-questions list

2010-05-05 Thread arolf li
hi everyone, can somebody tell me how to remove myself from the itext-question list? Thanks a lot! -- ___ iText-questions mailing list iText-questions@lists.sourceforge.net https:

[iText-questions] iText HTML parsing enhancements ...

2010-05-05 Thread Paul Palaszewski
Hi, I've played with the html worker of 5.0.2 and stumbled upon some minor issues. I'd like to propose the following fixes/enhancements. I'm not sure, how to submit my proposals in a proper way, so I've just copied the code-sections here. Best regards, Paul HTMLWorker#startElement Line

[iText-questions] How to tell a raster pdf

2010-05-05 Thread p_repetti
Hello I browsed the forum but did not found a similar question, so sorry if this has been asked before. Is there a way to tell a raster from a vector PDF using iText ? Thanks -- View this message in context: http://old.nabble.com/How-to-tell-a-raster-pdf-tp28458167p28458167.html Sent from the