Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 20012 invoked from network); 20 Aug 2004 14:32:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Aug 2004 14:32:21 -0000 Received: (qmail 18467 invoked by uid 500); 20 Aug 2004 14:31:28 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 18314 invoked by uid 500); 20 Aug 2004 14:31:26 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 18285 invoked by uid 99); 20 Aug 2004 14:31:26 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=HTML_10_20,HTML_MESSAGE,HTML_TITLE_EMPTY X-Spam-Check-By: apache.org Received: from [66.207.192.3] (HELO mta1.beanfield.net) (66.207.192.3) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 20 Aug 2004 07:31:24 -0700 Received: from [192.168.0.53] (66-207-218-34.beanfield.net [66.207.218.34] (may be forged)) by mta1.beanfield.net (8.12.11/8.12.6) with ESMTP id i7KEVL0J042981 for ; Fri, 20 Aug 2004 10:31:22 -0400 (EDT) (envelope-from donv@webimpact.com) Message-ID: <41260B94.6010109@webimpact.com> Date: Fri, 20 Aug 2004 10:32:52 -0400 From: Don Vaillancourt User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: pdfboxhelp References: <003f01c486b6$743e8240$4801a8c0@sprosys.com> <4125F81C.5010406@webimpact.com> <008401c486bd$8436a090$4801a8c0@sprosys.com> <412605A0.3040405@webimpact.com> <00c001c486c1$bd0ea440$4801a8c0@sprosys.com> In-Reply-To: <00c001c486c1$bd0ea440$4801a8c0@sprosys.com> Content-Type: multipart/mixed; boundary="------------000205090503080608090408" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------000205090503080608090408 Content-Type: multipart/alternative; boundary="------------030202080308000004030305" --------------030202080308000004030305 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Did I leave you speechless!? :-) Santosh wrote: > ----- Original Message ----- > From: Don Vaillancourt > To: Lucene Users List > Sent: Friday, August 20, 2004 7:37 PM > Subject: Re: pdfboxhelp > > > Here is the super simple code required. > > import org.pdfbox.searchengine.lucene.*; > > File pdfFile = new File("/path/to/the/file.pdf"); > > // Below returns a parse PDF file in a Lucene Document object. > Document doc = LucenePDFDocument.getDocument(pdfFile); > > > Santosh wrote: > >exactly, the same is required to me > ----- Original Message ----- > From: Don Vaillancourt > To: Lucene Users List > Sent: Friday, August 20, 2004 6:39 PM > Subject: Re: pdfboxhelp > > > What are your intensions with PDFBox? > > You want to use it to index PDF files? > > Santosh wrote: > >hi, > >I have downloaded pdfbox zip. but i am in ambigous state that where to start. how can I check with demo, I dont see any help document with this download, please help me. > > >regards >Santosh kumar >SoftPro Systems >Hyderabad > > >"The harder you train in peace, the lesser you bleed in war" > >-----------------------SOFTPRO DISCLAIMER------------------------------ > >Information contained in this E-MAIL and any attachments are >confidential being proprietary to SOFTPRO SYSTEMS is 'privileged' >and 'confidential'. > >If you are not an intended or authorised recipient of this E-MAIL or >have received it in error, You are notified that any use, copying or >dissemination of the information contained in this E-MAIL in any >manner whatsoever is strictly prohibited. Please delete it immediately >and notify the sender by E-MAIL. > >In such a case reading, reproducing, printing or further dissemination >of this E-MAIL is strictly prohibited and may be unlawful. > >SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment >hereto is free from computer viruses or other defects. > >The opinions expressed in this E-MAIL and any ATTACHEMENTS may be >those of the author and are not necessarily those of SOFTPRO SYSTEMS. >------------------------------------------------------------------------ > > > > > > -- > Don Vaillancourt > Director of Software Development > > WEB IMPACT INC. > phone: 416-815-2000 ext. 245 > fax: 416-815-2001 > email: donv@web-impact.com > web: http://www.web-impact.com > > > > This email message is intended only for the addressee(s) > and contains information that may be confidential and/or > copyright. If you are not the intended recipient please > notify the sender by reply email and immediately delete > this email. Use, disclosure or reproduction of this email > by anyone other than the intended recipient(s) is strictly > prohibited. No representation is made that this email or > any attachments are free of viruses. Virus scanning is > recommended and is the responsibility of the recipient. > > > >-----------------------SOFTPRO DISCLAIMER------------------------------ > >Information contained in this E-MAIL and any attachments are >confidential being proprietary to SOFTPRO SYSTEMS is 'privileged' >and 'confidential'. > >If you are not an intended or authorised recipient of this E-MAIL or >have received it in error, You are notified that any use, copying or >dissemination of the information contained in this E-MAIL in any >manner whatsoever is strictly prohibited. Please delete it immediately >and notify the sender by E-MAIL. > >In such a case reading, reproducing, printing or further dissemination >of this E-MAIL is strictly prohibited and may be unlawful. > >SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment >hereto is free from computer viruses or other defects. > >The opinions expressed in this E-MAIL and any ATTACHEMENTS may be >those of the author and are not necessarily those of SOFTPRO SYSTEMS. >------------------------------------------------------------------------ > > > > > >------------------------------------------------------------------------------ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > >-----------------------SOFTPRO DISCLAIMER------------------------------ > >Information contained in this E-MAIL and any attachments are >confidential being proprietary to SOFTPRO SYSTEMS is 'privileged' >and 'confidential'. > >If you are not an intended or authorised recipient of this E-MAIL or >have received it in error, You are notified that any use, copying or >dissemination of the information contained in this E-MAIL in any >manner whatsoever is strictly prohibited. Please delete it immediately >and notify the sender by E-MAIL. > >In such a case reading, reproducing, printing or further dissemination >of this E-MAIL is strictly prohibited and may be unlawful. > >SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment >hereto is free from computer viruses or other defects. > >The opinions expressed in this E-MAIL and any ATTACHEMENTS may be >those of the author and are not necessarily those of SOFTPRO SYSTEMS. >------------------------------------------------------------------------ > > > > > > -- > Don Vaillancourt > Director of Software Development > > WEB IMPACT INC. > phone: 416-815-2000 ext. 245 > fax: 416-815-2001 > email: donv@web-impact.com > web: http://www.web-impact.com > > > > This email message is intended only for the addressee(s) > and contains information that may be confidential and/or > copyright. If you are not the intended recipient please > notify the sender by reply email and immediately delete > this email. Use, disclosure or reproduction of this email > by anyone other than the intended recipient(s) is strictly > prohibited. No representation is made that this email or > any attachments are free of viruses. Virus scanning is > recommended and is the responsibility of the recipient. > > > >-----------------------SOFTPRO DISCLAIMER------------------------------ > >Information contained in this E-MAIL and any attachments are >confidential being proprietary to SOFTPRO SYSTEMS is 'privileged' >and 'confidential'. > >If you are not an intended or authorised recipient of this E-MAIL or >have received it in error, You are notified that any use, copying or >dissemination of the information contained in this E-MAIL in any >manner whatsoever is strictly prohibited. Please delete it immediately >and notify the sender by E-MAIL. > >In such a case reading, reproducing, printing or further dissemination >of this E-MAIL is strictly prohibited and may be unlawful. > >SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment >hereto is free from computer viruses or other defects. > >The opinions expressed in this E-MAIL and any ATTACHEMENTS may be >those of the author and are not necessarily those of SOFTPRO SYSTEMS. >------------------------------------------------------------------------ > > > > > >------------------------------------------------------------------------------ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > >-----------------------SOFTPRO DISCLAIMER------------------------------ > >Information contained in this E-MAIL and any attachments are >confidential being proprietary to SOFTPRO SYSTEMS is 'privileged' >and 'confidential'. > >If you are not an intended or authorised recipient of this E-MAIL or >have received it in error, You are notified that any use, copying or >dissemination of the information contained in this E-MAIL in any >manner whatsoever is strictly prohibited. Please delete it immediately >and notify the sender by E-MAIL. > >In such a case reading, reproducing, printing or further dissemination >of this E-MAIL is strictly prohibited and may be unlawful. > >SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment >hereto is free from computer viruses or other defects. > >The opinions expressed in this E-MAIL and any ATTACHEMENTS may be >those of the author and are not necessarily those of SOFTPRO SYSTEMS. >------------------------------------------------------------------------ > > > -- *Don Vaillancourt Director of Software Development * *WEB IMPACT INC.* phone: 416-815-2000 ext. 245 fax: 416-815-2001 email: donv@web-impact.com web: http://www.web-impact.com / This email message is intended only for the addressee(s) and contains information that may be confidential and/or copyright. If you are not the intended recipient please notify the sender by reply email and immediately delete this email. Use, disclosure or reproduction of this email by anyone other than the intended recipient(s) is strictly prohibited. No representation is made that this email or any attachments are free of viruses. Virus scanning is recommended and is the responsibility of the recipient. / --------------030202080308000004030305 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Did I leave you speechless!?  :-)

