Posts

Showing posts from March, 2020

How to find WiFi passwords stored in an android phone

Image
How to find wifi passwords stored in an android phone O nce you entered a password for a wifi network it will remain stored in your android phone till you changed it or the owner of the access point changed it. You can simply retrieve that stored password in android if you know where to look. Open your file explorer (Not the inbuilt one, the one which has root access Eg : Esexplorer) 1. Go to the root folder by selecting device (/) 2. Navigate through root/data/misc/wifi/ 3. There you can see a couple of files and folders among them there is wpa_supplicant.conf file. 4. Open the file carefully with a text editor and voila see the list of access points and their passwords saved in that file (Do not attempt to change or delete any entries from any of the files/Folders) Therefore you can simply extract any older entries from the corresponding list.

How to rotate text box in Acrobat pro using java script debugger?

Image
How to rotate text box in Acrobat pro? Y ou may have stumbled upon this question seldom and you may find the answers around the web most probably but in adobe acrobat pro there is a built in option most of us are unaware of to rotate a text box. I can guide you through following simple steps. 1. Select the text box you want to rotate and press ctrl+J or cmd+J to open up java script debugger and type this command below (Eg for 90 °) you can rotate desired text box according to your need by replacing the degree part in the below mentioned command (0, 90, 180 or 270) this.selectedAnnots[0].rotate = 90; 2. Once you decided the angle to rotate, go to the end of the line that you've just entered as shown in the picture and use Ctrl-Enter or Cmd-Enter to execute the line. The text should be rotated now. Unfortunately, this only affects the contents, and you have to adjust the annotation rectangle.

How to reduce big PDF size using Adobe distiller or Adobe acrobat pro?

Image
How to reduce PDF size using Adobe distiller or Adobe acrobat pro? There are a verity of sites/softwares available to assist you to reduce a pdf file size with in a flick of your fingertips but complications may arise while you are trying to reduce a bigger pdf size (If you matter quality) here I’m talking about 2GB , 3GB source pdf file, well we do have options to acquire this task by the following methods. I hope you all are aware with adobe distiller it comes with acrobat suite. This tiny software can make an impact with respect to your requirements. Here we go. Using Adobe distiller ( If you matter quality ) 1. Open up the big file in acrobat pro then save as the file with either one of the following format.i will recommend .ps extension cause no matter how many pages that pdf contains it will save in one file .eps format is vice versa. I have to tell you this, it will require enormous space & time to convert to this extensions but worth it (If your source file i...