Monday, November 17, 2014

Extract Pages from Large PDF files


Many time we have large PDF files and we want some pages only so we need to extract PDF pages. We can also extract pages without any software and even Acrobat Reader. 

Step 1> First open Google Chrome and type chrome://plugins in the address bar. Make sure Chrome PDF Viewer is Enable there. 
If its showing Disable then its already Enable and you don't need to do anything.

Step 2> Drag PDF files in the Google Chrome. Your PDF file be open in the browser. 

Step 3> Scroll the mouse over bottom right corner of the screen. You will see some options. Click on Print button.
Step 4> Now there is a Pages option at the left hand side of the screen. Give the page numbers that you want to extract. You can give multiple page numbers. Suppose you want to extract page 10 to 13 and 20th and 25 to 29 then it should be written in this format- 10-13,20,25-29 or you can give individual page numbers. 
Step 5> After selecting pages click on Save
Step 6> It will ask the file name and location to save extracted pages as PDF. Give the name and location then click on Save

Now you can see the PDF with the extracted pages. 

Read more »

Wednesday, November 5, 2014

Share Internet Connection From Desktop to Other WiFi Enabled Devices


Hello Friends, we are going to talk about how to share our internet connection from desktop to other WiFi enabled devices, it can be desktops or cell phones.

Step 1> Open Command Prompt in Administrative mode. It can be run by pressing Windows + x then click on Command Prompt (Admin).
In Windows 8.1, type Command Prompt in search flyout, right click on Command Prompt then Run as Administrator. In other Windows it can also be open through C:\Windows\System32\cmd.exe
Step 2> Run netsh wlan show drivers
If your Hosted network supported is Yes then your network interface supports virtual network and we can share our Internet through WiFi.
Step 3> Run netsh wlan set hostednetwork mode=allow ssid= key=
Here, ssid is the network name. You can give anything you want and key is the password. Here I have given FrameMinds as a ssid and ******** as a key. Password must contain at least 8 characters. You can see e.g. in the snapshot.
Step 4> It will create your Ad-hoc wireless network. Now run netsh wlan start hostednetwork
It will start your WiFi network.
If you are getting error "The hosted network couldn't be started. The group or resource is not in the correct state to perform the requested operation" then click here

Step 5> Type exit to close the Command Prompt.

Step 6> Go to the Control Panel then click on Network and Sharing Center then select Change Adapter Settings.
Step 7> Now right click on your already connected network and select Properties.
Step 8> Go to the Sharing tab. Check Allow other network users to connect through this computer's Internet connection option.
Step 9> Now from the drop down menu select Local Area Connection. Sometimes it can be Local Area Connection* 11 or Local Area Connection* 12 or Local Area Connection* 13 etc. Then click on OK.
Step 10> Go to the Control Panel and select Windows Firewall. Select Turn Windows Firewall on or off. 
Step 11> Make sure in Private Network, Block all incoming connections, including those in the list of allowed apps is unchecked.
Step 12> Now switch on WiFi in your cell or in other PCs. You will find the WiFi network which you have created.
Step 13> Select the network, it will ask the password. Give the password which you have given in the key field and click on Connect. It will take about 30 seconds to connect.
To stop the Ad-hoc network connection, run netsh wlan stop hostednetwork from the Command Prompt.

Please comment for any queries.
Read more »

Solve "The Hosted Network Couldn't be Started.." Error


While creating the WiFi network, sometimes we get "The hosted network couldn't be started. The group or resource is not in the correct state to perform the requested operation" error when we run netsh wlan start hostednetwork command through Command Prompt in Windows. To fix this error follow the steps.

Step 1> Go to the Control Panel then select Device Manager.

Step 2> Go to the View tab and click Show hidden devices

Step 3> Now from the list of devices, expand Network Adapters.

Step 4> Right click on Microsoft Hosted Network Virtual Adapter and select Enable.

This will enable the Ad-hoc connection. If Ad-hoc connection is still not connected then run netsh wlan stop hostednetwork from the Command Prompt. Then again try to start the connection through netsh wlan start hostednetwork.


Read more »