freepdf - Version 1.0.8

Version Notes

1.0.8

Download this release

Release Info

Developer Magento Core Team
Extension freepdf
Version 1.0.8
Comparing to
See all releases


Code changes from version 1.0.7 to 1.0.8

lib/datafolder/logo_pdffree.jpg DELETED
Binary file
lib/ip_pdffree/dompdf6/lib/res/broken_image.png ADDED
Binary file
lib/ip_pdffree/dompdf6/lib/res/html.css ADDED
@@ -0,0 +1,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * dompdf default stylesheet.
3
+ *
4
+ * The Original Code is mozilla.org code.
5
+ *
6
+ * The Initial Developer of the Original Code is Netscape Communications Corporation.
7
+ * Portions created by the Initial Developer are Copyright (C) 1998 the Initial Developer.
8
+ * All Rights Reserved.
9
+ *
10
+ * @package dompdf
11
+ * @link http://www.dompdf.com/
12
+ * @author Benj Carson <benjcarson@digitaljunkies.ca>
13
+ * @author Blake Ross <BlakeR1234@aol.com>
14
+ * @author Fabien M�nager <fabien.menager@gmail.com>
15
+ * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
16
+ * @version $Id: html.css 456 2012-01-21 11:20:37Z fabien.menager $
17
+ */
18
+
19
+ @page {
20
+ margin: 1.2cm;
21
+ }
22
+
23
+ html {
24
+ display: -dompdf-page;
25
+ counter-reset: page;
26
+ }
27
+
28
+ /* blocks */
29
+
30
+ div, map, dt, isindex {
31
+ display: block;
32
+ }
33
+
34
+ body {
35
+ page-break-before: avoid;
36
+ display: block;
37
+ counter-increment: page;
38
+ }
39
+
40
+ p, dl, multicol {
41
+ display: block;
42
+ margin: 1em 0;
43
+ }
44
+
45
+ dd {
46
+ display: block;
47
+ margin-left: 40px;
48
+ }
49
+
50
+ blockquote {
51
+ display: block;
52
+ margin: 1em 40px;
53
+ }
54
+
55
+ address {
56
+ display: block;
57
+ font-style: italic;
58
+ }
59
+
60
+ center {
61
+ display: block;
62
+ text-align: center;
63
+ }
64
+
65
+ blockquote[type=cite] {
66
+ display: block;
67
+ margin: 1em 0px;
68
+ padding-left: 1em;
69
+ border-left: solid;
70
+ border-color: blue;
71
+ border-width: thin;
72
+ }
73
+
74
+ h1, h2, h3, h4, h5, h6 {
75
+ display: block;
76
+ font-weight: bold;
77
+ }
78
+
79
+ h1 {
80
+ font-size: 2em;
81
+ margin: .67em 0;
82
+ }
83
+
84
+ h2 {
85
+ font-size: 1.5em;
86
+ margin: .83em 0;
87
+ }
88
+
89
+ h3 {
90
+ font-size: 1.17em;
91
+ margin: 1em 0;
92
+ }
93
+
94
+ h4 {
95
+ margin: 1.33em 0;
96
+ }
97
+
98
+ h5 {
99
+ font-size: 0.83em;
100
+ margin: 1.67em 0;
101
+ }
102
+
103
+ h6 {
104
+ font-size: 0.67em;
105
+ margin: 2.33em 0;
106
+ }
107
+
108
+ listing {
109
+ display: block;
110
+ font-family: fixed;
111
+ font-size: medium;
112
+ white-space: pre;
113
+ margin: 1em 0;
114
+ }
115
+
116
+ plaintext, xmp, pre {
117
+ display: block;
118
+ font-family: fixed;
119
+ white-space: pre;
120
+ margin: 1em 0;
121
+ }
122
+
123
+ article, aside, details,
124
+ figcaption, figure,
125
+ footer, header, hgroup,
126
+ nav, section {
127
+ display: block;
128
+ }
129
+
130
+ /* tables */
131
+
132
+ table {
133
+ display: table;
134
+ border-spacing: 2px;
135
+ border-collapse: separate;
136
+ margin-top: 0;
137
+ margin-bottom: 0;
138
+ text-indent: 0;
139
+ text-align: left; /* quirk */
140
+ }
141
+
142
+ table[border] {
143
+ border-style: outset;
144
+ border-color: gray;
145
+ }
146
+
147
+ /* This won't work (???) */
148
+ /*
149
+ table[border] td,
150
+ table[border] th {
151
+ border: 1pt solid grey;
152
+ }*/
153
+
154
+ /* make sure backgrounds are inherited in tables -- see bug 4510 */
155
+ td, th, tr {
156
+ background: inherit;
157
+ }
158
+
159
+ /* caption inherits from table not table-outer */
160
+ caption {
161
+ display: block;
162
+ text-align: center;
163
+ }
164
+
165
+ tr {
166
+ display: table-row;
167
+ vertical-align: inherit;
168
+ }
169
+
170
+ col {
171
+ display: table-column;
172
+ }
173
+
174
+ colgroup {
175
+ display: table-column-group;
176
+ }
177
+
178
+ tbody {
179
+ display: table-row-group;
180
+ vertical-align: middle;
181
+ }
182
+
183
+ thead {
184
+ display: table-header-group;
185
+ vertical-align: middle;
186
+ }
187
+
188
+ tfoot {
189
+ display: table-footer-group;
190
+ vertical-align: middle;
191
+ }
192
+
193
+ /* To simulate tbody auto-insertion */
194
+ table > tr {
195
+ vertical-align: middle;
196
+ }
197
+
198
+ td {
199
+ display: table-cell;
200
+ vertical-align: inherit;
201
+ text-align: inherit;
202
+ padding: 1px;
203
+ }
204
+
205
+ th {
206
+ display: table-cell;
207
+ vertical-align: inherit;
208
+ font-weight: bold;
209
+ padding: 1px;
210
+ text-align: center;
211
+ }
212
+
213
+ /* inlines */
214
+ q {
215
+ quotes: '"' '"' "'" "'"; /* FIXME only the first level is used */
216
+ }
217
+
218
+ q:before {
219
+ content: open-quote;
220
+ }
221
+
222
+ q:after {
223
+ content: close-quote;
224
+ }
225
+
226
+ :link {
227
+ color: #00c;
228
+ text-decoration: underline;
229
+ }
230
+
231
+ b, strong {
232
+ font-weight: bolder;
233
+ }
234
+
235
+ i, cite, em, var, dfn {
236
+ font-style: italic;
237
+ }
238
+
239
+ tt, code, kbd, samp {
240
+ font-family: fixed;
241
+ }
242
+
243
+ u, ins {
244
+ text-decoration: underline;
245
+ }
246
+
247
+ s, strike, del {
248
+ text-decoration: line-through;
249
+ }
250
+
251
+ blink {
252
+ text-decoration: blink;
253
+ }
254
+
255
+ big {
256
+ font-size: larger;
257
+ }
258
+
259
+ small {
260
+ font-size: smaller;
261
+ }
262
+
263
+ sub {
264
+ vertical-align: sub;
265
+ font-size: smaller;
266
+ line-height: normal;
267
+ }
268
+
269
+ sup {
270
+ vertical-align: super;
271
+ font-size: smaller;
272
+ line-height: normal;
273
+ }
274
+
275
+ nobr {
276
+ white-space: nowrap;
277
+ }
278
+
279
+ /* lists */
280
+
281
+ ul, menu, dir {
282
+ display: block;
283
+ list-style-type: disc;
284
+ margin: 1em 0;
285
+ padding-left: 40px;
286
+ }
287
+
288
+ ol {
289
+ display: block;
290
+ list-style-type: decimal;
291
+ margin: 1em 0;
292
+ padding-left: 40px;
293
+ }
294
+
295
+ li {
296
+ display: list-item;
297
+ }
298
+
299
+ /*li:before {
300
+ display: -dompdf-list-bullet !important;
301
+ content: counter(-dompdf-default-counter) ". ";
302
+ padding-right: 0.5em;
303
+ }*/
304
+
305
+ /* nested lists have no top/bottom margins */
306
+ ul ul, ul ol, ul dir, ul menu, ul dl,
307
+ ol ul, ol ol, ol dir, ol menu, ol dl,
308
+ dir ul, dir ol, dir dir, dir menu, dir dl,
309
+ menu ul, menu ol, menu dir, menu menu, menu dl,
310
+ dl ul, dl ol, dl dir, dl menu, dl dl {
311
+ margin-top: 0;
312
+ margin-bottom: 0;
313
+ }
314
+
315
+ /* 2 deep unordered lists use a circle */
316
+ ol ul, ul ul, menu ul, dir ul,
317
+ ol menu, ul menu, menu menu, dir menu,
318
+ ol dir, ul dir, menu dir, dir dir {
319
+ list-style-type: circle;
320
+ }
321
+
322
+ /* 3 deep (or more) unordered lists use a square */
323
+ ol ol ul, ol ul ul, ol menu ul, ol dir ul,
324
+ ol ol menu, ol ul menu, ol menu menu, ol dir menu,
325
+ ol ol dir, ol ul dir, ol menu dir, ol dir dir,
326
+ ul ol ul, ul ul ul, ul menu ul, ul dir ul,
327
+ ul ol menu, ul ul menu, ul menu menu, ul dir menu,
328
+ ul ol dir, ul ul dir, ul menu dir, ul dir dir,
329
+ menu ol ul, menu ul ul, menu menu ul, menu dir ul,
330
+ menu ol menu, menu ul menu, menu menu menu, menu dir menu,
331
+ menu ol dir, menu ul dir, menu menu dir, menu dir dir,
332
+ dir ol ul, dir ul ul, dir menu ul, dir dir ul,
333
+ dir ol menu, dir ul menu, dir menu menu, dir dir menu,
334
+ dir ol dir, dir ul dir, dir menu dir, dir dir dir {
335
+ list-style-type: square;
336
+ }
337
+
338
+ /* forms */
339
+ /* From http://dev.w3.org/csswg/css3-ui/#appearance */
340
+ input {
341
+ -dompdf-appearance: textfield;
342
+ }
343
+
344
+ input[type=password] {
345
+ -dompdf-appearance: radio-button;
346
+ }
347
+
348
+ input[type=radio] {
349
+ -dompdf-appearance: password;
350
+ }
351
+
352
+ input[type=checkbox] {
353
+ -dompdf-appearance: checkbox;
354
+ }
355
+
356
+ input[type=button],
357
+ input[type=submit],
358
+ input[type=reset] {
359
+ -dompdf-appearance: button;
360
+ }
361
+
362
+ select {
363
+ -dompdf-appearance: pop-up-menu;
364
+ }
365
+
366
+ textarea {
367
+ -dompdf-appearance: field;
368
+ display: block;
369
+ }
370
+
371
+ fieldset {
372
+ display: block;
373
+ margin-left: 2px;
374
+ margin-right: 2px;
375
+ padding: 0.35em 0.625em 0.75em;
376
+ border: 1pt groove #666;
377
+ position: relative;
378
+ }
379
+
380
+ fieldset > legend {
381
+ position: absolute;
382
+ top: -1em;
383
+ white-space: nowrap;
384
+ padding-left: 4px;
385
+ padding-right: 2px;
386
+ background: white;
387
+ }
388
+
389
+ legend {
390
+ display: inline-block;
391
+ }
392
+
393
+ /* leafs */
394
+
395
+ hr {
396
+ display: block;
397
+ height: 0;
398
+ border: 1px inset;
399
+ margin: 0.5em auto 0.5em auto;
400
+ }
401
+
402
+ iframe {
403
+ border: 2px inset;
404
+ }
405
+
406
+ noframes {
407
+ display: none;
408
+ }
409
+
410
+ br {
411
+ display: -dompdf-br;
412
+ }
413
+
414
+ img, img_generated {
415
+ display: -dompdf-image;
416
+ }
417
+
418
+ dompdf_generated {
419
+ display: inline;
420
+ }
421
+
422
+ /* hidden elements */
423
+ area, base, basefont, head, meta, script, style, title,
424
+ noembed, noscript, param {
425
+ display: none;
426
+ }
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>freepdf</name>
4
- <version>1.0.7</version>
5
  <stability>stable</stability>
