-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPdfconverter.aspx
140 lines (126 loc) · 6.51 KB
/
Pdfconverter.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Pdfconverter.aspx.cs" Inherits="Pdfconverter" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="ajaxToolkit" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<link href="App_Themes/StyleSheet.css" rel="stylesheet" type="text/css" />
<div class ="imagecells1" style="text-align: center">
<table style="width: 100%">
<tr>
<td style="height: 26px; font-size: xx-large">
<strong>Convert to ".pdf" Format</strong><br />
<br />
</td>
</tr>
</table>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<ajaxToolkit:Accordion ID="MyAccordion" runat="server" SelectedIndex="0"
HeaderCssClass="accordionHeader" HeaderSelectedCssClass="accordionHeaderSelected"
ContentCssClass="accordionContent" FadeTransitions="false" FramesPerSecond="40"
TransitionDuration="250" AutoSize="None" RequireOpenedPane="false" SuppressHeaderPostbacks="true">
<Panes>
<ajaxToolkit:AccordionPane ID="AccordionPane1" runat="server">
<header> <a href="" style="color: white"><strong><span style="font-size: x-large">Step1.</span></strong></a></header>
<Content>
<table>
<tr>
<td>
<span style="font-size: large">After Filling the resume form you will be redirected to Preview Page</span><br
style="font-size: large" /><span style="font-size: large">To Convert the the page to ".doc" file.</span><br
style="font-size: large" /><span style="font-size: large">click on the "Submit" button.</span><br
style="font-size: large" /><span style="font-size: large">then a popup message will come as shownin the following image</span></td>
</tr>
<tr>
<td>
<img alt="" src="Tips/1.jpg"/></td>
</tr>
</table>
</Content>
</ajaxToolkit:AccordionPane>
<ajaxToolkit:AccordionPane ID="AccordionPane2" runat="server">
<header> <a href="" style="color: white"><strong><span style="font-size: x-large">Step2.</span></strong></a></header>
<Content>
<table>
<tr>
<td>
<span style="font-size: large">After Clicking on "open" the preview information will be converted to MS-WORD
format</span><br style="font-size: large" />
<span style="font-size: large">i.e ".doc" format</span><br
style="font-size: large" />
<span style="font-size: large">Then Click on "File" located at the upper leftmost corner of MS-WORD</span></td>
</tr>
<tr>
<td>
<img alt="" src="Tips/2.jpg" /></td>
</tr>
</table>
</Content>
</ajaxToolkit:AccordionPane>
<ajaxToolkit:AccordionPane ID="AccordionPane3" runat="server">
<header> <a href="" style="color: white"><strong><span style="font-size: x-large">Step3.</span></strong></a></header>
<Content>
<table>
<tr>
<td>
<span style="font-size: large">After Clicking on "File"</span><br
style="font-size: large" />
<span style="font-size: large">now Click on The "Save As" option as indictaed in the following image.</span></td>
</tr>
<tr>
<td>
<img alt="" src="Tips/3.jpg"/></td>
</tr>
</table>
</Content>
</ajaxToolkit:AccordionPane>
<ajaxToolkit:AccordionPane ID="AccordionPane4" runat="server">
<header> <a href="" style="color: white"><strong><span style="font-size: x-large">Step4.</span></strong></a></header>
<Content>
<table>
<tr>
<td>
<span style="font-size: large">"Save As" window will apear on the screen</span><br
style="font-size: large" />
<span style="font-size: large">Your Name Will already be in the name textbox of the window.
You can Change the name as you desire.</span><br style="font-size: large" />
<span style="font-size: large">Finally to save the document as ".pdf" format Click on "Save as type" a dropdown
list of option of formats will appear</span><br style="font-size: large" />
<span style="font-size: large">Click on the "PDF(.pdf)"</span></td>
</tr>
<tr>
<td class ="imagecells2">
<img alt="" src="Tips/4.jpg"/></td>
</tr>
</table>
</Content>
</ajaxToolkit:AccordionPane>
<ajaxToolkit:AccordionPane ID="AccordionPane5" runat="server">
<header> <a href="" style="color: white"><strong><span style="font-size: x-large">Step5.</span></strong></a></header>
<Content>
<table>
<tr>
<td>
<span style="font-size: large">Last Step Click on the "Save" button</span><br
style="font-size: large" />
<span style="font-size: large">you file may be stored in "My Document" folder</span><br
style="font-size: large" />
<span style="font-size: large">also you can choose which folder you want to save your Resume.</span></td>
</tr>
<tr>
<td class ="imagecells3">
<img alt="" src="Tips/5.jpg" style="width: 953px; height: 689px" /></td>
</tr>
</table>
</Content>
</ajaxToolkit:AccordionPane>
</Panes>
</ajaxToolkit:Accordion>
<table align="center">
<tr>
<td>
<br />
<br />
<strong><span style="font-size: xx-large">Thank You...!!!</span></strong></td>
</tr>
</table>
</div>
</asp:Content>