Santosh wrote:
  ----- Original Message ----- 
  From: Don Vaillancourt 
  To: Lucene Users List 
  Sent: Friday, August 20, 2004 7:37 PM
  Subject: Re: pdfboxhelp


  Here is the super simple code required.

  import org.pdfbox.searchengine.lucene.*;

  File pdfFile = new File("/path/to/the/file.pdf");             

  // Below returns a parse PDF file in a Lucene Document object.
  Document doc = LucenePDFDocument.getDocument(pdfFile);

                  
  Santosh wrote:

exactly, the same is required to me
  ----- Original Message ----- 
  From: Don Vaillancourt 
  To: Lucene Users List 
  Sent: Friday, August 20, 2004 6:39 PM
  Subject: Re: pdfboxhelp


  What are your intensions with PDFBox?

  You want to use it to index PDF files?

  Santosh wrote:

hi,

I have downloaded pdfbox zip. but i am in ambigous state that where to start. how can I check with demo, I dont see any help document with this download, please help me.


regards
Santosh kumar
SoftPro Systems
Hyderabad


"The harder you train in peace, the lesser you bleed in war"

-----------------------SOFTPRO DISCLAIMER------------------------------

Information contained in this E-MAIL and any attachments are
confidential being  proprietary to SOFTPRO SYSTEMS  is 'privileged'
and 'confidential'.

