  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | -none- | -none- 2007-10-07 - By wasegraves@(protected)
Back If the PDF is locked with a password, but still printable, the approach offered by this author is one that would work, while attempting to use this approach on the original PDF would fail. This author was simply trying to help the poster with an approach that would avoid the frustration that would ensue if he tried to work with an original locked PDF.
Of course, the approach espoused by the esteemed sage would be easier, for both unlocked and unlocked PDFs. OTOH, this author doesn't count easier to fail as an acceptable approach.
Cheers, Bill Segraves
-- ---- ------ Original message from Leonard Rosenthol <leonardr@(protected)>: -- ---- ------
> Why would working through the PostScript be easier than doing this on > the original PDF? > > You can get to all the PDF operators just fine. > Font & text information is more easily referenceable from the PDF > PostScript also has "XObjects", Patterns, etc. that may contain text. > etc. > > Not understanding the logic :(. > > Leonard > > > On Oct 6, 2007, at 4:53 PM, wasegraves@(protected) wrote: > > > Yes; but it is not practicable with iText. You could, however, as > > long as the PDF is printable, use the following procedure: > > > > 1. Print to a PS file. > > > > 2. Scan the PS file from step1 above, dropping all lines that > > do not end with Tj or TJ. > > > > 3. Use a regular expression (together with Substitution or > > Match) to extract the instances of "text fragment" from within > > multiple instances of "(text fragment)Tj", printing the resulting > > text fragments to STDOUT. > > > > Bruno has given an excellent example of why you should not expect > > the resulting output to make sense, i.e., the text fragments may > > not appear in the order in which you'd like for them to appear. > > > > Cheers, > > > > Bill Segraves > > > > -- ---- ------ Original message from krammark > > : -- ---- ------ > > > > > > > > > > so , how we read the data from pdf ? > > > i mean , can we read them line by line from the specific pages ? > > > > > > thanks buddy. > > > > > > > > > Bruno Lowagie (iText) wrote: > > > > > > > > krammark wrote: > > > >> hey gusy, > > > >> do u guys have a idea how to read the data from pdf pages > > using itext ? > > > >> basically, i want to read the data from table and write them > > into excel > > > >> files. > > > >> is that possible ? > > > > > > > > There is no such thing as 'a table' in plain PDF. > > > > It's just lines and words painted on a canvas, > > > > possible in an arbitrary order. > > > > > > > > Unless your tables cells are form fields, or your > > > ; > PDF contains specific table structures (Tagged PDF), > > > > iText probably won't help you. > > > > > > > > br, > > > > Bruno > > > > > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > > --- > > > > This SF.net email is sponsored by: Splunk Inc. > > > > Still grepping through log files to find problems? Stop. > > > > Now Search log events and configuration files using AJAX and a > > browser. > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > > > > iText-questions mailing list > > > > iText-questions@(protected) > > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > Buy the iText book: http://itext.ugent.be/itext-in-action/ > > > > > > > > > > > > > > -- > > > View this message in context: > > > http://www.nabble.com/u-guys-konw -how-t o-read-the-data-from-pdf- > > using-java-itext > > > ---tf4572506.html#a13067937 > > > Sent from the iText - General mailing list archive at Nabble.com. > > > > > > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > > --- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a > > browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > > > iText-questions mailing list > > > iText-questions@(protected) > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > Buy the iText book: http://itext.ugent.be/itext-in-action/ > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > > --- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a > > browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > > iText-questions mailing list > > iText-questions@(protected) > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Buy the iText book: http://itext.ugent.be/itext-in-action/ > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > iText-questions mailing list > iText-questions@(protected) > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: http://itext.ugent.be/itext-in-action/ <html> <!-- BEGIN WEBMAIL STATIONERY --> <head></head> <body> <!-- WEBMAIL STATIONERY noneset --> <DIV></DIV> <P>If the PDF is locked with a password, but still printable, the approach offered by this author is one that would work, while attempting to use this approach on the original PDF would fail. This author was simply trying to help the poster with an approach that would avoid the frustration that would ensue if he tried to work with an original locked PDF.</P> <P> </P> <P>Of course, the approach espoused by the esteemed sage would be easier, for both unlocked and unlocked PDFs. OTOH, this author doesn't count easier to fail as an acceptable approach.</P> <P> </P> <P>Cheers,</P> <P>Bill Segraves<BR></P> <BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">-- ---- ------ Original message from Leonard Rosenthol <leonardr @(protected)>: -- ---- ------ <BR><BR><BR>> Why would working through the PostScript be easier than doing this on <BR>> the original PDF? <BR>> <BR >> You can get to all the PDF operators just fine. <BR>> Font & text information is more easily referenceable from the PDF <BR>> PostScript also has "XObjects", Patterns, etc. that may contain text. <BR>> etc. <BR>> <BR>> Not understanding the logic :(. <BR>> <BR>> Leonard <BR>> <BR> > <BR>> On Oct 6, 2007, at 4:53 PM, wasegraves@(protected) wrote: <BR> > <BR>> > Yes; but it is not practicable with iText. You could, however , as <BR>> > long as the PDF is printable, use the following procedure: <BR>> > <BR>> > 1. Print to a PS file. <BR>> > <BR>> > 2 . Scan the PS file from step1 above, droppin g all lines that <BR>> > do not end with Tj or TJ. <BR>> > <BR>> > 3. Use a regular expression (together with Substitution or <BR>> > Match) to extract the instances of "text fragment" from within <BR>> > multiple instances of "(text fragment)Tj", printing the resulting <BR>> > text fragments to STDOUT. <BR>> > <BR>> > Bruno has given an excellent example of why you should not expect <BR>> > the resulting output to make sense, i.e., the text fragments may <BR>> > not appear in the order in which you'd like for them to appear. <BR>> > <BR>> > Cheers, <BR> > > <BR>> > Bill Segraves <BR>> > <BR>> > -- ---- ------ Original message from krammark <BR>> > <WENWEN_829@(protected)>: -- ----- -- --- <BR>> > <BR>> > <BR>> > > <BR>> > > so , how we read the data from pdf ? <BR>> > > i mean , can we read them line by line from the specific pages ? <BR>> & gt; &g t; <BR>> > > thanks buddy. <BR>> > > <BR>> > > <BR> > > > Bruno Lowagie (iText) wrote: <BR>> > > > <BR>> > ; > > krammark wrote: <BR>> > > >> hey gusy, <BR>> > > >> do u guys have a idea how to read the data from pdf pages <BR>> > using itext ? <BR>> > > >> basically, i want to read the data from table and write them <BR>> > into excel <BR>> > > > > files. <BR>> > > >> is that possible ? <BR>> > > > <BR>> > > > There is no such thing as 'a table' in plain PDF. <BR>> > > > It's just lines and words painted on a canvas, <BR>> > > > possible in an arbitrary order. <BR>> > > > <BR>> > > > Unless your tables cells are form fields, or your <BR>> > > ; > PDF contains specific table structures (Tagged PDF), <BR>> > > > iText probably won't help you. <BR>& gt; > > > <BR>> > > > br, <BR>> > > > Bruno <BR>> > > > <BR>> > > > <BR>> > -- ---- ---- ----- -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- <BR>> > --- <BR>> > > > This SF.net email is sponsored by: Splunk Inc. <BR>> > > > Still grepping through log files to find problems? Stop. <BR>> > > ; > Now Search log events and configuration files using AJAX and a <BR>> > browser. <BR>> > > > Download your FREE copy of Splunk now > > http://get.splunk.com/ <BR>> > > > __ ____ ____ ____ ____ _____ __ ____ ____ ______ <BR>> > > > iText-questions mailing list <BR>> ; > > > iText-questions@(protected) <BR>> > > > https://lists.sourceforge.net/lists/listinfo/itext-questions <BR>> > > > Buy the iText book: http://itext.ugent.be/itext-in-action/ <BR>> > > > <BR>> > > > <BR >> > > <BR>> > > -- <BR>> > > View this message in context : <BR>> > > http://www.nabble.com/u-guys-konw -how-t o-read-the-data -from-pdf- <BR>> > using-java-itext <BR>> > > ---tf4572506.html #a13067937 <BR>> > > Sent from the iText - General mailing list archive at Nabble.com. <BR>> > > <BR>> > > <BR>> > > <BR>> ; > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- <BR>> > --- <BR>> > > This SF.net email is sponsored by: Splunk Inc. <BR>> > > Still grepping through log files to find problems? Stop . <BR>> > > Now Search log events and configuration files using AJAX and a <BR>> > browser. <BR>> > > Download your FREE copy of Splunk now >> http://get.splunk.com/ <BR>> > > __ ____ ____ ____ __ ____ ____ ____ ____ ____ __ <BR>> > > iText-questions mailing list <BR>> > > iText-questions@(protected) rge.ne t <BR>> > > https://lists.sourceforge.net/lists/listinfo/itext -questions <BR>> > > Buy the iText book: http://itext.ugent.be/itext-in -action/ <BR>> > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- ---- ----- <BR>> > --- <BR>> > This SF.net email is sponsored by: Splunk Inc. <BR>> > Still grepping through log files to find problems? Stop. <BR>> > Now Search log events and configuration files using AJAX and a <BR>> > browser. <BR>> > Download your FREE copy of Splunk now >> http://get.splunk.com/ <BR>> > __ ____ ____ ____ ____ ______ __ ____ ____ _____ <BR>> > iText-questions mailing list <BR>> > iText-questions@(protected) <BR>> > https://lists.sourceforge .net/lists/listinfo/itext-questions <BR>> > Buy the iText book: http:/ /itext.ugent.be/itext-in-action/ <BR>> <BR>> <BR>> -- ---- ---- ---- -- -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- <BR>& gt; Th is SF.net email is sponsored by: Splunk Inc. <BR>> Still grepping through log files to find problems? Stop. <BR>> Now Search log events and configuration files using AJAX and a browser. <BR>> Download your FREE copy of Splunk now >> http://get.splunk.com/ <BR>> __ ____ ____ ____ ______ __ ____ ____ ____ _____ <BR>> iText-questions mailing list <BR>> iText -questions@(protected) <BR>> https://lists.sourceforge.net/lists /listinfo/itext-questions <BR>> Buy the iText book: http://itext.ugent.be /itext-in-action/ </BLOCKQUOTE> <!-- END WEBMAIL STATIONERY -->
</body> </html>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |