Changes between Version 8 and Version 9 of BluePrint/Importer
- Timestamp:
- 04/03/10 13:18:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Importer
v8 v9 5 5 * http://developer.yahoo.com/yql/guide/ 6 6 * PDFminer is a tool to convert pdf docs into text, it is open source [http://www.unixuser.org/~euske/python/pdfminer/index.html#license (Licence)]. Some hacking in the souce code will is a good option for coding IMPORTING TOOL [http://trac.sahanapy.org/wiki/SpreadsheetImporter Spreadsheet Importer] by codestasher 7 * Code snippet to extract hyperlinks from HTML docs .7 * Code snippet to extract hyperlinks from HTML docs by codestasher. 8 8 {{{ 9 9 import sgmllib … … 40 40 41 41 }}} 42 by codestasher43 42 44 43