ironpress 1.5.4-x86_64-linux → 1.6.0-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/ironpress/3.0/ironpress_ruby.so +0 -0
- data/lib/ironpress/3.1/ironpress_ruby.so +0 -0
- data/lib/ironpress/3.2/ironpress_ruby.so +0 -0
- data/lib/ironpress/3.3/ironpress_ruby.so +0 -0
- data/lib/ironpress/3.4/ironpress_ruby.so +0 -0
- data/lib/ironpress/version.rb +1 -1
- data/lib/ironpress.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95da2925d59185562eda2d2aaefb7c060b6e94ab46c5dfdbd109fb826265043a
|
|
4
|
+
data.tar.gz: '081ef42878b0bb41afa94f8431373777fd686b79534c91c3afb8b1a3b1a97c91'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 395f51f8237bd91e4865759b2cca6ae5ffc1bc2589a7714eefd3eac1529a92b4a6c32d3c1581c0075af94931321c5d9b0d39a9ea1a7fb1a27bb659d9a9c216ac
|
|
7
|
+
data.tar.gz: c683aa44fc1bcc3d3c87de31bc730930c87affbb3eb35f7a7615b02cf3296fc33a61293b5f814cd14e50621799b5128737c5a869024cf6b419ee6519085133dc
|
data/README.md
CHANGED
|
@@ -51,6 +51,9 @@ converter = Ironpress::HtmlConverter.new
|
|
|
51
51
|
.header("Quarterly report")
|
|
52
52
|
.footer("Page {page} of {pages}")
|
|
53
53
|
|
|
54
|
+
# Use header_html/footer_html for sanitized images, tables, and styled markup.
|
|
55
|
+
converter.header_html("<strong>Quarterly report</strong>")
|
|
56
|
+
|
|
54
57
|
pdf = converter.convert("<h1>Results</h1>")
|
|
55
58
|
markdown_pdf = converter.convert_markdown("# Results")
|
|
56
59
|
```
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/ironpress/version.rb
CHANGED
data/lib/ironpress.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ironpress
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
platform: x86_64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Gaston Gouron
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |-
|
|
14
14
|
Convert HTML, CSS, and Markdown to PDF with no browser or system
|