appscms-tools-theme 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/feature/en/compress-pdf.json +32 -2
- data/_layouts/feature.html +24 -201
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff7721af455122545d3b57ae2e93129d1e8c26cf60d14528df82a84d0f36b1e5
|
4
|
+
data.tar.gz: 2480d7d0db006a4333e9d910bcd598a47f24932860f5262f19b0dcf468607313
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd0fd25ba3e9dc708f678900a02e08e017e82a7bce1dac7cfbedba50d7e9527e38706c4478d269480aff3a5d05b137de1a18aed811dcbf6471e84793e69085e8
|
7
|
+
data.tar.gz: 0775ff2b59bccce19d97b69c6be1e3fc9d210a18c9dd914dfa707387c3c6fea9594fd439d0327c43daab3807c55964ce7a0cd906d19a08aa4ee46dc75db2408b
|
@@ -44,7 +44,7 @@
|
|
44
44
|
}
|
45
45
|
],
|
46
46
|
"HOW_TO_CONTENT": {
|
47
|
-
"logoImageUrl": "
|
47
|
+
"logoImageUrl": "/assets/pdf.svg",
|
48
48
|
"heading": "How to convert Docx to PDF online:",
|
49
49
|
"steps": [
|
50
50
|
"Creating PDF from Docx file is easy and simple. PDFdoctor convert your Docx files to PDF in moments without any hassles. However, if you find any problems while converting your file to PDF or any lack of quality, do write to us at care@pdfdoctor.com. Here is the step by step process for converting your Docx to PDF ",
|
@@ -52,5 +52,35 @@
|
|
52
52
|
"Wait for a moment while your file gets converted.",
|
53
53
|
"Your file is ready for download."
|
54
54
|
]
|
55
|
-
}
|
55
|
+
},
|
56
|
+
"FAQ": [
|
57
|
+
{
|
58
|
+
"question": "Does this tool support both Android and iOS for PPT to PDF conversion ?",
|
59
|
+
"answer": "Yes, PDFdoctor works on Android, iOS, Microsoft Windows and all other OS currently in use. You just need to upload your PPT file or you can sync it from your Google Drive or Dropbox account. Wait for a bit and save your converted file from the download page. You can also convert your presentation to PDF made on Google Drive."
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"question": "Which operating systems are supported by PDFdoctor on PC and laptop for converting from PPT to PDF ?",
|
63
|
+
"answer": "PDFdoctor works on all platforms- Microsoft Windows, macOS, Linux, Ubuntu and whatever else you can think about. PDFdoctor does not requires any installation or download for converting your PPT file to PDF. Hence, we are compatible with everyone and everything."
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"question": "Is formatting, layout, hyperlinks etc.. are maintained while converting PPT to PDF ?",
|
67
|
+
"answer": "Yes, PDFdoctor understands technicalities of PDF very well. Our conversion engine is meticulously designed to ensure file's layouting, formatting and hyperlinking remains intact even after the conversion process. Don't worry, with PDFdoctor, you are with the best."
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"question": "Can I convert PPT to PDF on iPAD and other tablets ?",
|
71
|
+
"answer": "Yes, PDFdoctor works on iPAD, Microsoft Surface Pro, Samsung Galaxy Tabs and all other types of devices including smartphones, tablets, laptop and desktop. You are not required to download or install any kind of software or app to use PDFdoctor convertor for converting PPT file to PDF. You are just required to upload your file and wait while our conversion engine works on the process."
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"question": "Which versions of Microsoft PPT is supported by this tool ?",
|
75
|
+
"answer": "PDFdoctor supports all versions of Microsoft PPT launched with Microsoft Office 97, MS Office 2000, MS Office XP, MS Office 2003, MS Office 2010, Microsoft Office 2013, MS Office 2016 and MS Office 2019 as well. PDFdoctor.com converts PPT to PDF in just a click. The formatting, content and quality remains intact."
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"question": "is it safe to convert my personal PPT files to PDF using this tool ?",
|
79
|
+
"answer": "At PDFdoctor.com, we use highly encrypted method to transfer your PPT files to our servers to convert it to PDF. Here your file is automatically deleted after the conversion process. "
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"question": "How much time is required for converting a file from PPT to PDF ?",
|
83
|
+
"answer": "PDFdoctor takes only few moments to convert your file from PPT to PDF. Sync or drag and drop your file above and before you know it, your file will be ready for download in PDF format."
|
84
|
+
}
|
85
|
+
]
|
56
86
|
}
|
data/_layouts/feature.html
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
|
2
|
+
{% assign file = page.fileName %}
|
3
|
+
{% assign lang = page.lang %}
|
4
|
+
{% assign dataArr = site.data.feature[lang][file] %}
|
5
|
+
{% assign dataToShow = dataArr %}
|
1
6
|
<!DOCTYPE html>
|
2
7
|
<html lang="en" data-tool="landing">
|
3
8
|
{% include head/index.html %}
|
@@ -16,9 +21,9 @@
|
|
16
21
|
</path>
|
17
22
|
</svg></div>
|
18
23
|
</span>
|
19
|
-
<h1 class="sc-17y9jfw-2 lpnhkH">
|
24
|
+
<h1 class="sc-17y9jfw-2 lpnhkH">{{dataToShow.H1}}</h1>
|
20
25
|
</div>
|
21
|
-
<h2 class="sc-17y9jfw-3 lpvDOQ">
|
26
|
+
<h2 class="sc-17y9jfw-3 lpvDOQ">{{dataToShow.H2}}</h2>
|
22
27
|
</div>
|
23
28
|
</div>
|
24
29
|
</div>
|
@@ -88,66 +93,35 @@
|
|
88
93
|
</div>
|
89
94
|
<!-- Uploader End -->
|
90
95
|
|
91
|
-
<!-- Feature content start -->
|
96
|
+
<!-- Feature/Texual content start -->
|
92
97
|
<div class="sc-1ttxsn1-0 fxCLCz">
|
93
98
|
<div class="sc-1ttxsn1-1 hvHwmD">
|
94
99
|
<div class="tie4x1-0 esoOLU">
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
<div class="sc-7ukfwr-
|
99
|
-
|
100
|
-
</div>
|
101
|
-
<div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/guaranty.svg"
|
102
|
-
alt="Security guaranteed">
|
103
|
-
<div class="sc-7ukfwr-2 kmCmBc">Security guaranteed</div>
|
104
|
-
<div class="sc-7ukfwr-3 kmKJfl">Your files will be permanently deleted from our server after one
|
105
|
-
hour. No one has access to your files and privacy is 100% guaranteed.</div>
|
106
|
-
</div>
|
107
|
-
<div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/support.svg"
|
108
|
-
alt="All platforms supported">
|
109
|
-
<div class="sc-7ukfwr-2 kmCmBc">All platforms supported</div>
|
110
|
-
<div class="sc-7ukfwr-3 kmKJfl">pdf.com is browser-based and works for all platforms. It doesn't
|
111
|
-
matter if you use Mac, Windows or Linux.</div>
|
112
|
-
</div>
|
113
|
-
<div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/protect.svg"
|
114
|
-
alt="Perfect quality">
|
115
|
-
<div class="sc-7ukfwr-2 kmCmBc">Perfect quality</div>
|
116
|
-
<div class="sc-7ukfwr-3 kmKJfl">Reduce your scanned PDF files to 144 dpi which is perfect for
|
117
|
-
uploading files to the web and through email.</div>
|
118
|
-
</div>
|
119
|
-
<div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/easy.svg"
|
120
|
-
alt="Easy to use">
|
121
|
-
<div class="sc-7ukfwr-2 kmCmBc">Easy to use</div>
|
122
|
-
<div class="sc-7ukfwr-3 kmKJfl">The file size limit is 5GB. Even with large PDFs, it will take a few
|
123
|
-
seconds for our compression tool to work its magic.</div>
|
124
|
-
</div>
|
125
|
-
<div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/cloud.svg"
|
126
|
-
alt="In the cloud">
|
127
|
-
<div class="sc-7ukfwr-2 kmCmBc">In the cloud</div>
|
128
|
-
<div class="sc-7ukfwr-3 kmKJfl">All the file compressing takes place in the cloud and will not
|
129
|
-
consume any capacity from your own computer.</div>
|
100
|
+
{% for data in dataToShow.TEXTUAL_CONTENT %}
|
101
|
+
<div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="{{data.logoUrl}}"
|
102
|
+
alt={{data.header}}>
|
103
|
+
<div class="sc-7ukfwr-2 kmCmBc">{{data.header}}</div>
|
104
|
+
<div class="sc-7ukfwr-3 kmKJfl">{{data.content}}</div>
|
130
105
|
</div>
|
106
|
+
{% endfor %}
|
131
107
|
</div>
|
132
108
|
</div>
|
133
109
|
</div>
|
134
|
-
<!-- Feature content End -->
|
110
|
+
<!-- Feature/Texual content End -->
|
135
111
|
<!-- How to section start -->
|
136
112
|
<div style="display:flex" id="__cond-1011327">
|
137
113
|
<div class="sc-1xhbmbb-0 gBHowc">
|
138
114
|
<div class="sc-1ttxsn1-0 fxCLCz">
|
139
115
|
<div class="sc-1ttxsn1-1 hvHwmD">
|
140
116
|
<div class="sc-1xhbmbb-1 gBPLal">
|
141
|
-
<div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM" src="
|
117
|
+
<div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM" src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}"
|
142
118
|
alt="How to reduce a PDF size online:"></div>
|
143
119
|
<div class="sc-1xhbmbb-5 gCxxqV">
|
144
|
-
<h3 class="sc-1xhbmbb-2 gBYhEu">
|
120
|
+
<h3 class="sc-1xhbmbb-2 gBYhEu">{{dataToShow.HOW_TO_CONTENT.heading}}</h3>
|
145
121
|
<ol class="sc-1xhbmbb-6 gCFTVe">
|
146
|
-
|
147
|
-
<li class="sc-1xhbmbb-7 gCOqzn">
|
148
|
-
|
149
|
-
<li class="sc-1xhbmbb-7 gCOqzn">Continue to modify your PDF document if needed.</li>
|
150
|
-
<li class="sc-1xhbmbb-7 gCOqzn">Download the compressed PDF file to your computer.</li>
|
122
|
+
{% for data in dataToShow.HOW_TO_CONTENT.steps %}
|
123
|
+
<li class="sc-1xhbmbb-7 gCOqzn">{{data}}</li>
|
124
|
+
{% endfor %}
|
151
125
|
</ol>
|
152
126
|
</div>
|
153
127
|
</div>
|
@@ -161,169 +135,18 @@
|
|
161
135
|
<div class="faq-container">
|
162
136
|
<h2 class="lpnhkH">Frequently Asked Questions</h2>
|
163
137
|
<ul class="faq-list">
|
138
|
+
{% for data in dataToShow.FAQ %}
|
164
139
|
<li>
|
165
|
-
<h3 class="kmCmBc-q" itemprop="name">
|
166
|
-
style="transform: rotate(-135deg);">
|
167
|
-
<i></i></em>
|
168
|
-
</h3>
|
169
|
-
<div style="display: block;">
|
170
|
-
<p class="kmKJfl-p" itemprop="text">Both JBVD and JD are excellent Java decompilers. Even though
|
171
|
-
they both have quite similar features; JD is available for Windows, Mac and Linux too
|
172
|
-
whereas JBVD is strictly for windows. So, as per your needs you should choose what's best
|
173
|
-
for you.</p>
|
174
|
-
</div>
|
175
|
-
</li>
|
176
|
-
<hr>
|
177
|
-
<li>
|
178
|
-
<h3 class="kmCmBc-q" itemprop="name">Does DJ Java decompiler have more errors than JD Java
|
179
|
-
decompiler?<em style="transform: rotate(-135deg);">
|
180
|
-
<i></i></em>
|
181
|
-
</h3>
|
182
|
-
<div style="display: block;">
|
183
|
-
<p class="kmKJfl-p" itemprop="text">Actually DJ Java decompiler have significantly less syntax
|
184
|
-
errors in the reconstructed code than the JD Java decompiler; so the myth of errors with DJ
|
185
|
-
Java decompiler is completely false.</p>
|
186
|
-
</div>
|
187
|
-
</li>
|
188
|
-
<hr>
|
189
|
-
<li>
|
190
|
-
<h3 class="kmCmBc-q" itemprop="name">Is Cavaj available for Mac and Linux?<em
|
191
|
-
style="transform: rotate(-135deg);">
|
192
|
-
<i></i></em>
|
193
|
-
</h3>
|
194
|
-
<div style="display: block;">
|
195
|
-
<p class="kmKJfl-p" itemprop="text">No, unfortunately Cavaj is currently not available for Mac
|
196
|
-
and Linux Operating systems and is strictly a Windows Java decompiler.</p>
|
197
|
-
</div>
|
198
|
-
</li>
|
199
|
-
<hr>
|
200
|
-
<li>
|
201
|
-
<h3 class="kmCmBc-q" itemprop="name">Does JD-GUI support color coded Java codes?<em
|
202
|
-
style="transform: rotate(-135deg);">
|
203
|
-
<i></i></em>
|
204
|
-
</h3>
|
205
|
-
<div style="display: block;">
|
206
|
-
<p class="kmKJfl-p" itemprop="text">Yes, JD-GUI supports and displays color coded Java source
|
207
|
-
codes.</p>
|
208
|
-
</div>
|
209
|
-
</li>
|
210
|
-
<hr>
|
211
|
-
<li>
|
212
|
-
<h3 class="kmCmBc-q" itemprop="name">What type of files does JD-GUI support?<em
|
213
|
-
style="transform: rotate(-135deg);">
|
214
|
-
<i></i></em>
|
215
|
-
</h3>
|
216
|
-
<div style="display: block;">
|
217
|
-
<p class="kmKJfl-p" itemprop="text">You will be glad to know that JD-GUI supports many file
|
218
|
-
formats. Currently JD-GUI supports CLASS, JAR, WAR, EAR, AAR, KAR, JMOD & ZIP file
|
219
|
-
types.</p>
|
220
|
-
</div>
|
221
|
-
</li>
|
222
|
-
<hr>
|
223
|
-
<li>
|
224
|
-
<h3 class="kmCmBc-q" itemprop="name">Which compilers with which JD-Core can work ?<em
|
225
|
-
style="transform: rotate(-135deg);">
|
226
|
-
<i></i></em>
|
227
|
-
</h3>
|
228
|
-
<div style="display: block;">
|
229
|
-
<p class="kmKJfl-p" itemprop="text">JD-Core library can work with following compilers : JDK
|
230
|
-
1.1.8, JDK 1.3.1, JDK 1.4.2, JDK 1.5.0, JDK 1.6.0, JDK 1.7.0, JDK 1.8.0, JDK 9.0.1, JDK
|
231
|
-
10.0.2 jrockit90_150_06 jikes-1.22 harmony-jdk-r533500 Eclipse Java Compiler v_677_R32x,
|
232
|
-
3.2.1 release.</p>
|
233
|
-
</div>
|
234
|
-
</li>
|
235
|
-
<hr>
|
236
|
-
<li>
|
237
|
-
<h3 class="kmCmBc-q" itemprop="name">Which are the open source Java decompiler projects?<em
|
238
|
-
style="transform: rotate(-135deg);">
|
239
|
-
<i></i></em>
|
240
|
-
</h3>
|
241
|
-
<div style="display: block;">
|
242
|
-
<p class="kmKJfl-p" itemprop="text">There are a total 3 open source Java decompiler projects.
|
243
|
-
They are JD-Core, JD-GUI & JD-Eclipse; known as the open source projects released under
|
244
|
-
the GPLv3 License by Java. From which, JD-Core and JD-GUI are written in Java.</p>
|
245
|
-
</div>
|
246
|
-
</li>
|
247
|
-
<hr>
|
248
|
-
<li>
|
249
|
-
<h3 class="kmCmBc-q" itemprop="name">What is the JD-Core library?<em
|
250
|
-
style="transform: rotate(-135deg);">
|
251
|
-
<i></i></em>
|
252
|
-
</h3>
|
253
|
-
<div style="display: block;">
|
254
|
-
<p class="kmKJfl-p" itemprop="text">JD-Core is a library that reconstructs Java source code from
|
255
|
-
one or more ".class" files. JD-Core may be used to recover lost source code and explore the
|
256
|
-
source of Java runtime libraries. New features of Java 5, such as annotations, generics or
|
257
|
-
type "enum", are supported. JD-GUI and JD-Eclipse include JD-Core library.</p>
|
258
|
-
</div>
|
259
|
-
</li>
|
260
|
-
<hr>
|
261
|
-
<li>
|
262
|
-
<h3 class="kmCmBc-q" itemprop="name">Is there any plugin for Eclipse format by Java?<em
|
263
|
-
style="transform: rotate(-135deg);">
|
264
|
-
<i></i></em>
|
265
|
-
</h3>
|
266
|
-
<div style="display: block;">
|
267
|
-
<p class="kmKJfl-p" itemprop="text">Yes, there is an open source plugin by Java known as
|
268
|
-
JD-Eclipse. JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all
|
269
|
-
the Java sources during your debugging process, even if you do not have them all.</p>
|
270
|
-
</div>
|
271
|
-
</li>
|
272
|
-
<hr>
|
273
|
-
<li>
|
274
|
-
<h3 class="kmCmBc-q" itemprop="name">How to instantly access methods and fields of reconstructed
|
275
|
-
source code in JD project (JD-GUI)?<em style="transform: rotate(-135deg);">
|
276
|
-
<i></i></em>
|
277
|
-
</h3>
|
278
|
-
<div style="display: block;">
|
279
|
-
<p class="kmKJfl-p" itemprop="text">There is a simple way for that, You can browse the
|
280
|
-
reconstructed source code with the JD-GUI for instant access to methods and fields.</p>
|
281
|
-
</div>
|
282
|
-
</li>
|
283
|
-
<hr>
|
284
|
-
<li>
|
285
|
-
<h3 class="kmCmBc-q" itemprop="name">Which version of windows is supported by Appscms' Java
|
286
|
-
Decompiler ?<em style="transform: rotate(-135deg);">
|
287
|
-
<i></i></em>
|
288
|
-
</h3>
|
289
|
-
<div style="display: block;">
|
290
|
-
<p class="kmKJfl-p" itemprop="text">Appscms Java decompiler supports all versions of Windows
|
291
|
-
including Windows 7, Windows 8, Windows 10</p>
|
292
|
-
</div>
|
293
|
-
</li>
|
294
|
-
<hr>
|
295
|
-
<li>
|
296
|
-
<h3 class="kmCmBc-q" itemprop="name">Can I decompile class files without losing quality ?<em
|
297
|
-
style="transform: rotate(-135deg);">
|
298
|
-
<i></i></em>
|
299
|
-
</h3>
|
300
|
-
<div style="display: block;">
|
301
|
-
<p class="kmKJfl-p" itemprop="text">Yes. We use most sophisticated best in class algorithms for
|
302
|
-
decompilation, and provide highest quality of output for decompilation.</p>
|
303
|
-
</div>
|
304
|
-
</li>
|
305
|
-
<hr>
|
306
|
-
<li>
|
307
|
-
<h3 class="kmCmBc-q" itemprop="name">How can I use Java decompiler for free ?<em
|
308
|
-
style="transform: rotate(-135deg);">
|
309
|
-
<i></i></em>
|
310
|
-
</h3>
|
311
|
-
<div style="display: block;">
|
312
|
-
<p class="kmKJfl-p" itemprop="text">You can use Appscms' Java decompiler online for free.</p>
|
313
|
-
</div>
|
314
|
-
</li>
|
315
|
-
<hr>
|
316
|
-
<li>
|
317
|
-
<h3 class="kmCmBc-q" itemprop="name">Which versions of Java are supported by this decompiler ?<em
|
140
|
+
<h3 class="kmCmBc-q" itemprop="name">{{data.question}}<em
|
318
141
|
style="transform: rotate(-135deg);">
|
319
142
|
<i></i></em>
|
320
143
|
</h3>
|
321
144
|
<div style="display: block;">
|
322
|
-
<p class="kmKJfl-p" itemprop="text">
|
323
|
-
</p>
|
145
|
+
<p class="kmKJfl-p" itemprop="text">{{data.answer}}</p>
|
324
146
|
</div>
|
325
147
|
</li>
|
326
148
|
<hr>
|
149
|
+
{% endfor %}
|
327
150
|
</ul>
|
328
151
|
</div>
|
329
152
|
</div>
|