当前位置:编程学习 > JAVA >>

pdfbox相关问题

Usage: java -jar pdfbox-app-x.y.z.jar ExtractText [OPTIONS] <PDF file> [Text File]
  -password  <password>        Password to decrypt document
  -encoding  <output encoding> (ISO-8859-1,UTF-16BE,UTF-16LE,...)
  -console                     Send text to console instead of file
  -html                        Output in HTML format instead of raw text
  -sort                        Sort the text before writing
  -ignoreBeads                 Disables the separation by beads
  -force                       Enables pdfbox to ignore corrupt objects
  -debug                       Enables debug output about the time consumption of every stage
  -startPage <number>          The first page to start extraction(1 based)
  -endPage <number>            The last page to extract(inclusive)
  -nonSeq                      Enables the new non-sequential parser
  <PDF file>                   The PDF document to use
  [Text File]                  The file to write the text to


每次调试出现这些东西,接着要实现那些功能怎么弄啊?是只要修改一下路径还是得改其他代码?【我是菜鸟,求各路大神指点】 --------------------编程问答-------------------- 高人啊,你在哪儿 --------------------编程问答-------------------- 你要做什麼?那个包可以用命令行去调用,那个usage是调用命令行的写法 --------------------编程问答-------------------- 是在cmd里面手工输入么 --------------------编程问答-------------------- 我是一窍不通的在这方面
补充:Java ,  Java EE
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,