If you are not an intended or authorised recipient of this E-MAIL or
have received it in error, You are notified that any use, copying or
dissemination  of the information contained in this E-MAIL in any
manner whatsoever is strictly prohibited. Please delete it immediately
and notify the sender by E-MAIL.

In such a case reading, reproducing, printing or further dissemination
of this E-MAIL is strictly prohibited and may be unlawful.

SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment
hereto is free from computer viruses or other defects. 

The opinions expressed in this E-MAIL and any ATTACHEMENTS may be
those of the author and are not necessarily those of SOFTPRO SYSTEMS.
------------------------------------------------------------------------

  



  -- 
  Don Vaillancourt
  Director of Software Development

  WEB IMPACT INC.
  phone: 416-815-2000 ext. 245
  fax: 416-815-2001
  email: donv@web-impact.com
  web: http://www.web-impact.com



  This email message is intended only for the addressee(s)
  and contains information that may be confidential and/or
  copyright. If you are not the intended recipient please
  notify the sender by reply email and immediately delete
  this email. Use, disclosure or reproduction of this email
  by anyone other than the intended recipient(s) is strictly
  prohibited. No representation is made that this email or
  any attachments are free of viruses. Virus scanning is
  recommended and is the responsibility of the recipient.



-----------------------SOFTPRO DISCLAIMER------------------------------

Information contained in this E-MAIL and any attachments are
confidential being  proprietary to SOFTPRO SYSTEMS  is 'privileged'
and 'confidential'.

If you are not an intended or authorised recipient of this E-MAIL or
have received it in error, You are notified that any use, copying or
dissemination  of the information contained in this E-MAIL in any
manner whatsoever is strictly prohibited. Please delete it immediately
and notify the sender by E-MAIL.

In such a case reading, reproducing, printing or further dissemination
of this E-MAIL is strictly prohibited and may be unlawful.

SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment
hereto is free from computer viruses or other defects. 

The opinions expressed in this E-MAIL and any ATTACHEMENTS may be
those of the author and are not necessarily those of SOFTPRO SYSTEMS.
------------------------------------------------------------------------





