=== Aspose PDF Importer === Contributors: fahadadeelgmailcom Contributor's website: http://cloud.aspose.com/ Tags: wp pdf import,wordpress insert pdf text to editor,wp pdf reader,wordpress pdf importer page,wpasposepdfimport,wp aspose pdf import,aspos pdf importer,pdf reader aspose cloud,aspose cloud storage pdf reader Requires at least: 2.8 Tested up to: 4.3 Stable tag: 2.0 License: GPLv2 or later Aspose PDF Importer reads text from the PDF file and insert it into the editor. == Description == Aspose PDF Importer Plugin for WordPress allows developers to get/read contents of PDF document without requiring any other software such as Adobe Acrobat or PDF reader. This module demonstrates the powerful import feature provided by Aspose.Pdf . It adds a simple button above Editor in WordPress and asks for the PDF file to be imported into the editor. Once the Pdf file is provided, users get the document contents displayed on the editor immediately. == Installation == 1. Creating an account at http://cloud.aspose.com is a prerequisite for adding Aspose Key & ID in the settings. Please check the link to see how you can get app keys http://www.aspose.com/docs/display/rest/Creating+a+New+App+and+Getting+App+Key 2. Download the plugin and extract it. 3. Upload the directory '/aspose-pdf-importer/' to the '/wp-content/plugins/' directory. 4. Activate the plugin through the 'Plugins' menu in WordPress. 5. Click on 'Aspose Pdf Importer' link under Settings menu to access the admin section. 6. See this blog post, for detailed manual http://www.aspose.com/blogs/aspose-products/aspose-pdf-product-family/archive/2014/06/18/wordpress-import-from-pdf-using-aspose.pdf.html == Plugin Requirements == - This Plugin works only with PHP version >=5.3 == Features == 1. Functionality of reading text from the pdf file. You can click on "Aspose Pdf Importer" button, it will popup a box, which will display two tabs "Select Local Files" & "Select Aspose Cloud Storage File". You can click on "Select Pdf file" button and select a pdf file from your local machine, after successful upload, you need to click on the "Insert PDF to editor" button. It will put the text from the selected pdf file to the editor. 2. Functionality of reading text from the pdf file located at Aspose Cloud Storage. 3. See this blog post for detailed manual http://www.aspose.com/blogs/aspose-products/aspose-pdf-product-family/archive/2014/06/18/wordpress-import-from-pdf-using-aspose.pdf.html == Screenshots == 1. Plugin configuration settings 2. Post Page with "Aspose Pdf Importer" button 3. Aspose Pdf Importer popup for selecting whether to read content from local file or aspose cloud file. == Frequently Asked Questions == = Can I use Aspose Pdf Importer plugin without having account on cloud.aspose.com ? = No, you cannot use this plugin without having account on aspose cloud. You need to go https://cloud.aspose.com/SignUp and create a new account with aspose cloud. = From where I can get App SID & App Key ? = Login with your aspose account by going to the link https://cloud.aspose.com/SignIn . Then go the My Apps section and check the Manage My Apps section, you will find your credentials. Put these on the “Aspose Pdf Importer” plugin settings page. = Can I use word doc file to read and insert text into the editor ? = No, this plugin is only for pdf files. For the doc file reader, you have to use our different plugin, which is Aspose Doc Importer. == Changelog == = 1.0 = * This is the first version = 2.0 = * PHP Version check is included.