Who's Online

現在有 414 訪客 在線上
PHP有關於文件格式的函式庫 列印 E-mail
作者是 Administrator   
週二, 06 九月 2005 13:31
Over on PHP Classes (http://svenerik.users.phpclasses.org/) there is a class called pdf_search (http://svenerik.users.phpclasses.org/browse/package/702.html) that is in the public domain. I guess it could be used with a search facility in a future version of DocMan...

Some other classes that could be usefull with DocMan are:

For Flash-files:
"SWF header parser (http://svenerik.users.phpclasses.org/browse/package/1653.html)" Parse header of Flash files to extract metadata

For mp3 files:
"read/write ID3v1 (http://svenerik.users.phpclasses.org/browse/package/1166.html)" This class can read an write any MP3 ID3v1 tags
"MP3 ID3v1.1 TAG Utilities (http://svenerik.users.phpclasses.org/browse/package/171.html)" "Mp3 & ID3 tag parser" based that supports ID3v1.1
"MP3 ID3 v1.x Read and Write (http://svenerik.users.phpclasses.org/browse/package/1440.html)" Read and write ID3 v1.0 and v1.1 tags of MP3 files
"Mp3 & ID3 tag parser (http://svenerik.users.phpclasses.org/browse/package/112.html)" A small function which can determine ID3 tag from MP3 file also it will get informations from mp3 header.
"ID3 Tag Reader (http://svenerik.users.phpclasses.org/browse/package/1486.html)" A php class to read information from mp3 files
"TTF Info (http://svenerik.users.phpclasses.org/browse/package/2144.html)" Retrieve details from TrueType font files
"vCard Class (http://svenerik.users.phpclasses.org/browse/package/1035.html)" Class to manipulate with vCard information
"Vcard_Parse (http://svenerik.users.phpclasses.org/browse/package/1023.html)" A PHP class to parse vCard files

For Excel files:
"Excel (http://svenerik.users.phpclasses.org/browse/package/86.html)" Manipulate Excel files using the COM interface
"Excel convertor (http://svenerik.users.phpclasses.org/browse/package/1808.html)" Read data from Excel files using COM objects
"ExcelRead_FR (http://svenerik.users.phpclasses.org/browse/package/1069.html)" Read an Excel spreadsheet
"MS-Excel Stream Handler (http://svenerik.users.phpclasses.org/browse/package/1919.html)" Stream handler to read and write MS Excel files

For MS Access files:
"mdb (http://svenerik.users.phpclasses.org/browse/package/1700.html)" Access Microsoft Access .mdb database files

For MS Word files:
"wordDocumentHandler (http://svenerik.users.phpclasses.org/browse/package/1352.html)" Convert and clean MSWord documents to HTML

Miscellaneous filetypes:
"ISO 2709 Record (http://svenerik.users.phpclasses.org/browse/package/1813.html)" Handles ISO 2709 library data exchange files
"NZB Parser (http://svenerik.users.phpclasses.org/browse/package/2203.html)" Parse newsgroups binary files in the NZB format
"RTF Parse class (http://svenerik.users.phpclasses.org/browse/package/1930.html)" RTF to HTML converter with latin character support
"rtfparse (http://svenerik.users.phpclasses.org/browse/package/119.html)" rtf to html converter
"Shape File Reader (http://svenerik.users.phpclasses.org/browse/package/1741.html)" Read vectorial data from geographic shape files (SHP format)
"GeSHi (http://svenerik.users.phpclasses.org/browse/package/1759.html)" Highlight syntax of source code of many languages (use with search in source code files?)

There is also a bunch of classes for handling text files in various formats and INI files.