How to print PowerPoint slide on a full page.

Requirement:
*Adobe Acrobat (full version).
I get a small slide on a paper when I print out the PowerPoint slide directly to printer, my colleague tell me how to setup printer for printing a full page of slide but I always forget the selection option for printer machine (because there are many different printer brands such as: Dell, Canon, Toshiba, HP...). So I have one idea to make a full page on paper is to print the slide to PDF file then open PDF file and print to printer machine.

How to print PowerPoint slide on a full page.
  1. Open your PowerPoint document.
  2. Print or convert your PowerPoint document to PDF file. Note: print one slide per page.
  3. Open PDF file to print to the printer machine. Note: you can print multiple slide per page in pdf printer option.
Video below show how to do it.

How to create bootable USB windows 10 runing on UEFI mode.

It is very easy to install windows 10 on UEFI mode if you configure Bootable USB correctly.
The abbreviation of  UEFI is Unified Extensible Firmware Interface.
currently UEFI start replacing BIOS legacy boot on the most computer manufacturers.
The Differences between UEFI and BIOS legacy boot.
    1. support unlimited partitions vs limit partition.
    2. support disk over 2 Terabyte vs limit disk size.
    3. boot faster.
    4. display bootable operation system images.
    5. uses UEFI drivers.
    6. efficient power, robust reliability and fault management.

1. Creating bootable USB via a free Fufus software.

  • Device: rufus will detect your usb stick automatically.
  • Boot selection: select the operating system image file (iso,...).
  • Partition scheme: GPT (I recommand use GPT because it has more advanctage than MBR).
  • Target system: UEFI.
    *Format Option
  • Volume label: (lel keep as default).
  • File System: NTFS.
  • Cluster size: (keep default).
  • Click Start: (Note: your data on USB will be erased).

2. installing Windows   

To boot to UEFI or BIOS
  • Insert bootable USB and press power boot botton then press keys: Esc, Delete, F1, F2, F10, F11, or F12. On tablets, common buttons are Volume up or Volume down. Note: you can see the key shortcut for entering cmos during starup computer.
  •  Boot consequence > UEFI (on the top you will see your bootable USB if you configure correctly).
  • Security boot >disable.
  • Restart the computer then follow the windows instruction.

Adobe PDF Printer is missing.

Sometimes your PDF printer is missing because of some reasons:
  • Installation problem.
  • Antivirus software has deleted a driver of PDF printer, you maybe use an adobe acrobat cracked version. Almost cracked software are a spyware.
  • Driver of PFD printer is incompatible with your Windows OS. 

There are two options to solve the problem.

(Note: your computer has been installed Acrobat.)

Solution 1: Repair Adobe Acrobat installation.

Open Adobe Acrobat -> Help -> Repair Installation. (Wait until it finish installation).Adobe Acrobat Repair Installation.

Solution 2: Manually setup PDF printer driver.
  1. Start -> Control Panel -> Devices and Printers -> click on Add a printer (on the top) or Right-click Add a printer.
  2. In the Add a Device dialog box, select Add a local printer. Note: If the option is not visible, click the printer that I want isn't listed.
  3. Choose Use an existing port option and select Documents\*.pdf (Adobe PDF) from the drop-down list -> Click Next.
  4. If you do not see Adobe in Manufacturer on the left ->Click Have Disk -> Browse -> navigate to the location - C:\Program Files (x86)\Adobe\Acrobat <version>\Acrobat\Xtras\AdobePDF.
  5. Select AdobePDF.inf -> Open-> OK.
  6. Note: There are many Adobe PDF Converters in the list. Count six down from the top and select the printer-> Next (you may have to try this multiple times to find the correct Converter from the list that works with your version of Windows).

Video below show How to Add Adobe PDF printer manually.


How to hide text inside the photo.

I always write down important information such as: user name and password, bank account... to the text apps on phone (Ex. Note app on iPhone...) to avoid forget them and easy to check for verifying them. If the phone has no passcode and I lose it, so what is happened on my secret information?
I still encourage you to use the Text App to store your personal information but you should not write them completely.
Example: exact User Name: Jonh
                                          Password:    redwood@
On your phone in Note app you should write:
Jonh
redwood
Note: you have to omit "@" but you need to remember one or more special characters in your mind (in this example "@") and always remember that they are written before or after the password when you type them. OK, let stop talking about that.
I will show you how to hide text in your selected images using CMD promt and Notepad on windows platform. This way is more security than method above to hide your information.
  1. Select a photo file. Ex. abc.jpg 
  2. Store it on drive C: or D: because it is easy to access by using CMD promp. I suppose you store on drive D:\abc.jpg 
  3. Open command promt by pressing Key Windows + R then type: cmd -> Enter. 
  4. For easy to access your photo, you should change directory to drive D: in command promp type: cd /d d: then press Enter
  5. You are standing on drive D: now writing your information to the photo by type: echo "Enter your personal info here, Ex: User Name: Jonh Password: redwood@" >> "abc.jpg" press Enter. Note! you can omit double quote " in echo command. Ex: echo Enter Ur...

    The image show command from 4 to 5.

  6. Open Notepad -> in file type choose All files then brows your file to open-> scroll down to the end of line you will see your information. Note: Don't save Notepad! The photo file will be broken.

    The information in Notepad.