[iText-questions] Reading tooltip text from acrofields

2016-05-07 Thread mukeshmr
Hi, I'm working on a PDF form now. It has text fields and checkboxes in it. Now I'm able to read the fields and its values using the following code using (var reader = new PdfReader(FormLocation)) { var fields = reader.AcroFields.Fields;

[iText-questions] Reading tooltip text from acrofields

2016-05-04 Thread Mukesh
Hi, I'm working on a PDF form now. It has text fields and checkboxes in it. Now I'm able to read the fields and its values using the following code using (var reader = new PdfReader(FormLocation)) { var fields = reader.AcroFields.Fields;

Re: [iText-questions] Reading the absolute position of a form field

2016-05-03 Thread mkl
Joel, Joel wrote > Hi Krishna, please can you share your solution to this problem? i am also > facing the same problem, i have to find absolute position of a field and > replace it with an image. > > your assistace will be highly appreciated, > > anyone who can assist,please pitch in. nabble

Re: [iText-questions] Reading the absolute position of a form field

2016-04-30 Thread joel
Hi Krishna, please can you share your solution to this problem? i am also facing the same problem, i have to find absolute position of a field and replace it with an image. your assistace will be highly appreciated, anyone who can assist,please pitch in. thanks in advance. -- View this

[iText-questions] Reading XMP metadata

2014-08-08 Thread George Von Neumann
Hello, What is the current best approach to reading XMP metadata in lieu of the fact that most classes related to XMP are now deprecated? A good weekend to you, George--

[iText-questions] Reading pdf files with hebrew - encoding support

2013-05-13 Thread sergio
I try to read 2 pdf files with pdfreader. The pdf files contains hebrew characters. The encoding in one file is identity-h and in the other is ANSI. When the encoding is identify-h the hebrew characters are displayed in the console and printed in a txt file correctly. When the encoding is ANSI

Re: [iText-questions] Reading pdf files with hebrew - encoding support

2013-05-13 Thread Leonard Rosenthol
Since Hebrew is NOT representable in ANSI, the second PDF in question has been created in such a way as to prevent text extraction. There is nothing you can do (short of OCR). Leonard On 5/13/13 1:40 PM, ser...@mof.gov.il ser...@mof.gov.il wrote: I try to read 2 pdf files with pdfreader. The

[iText-questions] Reading saved pdf with iText

2012-10-04 Thread Danilo Nicolò
Hi, I am using itext to read and then show fields from pdf, that i have created with livecycle tool, it works correctly; but if i open pdf, with adobe reader or adobe pro, and i do some change and i save then Itext can't read fields anymore. So, how can i continue to read fields also after that

Re: [iText-questions] reading text at a particular place on a page?

2012-07-09 Thread Kevin Day
The text parser of iText, combined with LocationTextExtractionStrategy allows you to filter text extraction to a rectangular region. Grab the book, it's worth having and gives examples of how to do this (I can't recall if it has LocationTextExtractionStrategy in it, but I think it does - even if

[iText-questions] reading text at a particular place on a page?

2012-07-06 Thread Tom Malia
I need to programmatically split large PDF files into separate files based on the presence or absence of particular text patterns in particular position on pages. For example, I might have PDF files that result from running an invoices report from an accounting system. In this report, lots

Re: [iText-questions] reading text at a particular place on a page?

2012-07-06 Thread Jason Berk
[mailto:tomma...@tandtdatasolutions.com] Sent: Friday, July 06, 2012 2:08 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] reading text at a particular place on a page? I need to programmatically split large PDF files into separate files based on the presence or absence

Re: [iText-questions] reading text at a particular place on a page?

2012-07-06 Thread Tom Malia
/pdf2text-command-line.html From: Tom Malia [mailto:tomma...@tandtdatasolutions.com] Sent: Friday, July 06, 2012 2:08 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] reading text at a particular place on a page? I need to programmatically split large PDF files

Re: [iText-questions] reading text at a particular place on a page?

