2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
< html >
< head >
< title > About Presentation Editor< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "The short description of Presentation Editor" / >
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
2018-01-12 14:52:45 +00:00
< script type = "text/javascript" src = "../callback.js" > < / script >
< script type = "text/javascript" src = "../search/js/page-search.js" > < / script >
2016-03-11 00:48:53 +00:00
< / head >
< body >
< div class = "mainpart" >
2018-01-12 14:52:45 +00:00
< div class = "search-field" >
2018-03-07 08:47:00 +00:00
< input id = "search" class = "searchBar" placeholder = "Search" type = "text" onkeypress = "doSearch(event)" >
2018-01-12 14:52:45 +00:00
< / div >
2016-03-11 00:48:53 +00:00
< h1 > About Presentation Editor< / h1 >
2017-02-08 09:27:46 +00:00
< p > < b > Presentation Editor< / b > is an < span class = "onlineDocumentFeatures" > online< / span > application that lets you look through
and edit presentations< span class = "onlineDocumentFeatures" > directly in your browser< / span > .< / p >
2016-03-11 00:48:53 +00:00
< p > Using < b > Presentation Editor< / b > , you can perform various editing operations like in any desktop editor,
print the edited presentations keeping all the formatting details or download them onto your computer hard disk drive
2019-05-15 11:40:18 +00:00
as PPTX, PDF, ODP, POTX, PDF/A, OTP files.< / p >
< p > < span class = "onlineDocumentFeatures" > To view the current software version and licensor details in the < em > online version< / em > , click the < img alt = "About icon" src = "../images/about.png" / > icon at the left sidebar.< / span > < span class = "desktopDocumentFeatures" > To view the current software version and licensor details in the < em > desktop version< / em > , select the < b > About< / b > menu item at the left sidebar of the main program window.< / span > < / p >
2016-03-11 00:48:53 +00:00
< / div >
< / body >
< / html >