Export & Share Diagrams#
Share Your Infrastructure Diagrams in Any Format
Export your Cloudeval diagrams to share with stakeholders, include in documentation, or use in presentations.
Export Formats#
PNG (Images)#
Best for: Presentations, documentation, quick sharing
Options:
- Resolution: Standard (1920x1080) or High (3840x2160)
- Background: Transparent or white
- Include legend: Yes/No
- Include metadata: Resource names, tags
How to Export:
- Click Export → PNG
- Choose resolution and options
- Click Download
SVG (Vector Graphics)#
Best for: Scalable graphics, web use, print
Features:
- Infinitely scalable
- Editable in vector editors
- Small file size
- Preserves text and shapes
How to Export:
- Click Export → SVG
- Choose options
- Click Download
Visio (VSDX)#
Best for: Microsoft Visio users, enterprise documentation
Features:
- Native Visio format
- Editable shapes and connectors
- Preserves relationships
- Compatible with Visio 2013+
How to Export:
- Click Export → Visio
- Choose options
- Click Download
draw.io (XML)#
Best for: draw.io users, collaborative editing
Features:
- Native draw.io format
- Editable in draw.io
- Preserves all diagram elements
- Can be imported back
How to Export:
- Click Export → draw.io
- Choose options
- Click Download
PDF (Documents)#
Best for: Documentation, reports, printing
Features:
- Multi-page support
- Includes metadata
- Print-ready
- Searchable text
How to Export:
- Click Export → PDF
- Choose page size and options
- Click Download
Sharing Options#
Direct Link#
Share a view-only link:
- Click Share → Get Link
- Choose permissions:
- View Only: Can view but not edit
- Comment: Can add comments
- Edit: Full access (team members)
- Copy link and share
Link Features:
- Works without login (view-only)
- Updates automatically
- Can be password protected
- Expires after set time (optional)
Embed in Documentation#
Embed diagrams in Confluence, Notion, or websites:
<iframe
src="https://cloudeval.ai/diagram/embed/PROJECT_ID"
width="100%"
height="600"
frameborder="0"
>
</iframe>
Email Export#
Send diagram directly via email:
- Click Share → Email
- Enter recipient(s)
- Choose format (PNG, PDF)
- Add message
- Click Send
Export Best Practices#
For Presentations#
- Use PNG at high resolution (3840x2160)
- Include legend for clarity
- Export with white background
- Remove sensitive information if needed
For Documentation#
- Use SVG for scalability
- Include resource names and metadata
- Export with transparent background
- Add custom annotations before export
For Collaboration#
- Use draw.io format for editing
- Share direct links for real-time updates
- Export PDF for offline review
- Include version information
For Printing#
- Use PDF format
- Choose appropriate page size
- Ensure high resolution
- Test print before large runs
Customization Before Export#
Add Annotations#
- Click Annotate tool
- Add text labels
- Draw arrows or highlights
- Add custom shapes
Adjust Layout#
- Reposition nodes
- Adjust spacing
- Group related resources
- Optimize for export size
Filter Resources#
- Hide unnecessary resources
- Focus on specific areas
- Simplify complex views
- Create multiple exports
Export Settings#
Image Quality#
- Standard: Good for web (1920x1080)
- High: Best for print (3840x2160)
- Custom: Set your own dimensions
Background#
- Transparent: For overlays
- White: For documents
- Dark: For presentations
- Custom: Your own color
Metadata#
- Resource Names: Include/exclude
- Tags: Show/hide
- Costs: Include/exclude
- Custom Fields: Your choice
Automation#
Scheduled Exports#
Set up automatic exports:
- Go to Settings → Automation
- Create export schedule
- Choose format and destination
- Configure email notifications
Use Cases:
- Weekly infrastructure reports
- Monthly cost summaries
- Change documentation
- Compliance reports
API Exports#
Export via API for automation:
curl -X POST https://api.cloudeval.ai/v1/projects/PROJECT_ID/export \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"format": "png",
"resolution": "high",
"options": {
"include_legend": true,
"background": "white"
}
}'
Security Considerations#
Sensitive Information#
Before exporting:
- Review for sensitive data
- Remove internal IPs if needed
- Hide resource IDs if required
- Sanitize resource names
Access Control#
- Set appropriate sharing permissions
- Use password protection for links
- Set expiration dates
- Monitor access logs
Troubleshooting#
Export Fails#
Problem: Export doesn't complete
Solutions:
- Check diagram size (very large diagrams may timeout)
- Try different format
- Reduce resolution
- Contact support
Poor Quality#
Problem: Exported image is blurry
Solutions:
- Use higher resolution
- Export as SVG instead
- Check zoom level before export
- Use PDF for documents
Missing Elements#
Problem: Some resources don't appear in export
Solutions:
- Ensure resources are visible in diagram
- Check filters aren't hiding resources
- Refresh diagram before export
- Try different format
Next Steps#
- Collaborate on Diagrams - Share with team
- Customize Diagrams - Make them perfect
- Use AI Chat - Get insights before export
Need help? Contact support