Presage/User Guide/Document Management Screen/converting-doc-to-html/base64-stuff

From ISoft Wiki
Jump to navigationJump to search

Open the .HTML file in the text editor of your choice. For this example, use Notepad.

HTMLinNotePad.PNG


 Next, find the code that shows where the image is:
HTMLinNotePad2.PNG
Tip
You can find this more easily by typing CTRL-F on your computer, this will bring up the "find" option in notepad. Type in src and the hit the Enter key. This will take you to the first instace of src which should be the image.
 After that: go to this link: base64 encoder
 Which should take you to a screen like this:
HTMLtoNotePad3.PNG
 Drag the image you want to embed into the word document to the DRAG & DROP IMAGES ANYWHERE space.
 After the site finishes processing your image, click the </> Show code button.
HTMLtoUsable1.PNG
 Click the Select all button above the Use for <img> elements option.
HTMLtoUsable2.PNG
 Copy the selected text (There's a lot, the entire image has been converted to base64 data).
 Paste the text into the quoted space in the HTML file.
HTMLtoUsable3.PNG
 [paste the base64 text into the area between the two quotes.
HTMLtoUsable4.PNG
 Note: The hash is very long. This is ok. Just save and close the file.
 You can open the HTML file in a web browser to test if this worked, if the image displays, congrats! You have a properly encoded HTML
 file.