开发者 | Jacotheron/Starsites |
---|---|
更新时间 | 2011年6月16日 00:36 |
捐献地址: | 去捐款 |
PHP版本: | 2.8 及以上 |
WordPress版本: | 3.2 |
/wp-content/plugins/
directoryThis plug-in can only process Word 2007 (.docx) and Excel 2007 (.xlsx) files.
Depending on your server and hardware allocated to your WordPress installation it can take about less than a second for a single file on a weak server or even faster on stronger servers. This is much faster than any other method I could find to convert a Word Document to a WordPress Post/Page and it saves bandwidth as it is a ZIP file.
This plugin was written as a PHP 5 script. It might not work on earlier versions (not tested on versions prior to PHP 5). This plugin requires the following extensions for PHP to be active: ZLib; XML Parser; GD Image Library. These extensions are active in a default PHP 5 installation (it might have been disabled afterwards). The plugin will warn you if it can't find these.
This is for example you uploaded a document and it displays an error, but you find the content in the Posts or It displays no error but the new post does not exist. This can only be caused by two or more documents being uploaded and parsed at the same time and another one finishing a moment after the first one before the last result could be shown on the user's screen and thus overwriting the previous result. It is not advisable to parse multiple files at the same time as this will result in very high load on the server's resources (this is also the reason for only able to parse a single file at a time). You are now able to view the log and look for the file you uploaded for the result.
This is caused by the function WordPress uses to insert the post. The function tries to add tags and other information to the output of our script. This results in non standards complient code published in the post/page. We have tried solving it, but then it was worse than now (we will continue to research solutions). If you want standards complient markup, set the state to draft and open the post/page in the edit page, where you can publish it from. This adds only the correct tags.
Currently this plugin can recognise Bold, Italics, Underlined, Strike-Through, Heading(1-3), Text Colors, Hyperlinks, Tables. This plugin can also extract text from formatted WordArt text, but it is still not possible to extract the colors and other details of the WordArt to replicate it.