6
  <license>Single user license</license>
7
  <channel>community</channel>
@@ -10,11 +10,11 @@
10
  <description>PDF is the de facto standard for the secure and reliable distribution and exchange of electronic documents and forms around the world.&#xA0;It is also a great Marketing feature for Brochures, price lists!&#xD;
11
  &#xD;
12
  So why not let your customers download PDF versions of categories and product they look.</description>
13
- <notes>1.0.7</notes>
14
  <authors><author><name>ecommerceoffice</name><user>auto-converted</user><email>office.ecommerce@gmail.com</email></author></authors>
15
  <date>2012-04-09</date>
16
- <time>11:40:08</time>
17
- <contents><target name="magelib"><dir name="datafolder"><file name="logo_pdffree.jpg" hash="ed572c7c68f6bc2cdb9cf10a44a42e2d"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>freepdf</name>
4
+ <version>1.0.8</version>
5
  <stability>stable</stability>
6
  <license>Single user license</license>
7
  <channel>community</channel>
10
  <description>PDF is the de facto standard for the secure and reliable distribution and exchange of electronic documents and forms around the world.&#xA0;It is also a great Marketing feature for Brochures, price lists!&#xD;
11
  &#xD;
12
  So why not let your customers download PDF versions of categories and product they look.</description>
13
+ <notes>1.0.8</notes>
14
  <authors><author><name>ecommerceoffice</name><user>auto-converted</user><email>office.ecommerce@gmail.com</email></author></authors>
15
  <date>2012-04-09</date>
16
+ <time>12:01:28</time>
17
+ <contents><target name="magelib"><dir name="ip_pdffree"><dir name="dompdf6"><dir name="lib"><dir name="res"><file name="broken_image.png" hash="fe23f9cf6ea52869af7c2f1d1188befe"/><file name="html.css" hash="3b3de2922e3462ca1b6080b651e6a960"/></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>