Re: [iText-questions] Antwort: Convert to PDF/A

2009-02-02 Thread RWendi
Cool, Thanks for that mate. Benjamin Rein wrote: > > Hi, > > we had this discussion a few days ago. > > http://www.nabble.com/Convert-an-existing-PDF-to-PDF-A%2C-and-sign-it-td21578384.html#a21578384 > > Best regards > Benjamin > > > > RWendi > 03.02.2009 05:59 > Bitte antworten an > P

[iText-questions] Antwort: Convert to PDF/A

2009-02-02 Thread Benjamin Rein
Hi, we had this discussion a few days ago. http://www.nabble.com/Convert-an-existing-PDF-to-PDF-A%2C-and-sign-it-td21578384.html#a21578384 Best regards Benjamin RWendi 03.02.2009 05:59 Bitte antworten an Post all your questions about iText here An itext-questions@lists.sourceforge.net K

[iText-questions] Convert to PDF/A

2009-02-02 Thread RWendi
Hi, Does iTextSharp have a functionality to convert PDF document to PDF/A document? Thanks in advance. -- View this message in context: http://www.nabble.com/Convert-to-PDF-A-tp21803957p21803957.html Sent from the iText - General mailing list archive at Nabble.com. ---

[iText-questions] How to determine the type of PDF in iText???

2009-02-02 Thread prasannabale
Hi, How can we determine the existing pdf is a tagged pdf using iText java Api? Someone suggested me to look in to the pdf reference or ISO 32000 documentation and to determine keys. I have looked into the Pdf -32000 reference ( http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf ) but, c

Re: [iText-questions] html form contents to fill in pre-existing pdf online

2009-02-02 Thread kpenner
What about the same kind of application for filling a Dynamic PDF? (Livecycle 8 - XFA - Reader Extended via Acrobat 9) I don't want to change any properties, just fill in 3 text fields. kpenner 1T3XT info wrote: > > Steve M wrote: >> hi >> >> i have a pre-made pdf file with a field cal

Re: [iText-questions] html form contents to fill in pre-existing pdf online

2009-02-02 Thread 1T3XT info
Steve M wrote: > hi > > i have a pre-made pdf file with a field called 'name'. i like the pdf > file as is So have I: http://itext.ugent.be:8080/filmfestival/resources/accreditation.pdf > but for the user, i want them to fill out a web form that has a field > called 'name' > > the web form an

Re: [iText-questions] html form contents to fill in pre-existing pdfonline

2009-02-02 Thread wasegraves
-- Original message -- From: Steve M > > hi > > i have a pre-made pdf file with a field called 'name'. i like the pdf file > as is > > but for the user, i want them to fill out a web form that has a field called > 'name' > > the web form and pdf file are in the s

Re: [iText-questions] html form contents to fill in pre-existing pdf online

2009-02-02 Thread Leonard Rosenthol
Itext will happily take care of putting the value of Name into the field in the PDF. The rest of the process is just standard web programming... Leonard On 2/2/09 5:30 PM, "Steve M" wrote: hi i have a pre-made pdf file with a field called 'name'. i like the pdf file as is but for the user,

[iText-questions] PdfPageEventHelper exception handling

