Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
MCP Servers
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
In general, yes it should be possible to create a RadDocument, add an image the was created in code and then export to PDF. Please try to implement your scenario and let us know if you see some troubles. Here are some guidelines: You should use Paged layout mode for your document to get more precise export: http://www.telerik.com/help/silverlight/radrichtextbox-features-layout-modes.html#Paged Here is how to create a document and insert an image: http://www.telerik.com/help/silverlight/radrichtextbox-features-layout-elements-inlineimage.html And then export: http://www.telerik.com/help/silverlight/radrichtextbox-features-import-export.html