Re: [iText-questions] iText can add images in the middle of Existing PDF file

2010-03-08 Thread 1T3XT info
Lalithc wrote: > We would like to add signature at the end > of the page. That's possible. > It should add at the end of the Content. That's not possible! > It may be in the start > or middle or end of the page. it depends on the existing PDF content. No, it's not possible to detect "the end o

[iText-questions] externalizing styling aspects

2010-03-08 Thread marce11at
I found that the question that I have was posted in the past (about a year ago): http://old.nabble.com/externalizing-styling-aspects%2C-e.g.-css-stylesheets-td22449334.html#a22449334 Is there any update on the availability of this feature/enhancement? I'm comparing iText and Apache FOP an

[iText-questions] iText can add images in the middle of Existing PDF file

2010-03-08 Thread Lalithc
Hello All, Can we add images in the middle of existing PDF page using iText API. Generating the PDF using FOP API. We would like to add signature at the end of the page. It should add at the end of the Content. It may be in the start or middle or end of the page. it depends on the existing PDF

[iText-questions] Getting error from RtfWriter2

2010-03-08 Thread Brian Moore
I'm sure this has been covered before, but I've looked and not been able to find it. I get an error on the open line from this: RtfWriter2.getInstance(doc, baos); doc.open(); I have no problem if I use: PdfWriter.getInstance(doc, baos); doc.open(); Here is the error: java.lang.NoSuchMethodError

Re: [iText-questions] Setting CIDSet in the Font Descriptor

2010-03-08 Thread Nirmal Fernando
Hi Leonard, If I create a PDF using iText (not an existing PDF) and if I use CID fonts, will iText add this entry to my newly created PDF? Regards, Nirmal On Tue, Mar 9, 2010 at 4:44 AM, Leonard Rosenthol wrote: > Setting is easy – you just write a key into a dictionary.. Consult the > book f

Re: [iText-questions] Setting CIDSet in the Font Descriptor

2010-03-08 Thread Leonard Rosenthol
Setting is easy - you just write a key into a dictionary.. Consult the book for details. However, I would be more curious to know how you plan to GET the value that you are going to PUT there... Leonard From: Nirmal Fernando [mailto:nirmal070...@gmail.com] Sent: Monday, March 08, 2010 6:15 AM

Re: [iText-questions] populate xfa form from xml content

2010-03-08 Thread Leonard Rosenthol
Wouldn't it be easier to just purchase a copy of Acrobat? From: Jacques Granduel [mailto:jgrand...@gmail.com] Sent: Monday, March 08, 2010 4:34 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] populate xfa form from xml content Hi all, I've come to realize I cannot load da

Re: [iText-questions] Change red text to black

2010-03-08 Thread 1T3XT info
tacallah wrote: > > 1T3XT info wrote: >> No, there is no "print to black" in iText. >> > > Thanks for the reply! I am taking your answer to mean that there is not a > single function to print the text to black. Is there a way to loop through > the PDF and change the color of the text to black?

Re: [iText-questions] Change red text to black

2010-03-08 Thread tacallah
1T3XT info wrote: > > No, there is no "print to black" in iText. > Thanks for the reply! I am taking your answer to mean that there is not a single function to print the text to black. Is there a way to loop through the PDF and change the color of the text to black? Thanks for your help! --

Re: [iText-questions] Change red text to black

2010-03-08 Thread 1T3XT info
tacallah wrote: > Is there a way to remove all coloring from the PDF? No, there is no "print to black" in iText. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- Download Intel® P

[iText-questions] Change red text to black

2010-03-08 Thread tacallah
We use i-Text to stamp a header at the top of our documents, which works great. We recently had a PDF where some of the text in the body of the PDF was red. Is there a way to remove all coloring from the PDF? BTW, I was able to recreate the PDF in Adobe Acrobat Professional with the "Print colo

Re: [iText-questions] populate xfa form from xml content

2010-03-08 Thread 1T3XT info
Jacques Granduel wrote: > Hi all, > > I've come to realize I cannot load data from xml into a pdf dynamic xfa > form in Adobe Reader. The data is in an XML file sent by email from > Adobe Reader. The XML data comes from a schema which is connected to the > form created in LiveCycle. The data ca

Re: [iText-questions] Problem in drawing text with fonts using itext jar

2010-03-08 Thread dorairaj
Hi paulo, Here i have implemented that the text can able to wrap using the outboxes of the text, so the text i can draw based width of the outbox and the text may be richtext, In what form does bold, italic and underline doesn't work in iText's Graphics2D? drwing only richtext we can achieve

[iText-questions] Setting CIDSet in the Font Descriptor

2010-03-08 Thread Nirmal Fernando
Hi, How to set the CIDSet entry in the Font Descriptor? How can I set the value for CIDSet using iText? If someone can give an example it would be great !! Thanks in advance!! Regards, Nirmal -- C.S.Nirmal J. Fernando Department of Computer Science & Engineering, Faculty of Engineering, Univer

[iText-questions] Modifiying the internal Y Axis pointer manually

2010-03-08 Thread si 622
Id like to be able to modify the internal pointer which can be obtained by the call to; PdfWriter#getVerticalPosition(boolean); Im mofiying the document using the PDFContentByte API, changes I make via this mechanism are not reflected in the Document# / PDFWriter instances. Because im using both

[iText-questions] populate xfa form from xml content

2010-03-08 Thread Jacques Granduel
Hi all, I've come to realize I cannot load data from xml into a pdf dynamic xfa form in Adobe Reader. The data is in an XML file sent by email from Adobe Reader. The XML data comes from a schema which is connected to the form created in LiveCycle. The data can be imported in Adobe Acrobat Pro, but

Re: [iText-questions] Problem creating PDF from JTextPane with underlined text

2010-03-08 Thread Alexander Geist
No idea? Unfortunately same Problem with Verdana :( -- View this message in context: http://old.nabble.com/Problem-creating-PDF-from-JTextPane-with-underlined-text-tp27803836p27818418.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Problem in drawing text with fonts using itext jar

2010-03-08 Thread Paulo Soares
This begs for two questions: - Why are you using Graphics2D? Even if the objective is to show on screen and on pdf the layout is simple enough to have two versions. - In what form does bold, italic and underline doesn't work in iText's Graphics2D? Last time I checked it did. Paulo ___