------------------------------------------------------------------------------


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
  For additional commands, e-mail: lucene-user-help@jakarta.apache.org

-----------------------SOFTPRO DISCLAIMER------------------------------

Information contained in this E-MAIL and any attachments are
confidential being  proprietary to SOFTPRO SYSTEMS  is 'privileged'
and 'confidential'.

If you are not an intended or authorised recipient of this E-MAIL or
have received it in error, You are notified that any use, copying or
dissemination  of the information contained in this E-MAIL in any
manner whatsoever is strictly prohibited. Please delete it immediately
and notify the sender by E-MAIL.

In such a case reading, reproducing, printing or further dissemination
of this E-MAIL is strictly prohibited and may be unlawful.

SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment
hereto is free from computer viruses or other defects. 

The opinions expressed in this E-MAIL and any ATTACHEMENTS may be
those of the author and are not necessarily those of SOFTPRO SYSTEMS.
------------------------------------------------------------------------

  



  -- 
  Don Vaillancourt
  Director of Software Development

  WEB IMPACT INC.
  phone: 416-815-2000 ext. 245
  fax: 416-815-2001
  email: donv@web-impact.com
  web: http://www.web-impact.com



  This email message is intended only for the addressee(s)
  and contains information that may be confidential and/or
  copyright. If you are not the intended recipient please
  notify the sender by reply email and immediately delete
  this email. Use, disclosure or reproduction of this email
  by anyone other than the intended recipient(s) is strictly
  prohibited. No representation is made that this email or
  any attachments are free of viruses. Virus scanning is
  recommended and is the responsibility of the recipient.



-----------------------SOFTPRO DISCLAIMER------------------------------

Information contained in this E-MAIL and any attachments are
confidential being  proprietary to SOFTPRO SYSTEMS  is 'privileged'
and 'confidential'.

If you are not an intended or authorised recipient of this E-MAIL or
have received it in error, You are notified that any use, copying or
dissemination  of the information contained in this E-MAIL in any
manner whatsoever is strictly prohibited. Please delete it immediately
and notify the sender by E-MAIL.

In such a case reading, reproducing, printing or further dissemination
of this E-MAIL is strictly prohibited and may be unlawful.

SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment
hereto is free from computer viruses or other defects. 

The opinions expressed in this E-MAIL and any ATTACHEMENTS may be
those of the author and are not necessarily those of SOFTPRO SYSTEMS.
------------------------------------------------------------------------





------------------------------------------------------------------------------


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
  For additional commands, e-mail: lucene-user-help@jakarta.apache.org

-----------------------SOFTPRO DISCLAIMER------------------------------

Information contained in this E-MAIL and any attachments are
confidential being  proprietary to SOFTPRO SYSTEMS  is 'privileged'
and 'confidential'.

If you are not an intended or authorised recipient of this E-MAIL or
have received it in error, You are notified that any use, copying or
dissemination  of the information contained in this E-MAIL in any
manner whatsoever is strictly prohibited. Please delete it immediately
and notify the sender by E-MAIL.

In such a case reading, reproducing, printing or further dissemination
of this E-MAIL is strictly prohibited and may be unlawful.

SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment
hereto is free from computer viruses or other defects. 

The opinions expressed in this E-MAIL and any ATTACHEMENTS may be
those of the author and are not necessarily those of SOFTPRO SYSTEMS.
------------------------------------------------------------------------

  


--
Don Vaillancourt
Director of Software Development

WEB IMPACT INC.
phone: 416-815-2000 ext. 245
fax: 416-815-2001
email: donv@web-impact.com
web: http://www.web-impact.com



This email message is intended only for the addressee(s)
and contains information that may be confidential and/or
copyright. If you are not the intended recipient please
notify the sender by reply email and immediately delete
this email. Use, disclosure or reproduction of this email
by anyone other than the intended recipient(s) is strictly
prohibited. No representation is made that this email or
any attachments are free of viruses. Virus scanning is
recommended and is the responsibility of the recipient.
--------------030202080308000004030305-- --------------000205090503080608090408 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------000205090503080608090408--