2009-02-02 Thread Tim Henry
I have written a wrapper for some developers in our group. For the most part everything has been fine, but one topic came up during a code review. When using my class that extends PdfPageEventHelper, if a DocumentException is thrown inside the onStartPage or onEndPage method (used for headers and

Re: [iText-questions] Very urgent...

2009-02-02 Thread mister bean
See: http://www.nabble.com/URGENT-QUESTION-to20956110.html#a20956686 Pavani-3 wrote: > > Hi, > > > I want to read RTF file which is supporting by iTEXT. > my requirement is i have read my rtf file and select paticular text which > is > in the format like :<> and i have to replace some dat

Re: [iText-questions] iText programmer wanted - Good pay - Simple straighforward project

2009-02-02 Thread Bill Ensley
This is great to see! -Bill Ensley www.bearprinting.com > -Original Message- > From: kpenner [mailto:jaype...@yahoo.com] > Sent: Sunday, February 01, 2009 7:48 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText programmer wanted - Good pay - Simple > straigh

[iText-questions] html form contents to fill in pre-existing pdf online

2009-02-02 Thread Steve M
hi i have a pre-made pdf file with a field called 'name'. i like the pdf file as is but for the user, i want them to fill out a web form that has a field called 'name' the web form and pdf file are in the same folder on my server when the user clicks submit i want the field data they typed in t

[iText-questions] Problem with Chunk underline

2009-02-02 Thread pickm
I feel like I am missing something simple here. When parsing HTML, I want this to replace an existing underline with a new one that I position. But it doesn't override the first, it just adds a second underline. I attempted to set the font style back to NORMAL, but that line of code is doing

Re: [iText-questions] Is there any way to have a image as the border for the Table

2009-02-02 Thread 1T3XT info
SwethaKrish wrote: > Hi I am creating table and I need to have an image as the outline border for > the table. > > Can anyone help me ..to add the image as border for the cell or for the > table Use cell or table events to add the image. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.

[iText-questions] Antwort: Re: How to convert PDF to RTF

2009-02-02 Thread Benjamin Rein
Hi Dhakshin, OpenOffice.org in server mode can convert all documents that can be read by it to e.g. pdf or odt. To get more information google for the words open office uno api. Best Regards Benjamin Alexis Pigeon 02.02.2009 12:10 Bitte antworten an Post all your questions about iText here

Re: [iText-questions] Reg : Page count in PDF

2009-02-02 Thread Iliadis Yannis
Use page events. See iText book on page 435 for reference. 2009/2/2 Surendar Reddy.K > HI, > > How can i get the page count in PDF, here i am using itext-2.1.3 jar. As > part of my requirement i have show the page number of a PDF Document "N of M > pages" in the Header / Footer. > > thanks in a

Re: [iText-questions] How to convert PDF to RTF

2009-02-02 Thread Alexis Pigeon
Hi Dhakshin Please don't reply to me personnally, keep the posts on the list. On 02/02/2009, moorthy wrote: > > Hello sir, > > Thanks you for your quick response . Instead of convert PDF > to rtf , is it possible to read the pdf file exactly (i.e text by text or > line by line ,

[iText-questions] Very urgent...

2009-02-02 Thread Pavani
Hi, I want to read RTF file which is supporting by iTEXT. my requirement is i have read my rtf file and select paticular text which is in the format like :<> and i have to replace some data in that Subject. that means i want a replace ment like key and value.. My file Contai

Re: [iText-questions] Can we determine the type of pdf using iText ??

2009-02-02 Thread Leonard Rosenthol
Keys in dictionaries... On Sun, Feb 1, 2009 at 9:59 PM, wrote: > Hello Leonard, > > > Thanks for the reply. I am trying to read the PDF Reference ( > http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf ) which > > I have found on internet. I am not clear when you say keys. Can you be m

[iText-questions] Is there any way to have a image as the border for the Table

2009-02-02 Thread SwethaKrish
Hi I am creating table and I need to have an image as the outline border for the table. Can anyone help me ..to add the image as border for the cell or for the table -- View this message in context: http://www.nabble.com/Is-there-any-way-to-have-a-image-as-the-border-for-the-Table-tp21789105p21

[iText-questions] Reg : Page count in PDF

2009-02-02 Thread Surendar Reddy.K
HI, How can i get the page count in PDF, here i am using itext-2.1.3 jar. As part of my requirement i have show the page number of a PDF Document "N of M pages" in the Header / Footer. thanks in advance for ur help. With Regerds, Surendar Reddy.K---

Re: [iText-questions] How to convert PDF to RTF

2009-02-02 Thread Alexis Pigeon
Hi Dhakshin, On 02/02/2009, moorthy wrote: > > Hello sir, > > I am new to itextsharp , I am working in C# I don't know > how to create rtf from pdf document if it is possible, suggest me the way or > any similar samples will helpful for me. > This is not possible with iText, you'

Re: [iText-questions] Converting big XML document to PDF

2009-02-02 Thread Cool The Breezer
Hi, Thanks for your detailed explanation. > to disclose it). Note that you don't necessarily have > to use XSLT or > HTML, you can also write your own XML Handler as is > explained in the > book "iText in Action". > See for instance: > http://1t3xt.info/examples/browse/?page=example&id=230

[iText-questions] How to convert PDF to RTF

2009-02-02 Thread moorthy
Hello sir, I am new to itextsharp , I am working in C# I don't know how to create rtf from pdf document if it is possible, suggest me the way or any similar samples will helpful for me. Thanks & regards Dhakshin ---