Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE#SC-1801: Added new end point to convert svg to png #16

Open
wants to merge 2 commits into
base: release-3.0.0
Choose a base branch
from

Conversation

aishwa8141
Copy link

  • Used a library svg2png for conversion

  • End-Point : /v1/print/png

Request: { "request": { "htmlTemplate": "", "storageParams": { "path": "", "containerName": "" }, "context": {.... } } }

Response: { "id": "api.print.preview.generate", "ver": "1.0", "ts": 1591796103822, "params": {}, "responseCode": "OK", "result": { "pngUrl": "", "ttl": 600 } }

@indrajra indrajra changed the base branch from release-2.10.0 to release-3.0.0 June 15, 2020 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant