@digipair/skill-pdf2pic 0.96.0 → 0.97.1
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/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -51,7 +51,22 @@
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
|
-
"x-events": []
|
|
54
|
+
"x-events": [],
|
|
55
|
+
"responses": {
|
|
56
|
+
"200": {
|
|
57
|
+
"description": "Page PDF convertie avec succès en image",
|
|
58
|
+
"content": {
|
|
59
|
+
"application/json": {
|
|
60
|
+
"schema": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"format": "uri",
|
|
63
|
+
"pattern": "^data:image\/(jpeg|png);base64,",
|
|
64
|
+
"description": "Image encodée en base64 de la page PDF convertie sous forme de data URL. Le format dépend du paramètre 'format' (par défaut : JPEG)"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
55
70
|
}
|
|
56
71
|
}
|
|
57
72
|
},
|
package/schema.json
CHANGED
|
@@ -51,7 +51,22 @@
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
|
-
"x-events": []
|
|
54
|
+
"x-events": [],
|
|
55
|
+
"responses": {
|
|
56
|
+
"200": {
|
|
57
|
+
"description": "PDF page successfully converted to image",
|
|
58
|
+
"content": {
|
|
59
|
+
"application/json": {
|
|
60
|
+
"schema": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"format": "uri",
|
|
63
|
+
"pattern": "^data:image\/(jpeg|png);base64,",
|
|
64
|
+
"description": "Base64 encoded image of the converted PDF page as a data URL. Format depends on the 'format' parameter (default: JPEG)"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
55
70
|
}
|
|
56
71
|
}
|
|
57
72
|
},
|
|
File without changes
|
|
File without changes
|