orator-conversion 1.0.13 → 1.0.14
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.
- package/README.md +5 -3
- package/docs/README.md +3 -3
- package/docs/_brand.json +18 -0
- package/docs/_cover.md +1 -1
- package/docs/_version.json +3 -3
- package/docs/index.html +6 -7
- package/docs/retold-catalog.json +80 -73
- package/docs/retold-keyword-index.json +3595 -1583
- package/package.json +9 -9
- package/docs/css/docuserve.css +0 -327
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Orator File Translation
|
|
2
2
|
|
|
3
|
+
> **[▶ Read the Orator-Conversion Documentation](https://fable-retold.github.io/orator-conversion/)** — interactive docs with the full API reference.
|
|
4
|
+
|
|
3
5
|
> File format conversion endpoints for Orator service servers
|
|
4
6
|
|
|
5
7
|
Orator File Translation provides a simple way to add file format conversion endpoints to an Orator web server. It ships with built-in image converters (JPG to PNG, PNG to JPG), PDF page extraction (PDF to PNG/JPG via pdftoppm), and supports registering custom converters for any file format. All routes are versioned.
|
|
@@ -161,9 +163,9 @@ npx docsify-cli serve docs
|
|
|
161
163
|
|
|
162
164
|
## Related Packages
|
|
163
165
|
|
|
164
|
-
- [orator](https://github.com/
|
|
165
|
-
- [orator-serviceserver-restify](https://github.com/
|
|
166
|
-
- [fable](https://github.com/
|
|
166
|
+
- [orator](https://github.com/fable-retold/orator) - API server abstraction
|
|
167
|
+
- [orator-serviceserver-restify](https://github.com/fable-retold/orator-serviceserver-restify) - Restify service server implementation
|
|
168
|
+
- [fable](https://github.com/fable-retold/fable) - Application services framework
|
|
167
169
|
|
|
168
170
|
## License
|
|
169
171
|
|
package/docs/README.md
CHANGED
|
@@ -63,6 +63,6 @@ _Fable.Orator.startService(
|
|
|
63
63
|
|
|
64
64
|
## Related Packages
|
|
65
65
|
|
|
66
|
-
- [orator](https://github.com/
|
|
67
|
-
- [orator-serviceserver-restify](https://github.com/
|
|
68
|
-
- [fable](https://github.com/
|
|
66
|
+
- [orator](https://github.com/fable-retold/orator) - Main Orator service abstraction
|
|
67
|
+
- [orator-serviceserver-restify](https://github.com/fable-retold/orator-serviceserver-restify) - Restify service server
|
|
68
|
+
- [fable](https://github.com/fable-retold/fable) - Service provider framework
|
package/docs/_brand.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Hash": "orator-conversion",
|
|
3
|
+
"Name": "Orator Conversion",
|
|
4
|
+
"Tagline": "File format conversion endpoints for Orator service servers",
|
|
5
|
+
"Palette": "mix",
|
|
6
|
+
"Icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\" width=\"96\" height=\"96\">\n\t\t<defs>\n\t\t\t<clipPath id=\"frame-orator-conversion-filled-light\">\n\t\t\t\t<path d=\"M 48.00 2.00 L 87.84 25.00 L 87.84 71.00 L 48.00 94.00 L 8.16 71.00 L 8.16 25.00 Z\"/>\n\t\t\t</clipPath>\n\t\t</defs>\n\t\t<path d=\"M 48.00 2.00 L 87.84 25.00 L 87.84 71.00 L 48.00 94.00 L 8.16 71.00 L 8.16 25.00 Z\" fill=\"#199ef4\"/>\n\t\t<g clip-path=\"url(#frame-orator-conversion-filled-light)\"><path d=\"M 16 26 L 48 66 L 80 26 Z\" fill=\"rgba(255,255,255,0.18)\"/>\n\t\t\t\t\t<path d=\"M 24 16 L 48 44 L 72 16 Z\" fill=\"#e75bdf\" opacity=\"0.9\"/></g>\n\t\t<text x=\"48\" y=\"50\" text-anchor=\"middle\" dominant-baseline=\"central\"\n\t\t\tfont-family=\"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif\"\n\t\t\tfont-size=\"38\" font-weight=\"600\"\n\t\t\tfill=\"#ffffff\" letter-spacing=\"-1\">OC</text>\n\t</svg>",
|
|
7
|
+
"IconType": "svg",
|
|
8
|
+
"Favicon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\" width=\"96\" height=\"96\">\n\t\t<defs>\n\t\t\t<clipPath id=\"fav-orator-conversion-light\">\n\t\t\t\t<path d=\"M 48.00 2.00 L 87.84 25.00 L 87.84 71.00 L 48.00 94.00 L 8.16 71.00 L 8.16 25.00 Z\"/>\n\t\t\t</clipPath>\n\t\t</defs>\n\t\t<path d=\"M 48.00 2.00 L 87.84 25.00 L 87.84 71.00 L 48.00 94.00 L 8.16 71.00 L 8.16 25.00 Z\" fill=\"#199ef4\"/>\n\t\t<g clip-path=\"url(#fav-orator-conversion-light)\"><path d=\"M 16 26 L 48 66 L 80 26 Z\" fill=\"rgba(255,255,255,0.22)\"/></g>\n\t\t<text x=\"48\" y=\"50\" text-anchor=\"middle\" dominant-baseline=\"central\"\n\t\t\tfont-family=\"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif\"\n\t\t\tfont-size=\"60\" font-weight=\"800\"\n\t\t\tfill=\"#ffffff\" letter-spacing=\"-1\">O</text>\n\t</svg>",
|
|
9
|
+
"FaviconDark": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\" width=\"96\" height=\"96\">\n\t\t<defs>\n\t\t\t<clipPath id=\"fav-orator-conversion-dark\">\n\t\t\t\t<path d=\"M 48.00 2.00 L 87.84 25.00 L 87.84 71.00 L 48.00 94.00 L 8.16 71.00 L 8.16 25.00 Z\"/>\n\t\t\t</clipPath>\n\t\t</defs>\n\t\t<path d=\"M 48.00 2.00 L 87.84 25.00 L 87.84 71.00 L 48.00 94.00 L 8.16 71.00 L 8.16 25.00 Z\" fill=\"#75c2f4\"/>\n\t\t<g clip-path=\"url(#fav-orator-conversion-dark)\"><path d=\"M 16 26 L 48 66 L 80 26 Z\" fill=\"rgba(255,255,255,0.22)\"/></g>\n\t\t<text x=\"48\" y=\"50\" text-anchor=\"middle\" dominant-baseline=\"central\"\n\t\t\tfont-family=\"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif\"\n\t\t\tfont-size=\"60\" font-weight=\"800\"\n\t\t\tfill=\"#101418\" letter-spacing=\"-1\">O</text>\n\t</svg>",
|
|
10
|
+
"Colors": {
|
|
11
|
+
"Primary": "#199ef4",
|
|
12
|
+
"Secondary": "#e75bdf",
|
|
13
|
+
"PrimaryLight": "#199ef4",
|
|
14
|
+
"PrimaryDark": "#75c2f4",
|
|
15
|
+
"SecondaryLight": "#e75bdf",
|
|
16
|
+
"SecondaryDark": "#efa9eb"
|
|
17
|
+
}
|
|
18
|
+
}
|
package/docs/_cover.md
CHANGED
package/docs/_version.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Name": "orator-conversion",
|
|
3
|
-
"Version": "1.0.
|
|
3
|
+
"Version": "1.0.13",
|
|
4
4
|
"Description": "File format conversion endpoints for Orator service servers.",
|
|
5
|
-
"GeneratedAt": "2026-
|
|
6
|
-
"GitCommit": "
|
|
5
|
+
"GeneratedAt": "2026-05-26T21:12:39.502Z",
|
|
6
|
+
"GitCommit": "435a250"
|
|
7
7
|
}
|
package/docs/index.html
CHANGED
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
7
|
-
<meta name="description" content="Orator File Translation v1.0.
|
|
7
|
+
<meta name="description" content="Orator File Translation v1.0.13 Documentation — File format conversion endpoints for Orator service servers.">
|
|
8
8
|
|
|
9
|
-
<title>Orator File Translation v1.0.
|
|
9
|
+
<title>Orator File Translation v1.0.13 Documentation</title>
|
|
10
10
|
|
|
11
|
-
<!-- Application Stylesheet -->
|
|
12
|
-
<link href="css/docuserve.css" rel="stylesheet">
|
|
13
11
|
<!-- KaTeX stylesheet for LaTeX equation rendering -->
|
|
14
12
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
|
|
15
13
|
<!-- PICT Dynamic View CSS Container -->
|
|
@@ -28,12 +26,13 @@
|
|
|
28
26
|
<!-- The root container for the Pict application -->
|
|
29
27
|
<div id="Docuserve-Application-Container"></div>
|
|
30
28
|
|
|
31
|
-
<!-- Mermaid diagram rendering
|
|
29
|
+
<!-- Mermaid diagram rendering. pict-section-content (v0.1.8+) drives
|
|
30
|
+
initialization with theme: 'base' + themeVariables sourced
|
|
31
|
+
from --theme-color-* so diagrams follow the active theme. -->
|
|
32
32
|
<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
|
|
33
|
-
<script>mermaid.initialize({ startOnLoad: false, theme: 'default' });</script>
|
|
34
33
|
<!-- KaTeX for LaTeX equation rendering -->
|
|
35
34
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js"></script>
|
|
36
35
|
<!-- Load the Docuserve PICT Application Bundle from jsDelivr CDN -->
|
|
37
|
-
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@1/dist/pict-docuserve.min.js" type="text/javascript"></script>
|
|
38
37
|
</body>
|
|
39
38
|
</html>
|
package/docs/retold-catalog.json
CHANGED
|
@@ -1,76 +1,83 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Generated": "2026-
|
|
3
|
-
"
|
|
2
|
+
"Generated": "2026-05-26T21:12:39.337Z",
|
|
3
|
+
"Mode": "module",
|
|
4
|
+
"GitHubOrg": "fable-retold",
|
|
4
5
|
"DefaultBranch": "master",
|
|
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
|
-
"endpoints/
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
6
|
+
"Module": {
|
|
7
|
+
"Name": "orator-conversion",
|
|
8
|
+
"Repo": "orator-conversion",
|
|
9
|
+
"Group": "",
|
|
10
|
+
"Branch": "master",
|
|
11
|
+
"HasDocs": true,
|
|
12
|
+
"HasCover": true,
|
|
13
|
+
"Sidebar": [
|
|
14
|
+
{
|
|
15
|
+
"Title": "Getting Started",
|
|
16
|
+
"Children": [
|
|
17
|
+
{
|
|
18
|
+
"Title": "Introduction",
|
|
19
|
+
"Path": "README.md"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"Title": "Getting Started",
|
|
23
|
+
"Path": "getting-started.md"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"Title": "Reference",
|
|
29
|
+
"Children": [
|
|
30
|
+
{
|
|
31
|
+
"Title": "Configuration",
|
|
32
|
+
"Path": "configuration.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"Title": "API Reference",
|
|
36
|
+
"Path": "api-reference.md"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"Title": "Endpoints",
|
|
42
|
+
"Children": [
|
|
43
|
+
{
|
|
44
|
+
"Title": "JPG to PNG",
|
|
45
|
+
"Path": "endpoints/001-jpg-to-png.md"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"Title": "PNG to JPG",
|
|
49
|
+
"Path": "endpoints/002-png-to-jpg.md"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"Title": "PDF to Page PNG",
|
|
53
|
+
"Path": "endpoints/003-pdf-to-page-png.md"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"Title": "PDF to Page JPG",
|
|
57
|
+
"Path": "endpoints/004-pdf-to-page-jpg.md"
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"DocFiles": [
|
|
63
|
+
".nojekyll",
|
|
64
|
+
"README.md",
|
|
65
|
+
"_brand.json",
|
|
66
|
+
"_cover.md",
|
|
67
|
+
"_sidebar.md",
|
|
68
|
+
"_version.json",
|
|
69
|
+
"api-reference.md",
|
|
70
|
+
"configuration.md",
|
|
71
|
+
"endpoints/001-jpg-to-png.md",
|
|
72
|
+
"endpoints/002-png-to-jpg.md",
|
|
73
|
+
"endpoints/003-pdf-to-page-png.md",
|
|
74
|
+
"endpoints/004-pdf-to-page-jpg.md",
|
|
75
|
+
"endpoints/README.md",
|
|
76
|
+
"getting-started.md",
|
|
77
|
+
"index.html",
|
|
78
|
+
"retold-catalog.json",
|
|
79
|
+
"retold-keyword-index.json"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"Groups": []
|
|
76
83
|
}
|