English 中文(简体)
国防军的排泄物?
原标题:Extract TOC of PDF?
  • 时间:2010-03-12 08:50:22
  •  标签:
  • php
  • pdf
  • xpdf

我在SultiFTools和XPDF的帮助下,将一个pdf引入图像/w和文字。 我正在用国防军的手稿进行。

但现在,我正试图进一步走一步,试图从人民抵抗力量那里获得这一信息吗?

最佳回答
问题回答

或者,您可使用MuPDF,该数值为超重,但填写了C。 在<代码>apps/的子标题中,你将找到一些能够从PDF文档中看到、丢弃和提取信息的工具。 我更喜欢MuPDF,而不是xpdf,因为它得到积极维护,并且得到更好的人民抵抗力量的支持。

否则,总是有Poppler,这实际上是基于xpdf。 开发商将其代码输入C++。 因此,其表现比其前身差。 与穆国防军相比,Poppler的特征似乎略有增加,但反过来说,该守则更为复杂。

但为了你们的目的,穆国防军应该足够。 您可以共同从<代码>应用程序/中提供的示范守则中抽取你所需要的全部信息,而不依赖外部应用。

我想到PHP sPDFLib。 这将是一个非常好的开端。 如果你退缩,你将看到大量使用后的解决办法,将PDF改为超文本或PDF改为文本。 转换后,一种相对简单的配对功能可以提取有标记的托C物项,并将其扔进一个阵列,例如,你可以像你一样加以操纵。

The StackOverflow post 还有一些解决办法。

希望这一帮助。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签