File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4- < title > GroupDocs.Parser</ title >
54 < meta charset ="utf-8 ">
65 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
6+ < meta name ="description " content ="Extract text from PDF, Extract images from PDF or parse excel documents with .NET and Java API ">
7+ < title > GroupDocs.Parser - Office Documents Parser</ title >
78 < link href ="favicon.ico?v1.0 " rel ="shortcut icon " type ="image/vnd.microsoft.icon ">
89 < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.4.2/css/all.css " integrity ="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns " crossorigin ="anonymous ">
910 < link type ="text/css " rel ="stylesheet " href ="resources/css/groupdocs.parser.css "/>
1617 < ul id ="navigation ">
1718 < li > < a href ="https://github.com/groupdocs-parser "> Examples</ a > </ li >
1819 < li > < a href ="https://products.groupdocs.com/parser "> Products</ a > </ li >
20+ < li > < a href ="https://docs.groupdocs.com/display/parserproductfamily/Home "> Documentation</ a > </ li >
1921 </ ul >
2022 < div id ="container ">
2123 < h3 > GroupDocs</ h3 >
2224 < h1 > Parser</ h1 >
2325 < h4 > Product Family</ h4 >
26+ < div id ="product-description ">
27+ < strong > < a href ="https://products.groupdocs.com/parser "> GroupDocs.Parser</ a > </ strong > is a Office documents parser API's
28+ for < a class ="dot-net " href ="https://products.groupdocs.com/parser/net "> .NET</ a > and
29+ < a class ="java " href ="https://products.groupdocs.com/parser/java "> Java</ a > that can be used to Extract text from PDF,
30+ Extract images from PDF, parse excel documents, parse powerpoint document and much more!
31+ < div > < a href ="https://products.groupdocs.app/parser "> Live Showcase Demo</ a > </ div >
32+ </ div >
2433 </ div >
2534 < ul id ="social ">
2635 < li > < a href ="https://www.youtube.com/channel/UCUbnqP6PGNHBsL5uzTef79g "> < i class ="fab fa-youtube "> </ i > </ a > </ li >
Original file line number Diff line number Diff line change 5656}
5757
5858# container {
59- width : 400 px ;
60- height : 140 px ;
59+ width : 402 px ;
60+ height : 310 px ;
6161 position : absolute;
6262 top : 50% ;
6363 left : 50% ;
64- margin-top : -70 px ;
65- margin-left : -200 px ;
64+ margin-top : -155 px ;
65+ margin-left : -201 px ;
6666}
6767
6868# container > h1 {
8181
8282# container > h4 {
8383 text-align : right;
84+ }
85+
86+ # container > div # product-description {
87+ width : 700px ;
88+ font-size : 13px ;
89+ margin-top : 70px ;
90+ margin-left : -157px ;
91+ text-align : center;
92+ line-height : 1.5em ;
93+ }
94+
95+ # container > div # product-description > div {
96+ width : 200px ;
97+ border : 1px solid;
98+ padding : 10px ;
99+ margin : 20px auto;
100+ }
101+
102+ # container > div # product-description > a .dot-net {
103+ color : # 0a9cfe ;
104+ }
105+
106+ # container > div # product-description > a .java {
107+ color : # ff2a8e ;
84108}
Original file line number Diff line number Diff line change 1515 }
1616
1717 # navigation > li {
18- font-size : 16 px ;
19- margin : 0 20 px ;
18+ font-size : 13 px ;
19+ margin : 0 px 7 px ;
2020 }
2121
2222 # container {
23- width : 286px ;
24- margin-left : -143px ;
23+ width : 164px ;height : 264px ;
24+
25+ margin-left : -82px ;
26+ margin-top : -132px ;
2527 }
2628
2729 # container > h1 {
28- font-size : 70px ;
30+ font-size : 40px ;
31+ }
32+
33+ # container > div # product-description {
34+ width : 300px ;
35+ margin-left : -70px ;
36+ margin-top : 35px ;
2937 }
3038
3139 # social {
32- font-size : 22px ;
40+ font-size : 15px ;
41+ bottom : 0 ;
3342 }
3443
3544 # social > li {
You can’t perform that action at this time.
0 commit comments