2012-07-06 Thread Jason Berk
using tools like Pdf2Text and PdfSAM would work Jason From: Tom Malia [mailto:tomma...@tandtdatasolutions.com] Sent: Friday, July 06, 2012 3:05 PM To: 'Post all your questions about iText here' Subject: Re: [iText-questions] reading text at a particular place on a page? Thanks, I'm a little

Re: [iText-questions] reading text at a particular place on a page?

2012-07-06 Thread Tom Malia
. From: Jason Berk [mailto:jb...@purduefed.com] Sent: Friday, July 06, 2012 3:52 PM To: Post all your questions about iText here Subject: Re: [iText-questions] reading text at a particular place on a page? Well, you can always call system command from .NET or Java..ugly, but doable Do you

Re: [iText-questions] reading text at a particular place on a page?

2012-07-06 Thread Jason Berk
Again Do you control the creation of the PDFs you are looking to process? From: Tom Malia [mailto:tomma...@tandtdatasolutions.com] Sent: Friday, July 06, 2012 4:38 PM To: 'Post all your questions about iText here' Subject: Re: [iText-questions] reading text at a particular place

[iText-questions] Reading pdf text in C#, all dashes ( - ) are being incorrectly written out as NUL into my text file.

2012-06-15 Thread trevor
Hi folks, I would appreciate any advice on the following issue, I have been trying all kinds of encoding such as utf-8, iso-8859-1, etc. Also I have tried setting some basefonts (very trial and error), but no luck so far - I admit openly that I'm an itextsharp newb, and a c# newb too - thanks

Re: [iText-questions] Reading PDF with embedded fonts.

2012-02-27 Thread Keerthi G
Hi Paulo, Attached the PDF with this mail. The listener prints only the following text. DescriptionUser Defined HeadingColumn1Column2Citation ListDefinitionsFigures From: Paulo Soares psoa...@glintt.com Subject: Re: [iText-questions] Reading PDF with embedded fonts. To: Post all your questions

Re: [iText-questions] Reading PDF with embedded fonts.

2012-02-27 Thread iText Info
Op 27/02/2012 10:37, Keerthi G schreef: Hi Paulo, Attached the PDF with this mail. The listener prints only the following text. You're not using the iText version from the trunk. Whatever problem you're experiencing: it has been solved. This is what I get when I extract the text using iText

[iText-questions] Reading PDF with embedded fonts.

2012-02-24 Thread Keerthi G
Hi All, I am using iTextPDF to read a pdf and compare the data with a reference. The PDF has a custom Font embedded on it. The following is the piece of code am using to read and compare the data. Since i need to compare the data piece by piece, i am using render listener. PdfReaderContentParser

Re: [iText-questions] Reading PDF with embedded fonts.

2012-02-24 Thread Paulo Soares
-questions] Reading PDF with embedded fonts. Hi All, I am using iTextPDF to read a pdf and compare the data with a reference. The PDF has a custom Font embedded on it. The following is the piece of code am using to read and compare the data. Since i need to compare the data piece by piece, i am using

[iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread Shriram
Hi. I have created a PDF file using iText(Java) which has text(essentially multiple Strings in a single page) in different fonts and sizes. Now, when I read back this file thorugh PdfTextExtractor, I get the entire text in the page as a single String. Is there a way to extract each String by

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread Shriram
In other words, is it possible to retrieve the font, size and other attributes of the text in the PDF file? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Reading-blocks-of-text-based-on-their-font-size-tp4403517p4403538.html Sent from the iText - General mailing

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread iText Info
Op 20/02/2012 9:56, Shriram schreef: In other words, is it possible to retrieve the font, size and other attributes of the text in the PDF file? Of course! -- Try before you buy = See our experts in action! The most

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread Shriram
@1T3XT BVBA Thanks for the answer. I would like to know what tool has to be used to extract such information. I again want to stress that there can be text blocks with different fonts/sizes within the same page and I want to extract their information sequentially. -- View this message in context:

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread iText Info
Op 20/02/2012 10:11, Shriram schreef: Thanks for the answer. I would like to know what tool has to be used to extract such information. I again want to stress that there can be text blocks with different fonts/sizes within the same page and I want to extract their information sequentially.

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread Shriram
I had mentioned in my first post that I had used just a PdfTextExtractor. And I never alleged any tool of not working. Anyway, thanks for the quick answer. I'll try using TextRenderInfo. -- View this message in context:

Re: [iText-questions] Reading annotations containing Unicode characters

2012-01-10 Thread William Bell
Subject: Re: [iText-questions] Reading annotations containing Unicode characters System.Windows.Forms.MessageBox.Show(content.ToUnicodeString());   Paulo - Original Message - From: William Bell To: itext-questions@lists.sourceforge.net Sent: Monday, January 09, 2012 10:10 PM Subject: [iText

[iText-questions] Reading annotations containing Unicode characters

2012-01-09 Thread William Bell
Good evening, I am trying to extract the annotations in a pdf file. This is straight forward: reader = new PdfReader(pdfFile.fullname); for (int n = 1; n = reader.NumberOfPages; n++) { PdfDictionary page = reader.GetPageN(n); PdfArray annotsArray =

Re: [iText-questions] Reading annotations containing Unicode characters

2012-01-09 Thread Paulo Soares
System.Windows.Forms.MessageBox.Show(content.ToUnicodeString()); Paulo - Original Message - From: William Bell To: itext-questions@lists.sourceforge.net Sent: Monday, January 09, 2012 10:10 PM Subject: [iText-questions] Reading annotations containing Unicode characters

Re: [iText-questions] Reading annotations from one PDF and incorporating into another PDF

2011-09-08 Thread 1T3XT BVBA
On 8/09/2011 0:14, Juan Sola wrote: The problem I am having is that the annotations from the original documents are getting lost. The final document does not contain any annotations from the original documents. Is there a way to copy the annotations from one PDF file to another using

[iText-questions] Reading annotations from one PDF and incorporating into another PDF

2011-09-07 Thread Juan Sola
Hi, I am using itextsharp to read a bunch of PDF files and put them together into a single PDF document. This is my code: iTextSharp.text.Document doc = new iTextSharp.text.Document(PageSize.LETTER.Rotate(), 0, 0, 0, 0); iTextSharp.text.pdf.PdfWriter docWriter =

[iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread Jha, Vinay
Hi, We are using iTextsharp version 4.1.2.0. One of the tasks that we are performing in our application using iText is to join multiple PDFs into one. Problem we are facing is If one or many of the multiple input PDF files has hidden text field in it, the resultant merged PDF file has blank pages.

Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread 1T3XT BVBA
Op 1/03/2011 9:52, Jha, Vinay schreef: One of the tasks that we are performing in our application using iText is to join multiple PDFs into one. How? Are you using PdfWriter? PdfStamper? PdfCopy? PdfSmartCopy? Problem we are facing isIf one or many of the multiple input PDF files has

Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread 1T3XT BVBA
Op 1/03/2011 10:23, Jha, Vinay schreef: This is the code snippet: Aha, when you say hidden text you mean optional content. My assumption that you were taking about a hidden text field was wrong. There was a bug in old versions that caused NullPointerExceptions when manipulating OC groups in

Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread Jha, Vinay
Ok Thanks for the info! Should I try with latest version? Was that bug fixed in it? From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Tuesday, March 01, 2011 3:04 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Reading 'Hidden Text

Re: [iText-questions] Reading value from DB

2011-02-01 Thread karthick
I already have a pdf and I want to get a pdf from db blob column and attach to the existing one. I have a concat method that would produce both the docs (from list of input stream) as a single pdf. -- View this message in context:

Re: [iText-questions] Reading value from DB

2011-02-01 Thread 1T3XT BVBA
Op 1/02/2011 14:38, karthick schreef: I already have a pdf and I want to get a pdf from db blob column and attach to the existing one. I have a concat method that would produce both the docs (from list of input stream) as a single pdf. As said before: don't just add the bytes of PDF2 to the

Re: [iText-questions] Reading value from DB

2011-01-31 Thread karthick
I did subscribe. I just read as I had mentioned here (1st thread) and adding it to existing input stream. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Reading-value-from-DB-tp3209569p3249689.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Reading value from DB

2011-01-31 Thread 1T3XT BVBA
Op 31/01/2011 21:47, karthick schreef: I did subscribe. I just read as I had mentioned here (1st thread) and adding it to existing input stream. Are you adding two PDF streams to each other? How is that ever going to work? What is your question? How is it related to iText?

Re: [iText-questions] Reading value from DB

2011-01-30 Thread karthick
to follow up my post, I have read the pdf file from the db blob column. If I try to concat this with existing pdf it throws invalid pdf exception. I'm not sure how to resolve this one? Thanks. -- View this message in context:

Re: [iText-questions] Reading value from DB

2011-01-30 Thread 1T3XT BVBA
Op 31/01/2011 4:25, karthick schreef: to follow up my post, Which post? You have posted a mail to itext-questions@lists.sourceforge.net but you weren't subscribed. You are receiving this answer because I've added your mail address in Bcc: I will do this only once! Further answers will be sent to

Re: [iText-questions] reading String data from pdf file

2010-12-08 Thread 1T3XT BVBA
Op 8/12/2010 9:03, kartik trivedi schreef: Hello, Thanks for your reply.i downloaded sample available in download section. Which download section. info.java I don't know any sample named info.java. Please clarify! it is displaying only pdf file information. Did you take a look at the code? If

Re: [iText-questions] reading String data from pdf file

2010-12-08 Thread kartik trivedi
Hello, Thanks for your reply.i downloaded sample available in download section. info.java it is displaying only pdf file information. Instead of that i want to read the Text data available in pdf file and if there is image in pdf file then i want to ignore that. i hope to hear soon. so can some

[iText-questions] reading String data from pdf file

2010-12-07 Thread kartik trivedi
hello, i downloaded sample but some how i could not find the way to simple read String data from pdf. if it is possible then can you please give me sample of it ? -- Kartik Trivedi (What you expect from other you must provide so be honest if you expect honesty from other) (Sun Certified Java

Re: [iText-questions] reading String data from pdf file

2010-12-07 Thread 1T3XT BVBA
Op 8/12/2010 6:37, kartik trivedi schreef: hello, i downloaded sample Which sample did you download? (What you expect form other you must provide: if you only give half a question, you only get half an answer.) but some how i could not find the way to simple read String data from pdf. What do

[iText-questions] Reading Heading from PDF document

2010-10-19 Thread Adnan Aftab
Hi... Hope every body will be fine. i am working on a project which will generate different type of analysis on lecture. it will take a pdf as an input and then different algorithm will operate on it. what exactly i need is , that i want to extract heading from the whole pdf. please help me how i

Re: [iText-questions] Reading text from PDF

2010-10-18 Thread Modesto Aguirre Gomez
: msto...@autonomy.com To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Reading text from PDF First of all, I tried to run Acrobat 9.4 pro's PDF Syntax Check on 1.pdf: It FAILED! The error message stated that you had an illegal content stream. I looked through

Re: [iText-questions] Reading text from PDF

2010-10-15 Thread Mark Storer
; From: Modesto Aguirre Gomez [mailto:modestoagui...@hotmail.com] Sent: Friday, October 15, 2010 12:46 AM To: Mail list iText Subject: Re: [iText-questions] Reading text from PDF I tired to solve this problem for myself during a month but I

Re: [iText-questions] Reading text from PDF

2010-09-08 Thread Modesto Aguirre Gomez
: Re: [iText-questions] Reading text from PDF Almost certainly, the PDF is not a valid PDF. When you re-save using Acrobat, it is cleaning up the problems. If you can generate a SMALL PDF that demonstrates the problem, we can take a look at it in RUPS and see what the specific issue

Re: [iText-questions] Reading text from PDF

2010-09-08 Thread Kevin Day
Another option would be to use com.itextpdf.text.pdf.parser.PdfContentReaderTool to obtain the content stream for the page that is causing problems. The tool should actually fail with the null pointer exception, but you'll get the content stream output before then. Replace the text extraction

Re: [iText-questions] Reading text from PDF

2010-09-07 Thread 1T3XT info
On 7/09/2010 0:10, Modesto Aguirre Gomez wrote: I was investigating with the PDF editor to see what I could do, and I think Crystal Report add or create and invisible clip in order to protect these documents. I think there's a reference in the PDF to an object that either doesn't exist, or

Re: [iText-questions] Reading text from PDF

2010-09-07 Thread Kevin Day
Almost certainly, the PDF is not a valid PDF. When you re-save using Acrobat, it is cleaning up the problems. If you can generate a SMALL PDF that demonstrates the problem, we can take a look at it in RUPS and see what the specific issue is (it may be reasonable for iText to just handle the

[iText-questions] Reading text from PDF

2010-09-06 Thread Modesto Aguirre Gomez
I have a problem trying to read an PDF document generated by Cristal reports. It is the following: java.lang.NullPointerException at com.itextpdf.text.pdf.PdfContentParser.readArray(PdfContentParser.java:148) at

[iText-questions] Reading content of Inline PDF

2010-07-06 Thread Senthilvel
Hi , I am having two pages namely Main.aspx and View.aspx page. I am having iFrame to display the inline pdf in Main.Aspx page. The SRC of iframe is view.aspx page. In load event of view.aspx page, i am loading the content of document from the database. View.aspx-Page Load event

Re: [iText-questions] Reading content of Inline PDF

2010-07-06 Thread Leonard Rosenthol
This has nothing to do with iText - you should be asking this on a forum dedicated to PDF and/or Acrobat/Reader development. From: Senthilvel [mailto:mailtosenthil...@gmail.com] Sent: Tuesday, July 06, 2010 3:15 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Reading

Re: [iText-questions] Reading and Parsing Tagged Pdf

2010-05-17 Thread Mark Storer
, May 14, 2010 8:35 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Reading and Parsing Tagged Pdf Any suggestions? From: Selvakumar, Sivagnanam [mailto:s.selvakum...@spi-bpo.com] Sent: Wednesday

Re: [iText-questions] Reading and Parsing Tagged Pdf

2010-05-14 Thread Selvakumar, Sivagnanam
Any suggestions? From: Selvakumar, Sivagnanam [mailto:s.selvakum...@spi-bpo.com] Sent: Wednesday, May 12, 2010 3:59 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Reading and Parsing Tagged Pdf Dear All, I have the tagged pdf where I am trying to read

[iText-questions] Reading and Parsing Tagged Pdf

2010-05-12 Thread Selvakumar, Sivagnanam
Dear All, I have the tagged pdf where I am trying to read and parse using com.itextpdf.text.pdf.parser.TaggedPdfReaderTool http://api.itextpdf.com/com/itextpdf/text/pdf/parser/TaggedPdfReaderToo l.html class. It only reads root element and ignores child elements. Please help me out how to

Re: [iText-questions] [iText-Questions] Reading the PDF Forms which has the Data connection

2009-11-26 Thread Leonard Rosenthol
That is correct - you need to the XML itself. From: Sree Harsha Vardhana [mailto:sreeharshavardh...@gmail.com] Sent: Thursday, November 26, 2009 1:26 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] [iText-Questions] Reading the PDF Forms which has the Data connection

[iText-questions] Reading

2009-08-18 Thread Chase Preuninger
I just want to be able to read a PDF file. This may sound like a simple task however there are no tutorials which show how to do this. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day

Re: [iText-questions] Reading

2009-08-18 Thread Alexis Pigeon
Hi Chase, 2009/8/18 Chase Preuninger chasepreunin...@gmail.com I just want to be able to read a PDF file. This may sound like a simple task however there are no tutorials which show how to do this. There's no tutorial for the very simple reason that there is no answer to the question How

Re: [iText-questions] Reading /humour

2009-08-18 Thread Mike Marchywka
I just want to be able to read a PDF file. This may sound like a simple task however there are no tutorials which show how to do this. First, go get about 100Gb of memory, and a 100Gb Ethernet link, then, start the download and then go start a pot of coffee, perhaps clean out your attic,

Re: [iText-questions] Reading

2009-08-18 Thread Cameron Laird
You've already been referred to the FAQ. It's almost certain that the manager who has assigned you this task actually wants something different. In any case, iText does NOT take on the responsibility of extracting the human prose we see in a PDF image, so your question might better be addressed

[iText-questions] reading a PDF

2009-08-07 Thread Perindev Kumar Kanduri
Hi, I am planning to read a PDF file and write the data to a flat file or a .rtf or a .doc or to an Excel sheet. Could you let me know whether reading an PDF and then writing to another format is possible? If sou could you let me know the classes and interfaces that are available in tthe iText

Re: [iText-questions] reading a PDF

2009-08-07 Thread Alexis Pigeon
Hi Perindev, 2009/8/7 Perindev Kumar Kanduri perindevku...@gmail.com Hi, I am planning to read a PDF file and write the data to a flat file or a .rtf or a .doc or to an Excel sheet. Could you let me know whether reading an PDF and then writing to another format is possible? If sou could you

[iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible?

2009-07-01 Thread pankaj kudale
Is iText and for that reason iTextSharp capable of reading user typed data from writeable PDF forms. Similarly writing (prefiliing data into textbox/dropdowns/checkboxes/etc) in to the writable PDF forms? _ This e-mail

Re: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible?

2009-07-01 Thread Leonard Rosenthol
Yes and Yes. Leonard From: pankaj kudale [mailto:pankaj.kud...@patni.com] Sent: Wednesday, July 01, 2009 4:35 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible? Is iText and for that reason

Re: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible?

2009-07-01 Thread pankaj kudale
? Thanks, Pankaj _ From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Wednesday, July 01, 2009 5:18 PM To: pankaj.kud...@patni.com; Post all your questions about iText here Subject: RE: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms

Re: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible?

2009-07-01 Thread 1T3XT info
pankaj kudale wrote: Thanks Leonard. Earlier I forgot to mention, I am not putting any buttons of PDF forms to trigger pdf form post data. User will be uploading saved PDF form. Does it work with this requirement? You have contacted iText Software with the same question. An answer has

[iText-questions] Reading the content of e layer

2009-06-25 Thread Vlietstra, Fred
I have a PDF-Document with layers. My question is can a read the content of the layer. Fred Vlietstra /PREp style=font-family:arial;color:grey style=font-size:13pxThis message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is

Re: [iText-questions] Reading the content of e layer

2009-06-25 Thread Leonard Rosenthol
Sure - but it's not trivial and requires using low level APIs in iText. From: Vlietstra, Fred [mailto:fred.vliets...@capgemini.com] Sent: Wednesday, June 24, 2009 8:53 AM To: Post all your questions about iText here Subject: [iText-questions] Reading the content of e layer I have a PDF-Document

Re: [iText-questions] Reading PdfSignatureAppearance images from an existing PDF

2009-04-29 Thread Paulo Soares
-Original Message- From: Roger Misteli [mailto:roger.mist...@abacus.ch] Sent: Wednesday, April 29, 2009 8:07 AM To: iText Subject: [iText-questions] Reading PdfSignatureAppearance images from an existing PDF Hiyas When I have a PDF that was signed, is it possible to read

[iText-questions] Reading Data From xfa form

2009-04-27 Thread DHANU BUDIREDDI
Hi All, I want to extract the XML part from the give pdf of format xfa... Can any body suggest me what is the approach to get the solution -- Dhananjaya Rao.B eParadigm Softech Pvt Ltd. Hyderabad Mobile:+919985558708

Re: [iText-questions] Reading Data From xfa form

2009-04-27 Thread Bruno Lowagie
DHANU BUDIREDDI wrote: Hi All, I want to extract the XML part from the give pdf of format xfa... Can any body suggest me what is the approach to get the solution Go to the KEYWORDS page: http://1t3xt.be/?X0004c8 Do Ctrl+F and search for XFA. Click on the appropriate link and you'll

Re: [iText-questions] Reading Data From xfa form

2009-04-27 Thread Gunal, Zeynep
Bruno, Everything on the site http://1t3xt.info is enormously appreciated! Regards, Zeynep -Original Message- From: Bruno Lowagie [mailto:br...@lowagie.com] Sent: 27 April 2009 16:40 To: Post all your questions about iText here Subject: Re: [iText-questions] Reading Data From xfa form

Re: [iText-questions] Reading Data From xfa form

2009-04-27 Thread 1T3XT info
Gunal, Zeynep wrote: Bruno, Everything on the site http://1t3xt.info is enormously appreciated! Thanks! It's a lot of work, and there's still a lot of work ahead; writing an update for the (almost obsolete) tutorial for instance. But whenever I have some time, new examples and pages will be

Re: [iText-questions] Reading the absolute position of Acroform fields

2008-04-07 Thread Paulo Soares
AcroFields.getFieldPositions() Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Taylor Sent: Monday, April 07, 2008 6:55 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Reading the absolute position

[iText-questions] Reading text content from PDF

2008-03-06 Thread Senthil Kumar
Hi, I am trying to read the text contents present in the PDF file. Is it possible to read it (only text content) using iText. Thanks in advance for your reply. Best Regards, Senthil Kumar Selvaraj - This SF.net email is

[iText-questions] Reading Hidden Fields

2008-02-05 Thread Mark Erickson
Hello all! Is it possible to get and read fields on a PDF form that are hidden? We were using custom properties to hold pieces of metadata, but because we are building these forms in Adobe LiveCycle Designer we can't use custom properties, so we're adding text fields which are marked as

Re: [iText-questions] Reading Hidden Fields

2008-02-05 Thread Leonard Rosenthol
If you are using LiveCycle (aka XFA-based) forms, then you can NOT use the AcroForms APIs - those are ONLY for AcroForms. You will need to load and process the XFA itself. Leonard On Feb 5, 2008, at 9:51 AM, Mark Erickson wrote: Hello all! Is it possible to get and read fields on a

[iText-questions] reading superscript text from pdf file

2007-12-27 Thread jerry christina
Hi, i want to read superscript text from pdf file... - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

Re: [iText-questions] reading superscript text from pdf file

2007-12-27 Thread Bruno Lowagie
jerry christina wrote: i want to read superscript text from pdf file. Open the PDF file with Adobe Reader. Look at the screen and read the contents ;-) No seriously: your question proves you haven't thought about your problem. My guess is that somebody asked you a question, now you're asking

Re: [iText-questions] reading superscript text from pdf file

2007-12-27 Thread jerry christina
Bruno Lowagie bruno at lowagie.com writes: jerry christina wrote: i want to read superscript text from pdf file. Open the PDF file with Adobe Reader. Look at the screen and read the contents No seriously: your question proves you haven't thought about your problem. My guess is that

Re: [iText-questions] reading superscript text from pdf file

2007-12-27 Thread Bruno Lowagie
jerry christina wrote: How can i read the characters or text from the PDF file using PDFReader class and convert into java string? You are starting from the WRONG ASSUMPTION that PDF is a Word Processing Format. PDF is to document what compiled code is to source code. What you are asking for

[iText-questions] Reading, searching and extracting PDF

2007-11-22 Thread Alan Thomas
I`m looking for software that will allow me to search, read and extract text from PDF files. Does iText do that? Thanks, ALan - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [iText-questions] Reading, searching and extracting PDF

2007-11-22 Thread Bruno Lowagie
Alan Thomas wrote: I`m looking for software that will allow me to search, read and extract text from PDF files. Does iText do that? Look for PdfBox. br, Bruno - This SF.net email is sponsored by: Microsoft Defy

Re: [iText-questions] Reading PDF documents

2007-08-31 Thread Paulo Soares
You need some other program to extract the text. Paulo - Original Message - From: Patrick O. Thurman [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Thursday, August 30, 2007 9:42 PM Subject: [iText-questions] Reading PDF documents I have a source pdf file that I

Re: [iText-questions] Reading PDF documents

2007-08-31 Thread Bruno Lowagie (iText)
Paulo Soares wrote: You need some other program to extract the text. That's true; however I have the impression the PDF the OP is talking about is generated in an automated process. If a tool similar to iText is used, it might be possible to use a hack to find out the specific String. You could

[iText-questions] Reading PDF documents

2007-08-30 Thread Patrick O. Thurman
I have a source pdf file that I want to burst into several other pdf files. I can burst it using PdfCopy... The problem is that I need to get the name of the bursted PDF files from the text in the source PDF file. The source PDF file pages look like the following:

[iText-questions] READING custom-named, document-level JavaScript?

2007-08-28 Thread steve poling
Bruno, Thank you. I'll check out your changes. If you use the version of iText that is in SVN, you can execute the adapted Calculator example (see attachment). As you can see: I used custom names for every piece of JS. br, Bruno When you implemented a mechanism to WRITE these

Re: [iText-questions] READING custom-named, document-level JavaScript?

2007-08-28 Thread Bruno Lowagie (iText)
steve poling wrote: I started writing some butt-ugly code (in iTextSharp) to explicitly look in the PdfReader's Catalog for NAMES then JAVASCRIPT in that then KIDS in that then from that PdfArray look at NAMES... I'm hoping there's a better way. I'm sorry, but if you dig into the lower

[iText-questions] Reading Form Data

2007-05-16 Thread Joe L
Hi, I've tried this 2 ways of reading form data so far, and I don't know what I'm doing wrong. The first time I did it I got field names that were meaningless to me, so I edited it in Designer 7 and then the field names became garbled. I downloaded a form off the IRS's website for testing.

Re: [iText-questions] Reading Form Data

2007-05-16 Thread Paulo Soares
Use AcroFields. Paulo - Original Message - From: Joe L [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Wednesday, May 16, 2007 9:10 PM Subject: [iText-questions] Reading Form Data Hi, I've tried this 2 ways of reading form data so far, and I don't know what I'm

Re: [iText-questions] Reading Form Data

2007-05-16 Thread Joe L
@lists.sourceforge.net Sent: Wednesday, May 16, 2007 5:03:31 PM Subject: Re: [iText-questions] Reading Form Data Use AcroFields. Paulo - Original Message - From: Joe L [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Wednesday, May 16, 2007 9:10 PM Subject: [iText-questions] Reading Form

[iText-questions] Reading a PDF file

2007-04-19 Thread Raimi Rufai
Hi Everyone, I'm new to iText. Here's what I would like to do. I would like to read PDF documents to extract their textual content. I noticed that iText has classes such as Chunk, Phrase and Paragraph, but couldn't find a way to read these higher level objects from a PdfReader object or

Re: [iText-questions] Reading a PDF file

2007-04-19 Thread Brian McKeever
Is there a way in iText to avoid having to manually parse the raw bytes returned from PdfReader.getPageContent() in order to get the text on a page? There's the PRTokeniser class, but you should be aware of the potential difficulties involved in trying to extract text from a PDF (unexpected

Re: [iText-questions] Reading a PDF file

2007-04-19 Thread Raimi Rufai
: Brian McKeever [EMAIL PROTECTED] Date: Thursday, April 19, 2007 5:56 pm Subject: Re: [iText-questions] Reading a PDF file Is there a way in iText to avoid having to manually parse the raw bytes returned from PdfReader.getPageContent() in order to get the text on a page? There's

Re: [iText-questions] Reading a PDF via a ByteArrayOutputStream?

2007-04-16 Thread Iliadis Yannis
about iText here itext-questions@lists.sourceforge.net To: Post all your questions about iText here itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Reading a PDF via a ByteArrayOutputStream? Date: Fri, 13 Apr 2007 20:06:23 +0200 Mork Afur schrieb: So I guess I don't see

Re: [iText-questions] Reading a PDF via a ByteArrayOutputStream?

2007-04-16 Thread Mork Afur
Thanks very much for your follow up. B From: Iliadis Yannis [EMAIL PROTECTED] Reply-To: Post all your questions about iText here itext-questions@lists.sourceforge.net To: Post all your questions about iText here itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Reading

[iText-questions] Reading a PDF via a ByteArrayOutputStream?

2007-04-13 Thread Mork Afur
In the case where a file-based PDF would have a short life span, we are thinking about just using a ByteArrayOutputStream representation for creating and viewing the PDF. Is this possible? I'm not sure how we'd view the ByteArrayOutputStream. Also, there is only one example (in the 297 java

  1   2   3   >