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

Show exporting the chart to PDF using the Drawing API #108

Open
Stamo-Gochev opened this issue Jul 16, 2021 · 0 comments
Open

Show exporting the chart to PDF using the Drawing API #108

Stamo-Gochev opened this issue Jul 16, 2021 · 0 comments
Assignees

Comments

@Stamo-Gochev
Copy link
Contributor

Stamo-Gochev commented Jul 16, 2021

See https://bit.ly/3iMN92v (note: private repo)

The current example at:
https://github.com/telerik/blazor-ui/tree/master/common/pdf-jpg-export-js

shows exporting the grid to PDF, but the chart is exported to JPG only.

Exporting it to PDF will not work as a separate instance of the Drawing API is instantiated by loading another script:

<script src="lib/progress/kendo-drawing/dist/cdn/js/kendo-drawing.js"></script>

which prevents the PDF processing to detect the correct DOM elements.

@dimodi dimodi self-assigned this Dec 14, 2021
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

No branches or pull requests

2 participants