Export & Sharing
Last updated: 2026-03-12
Export Formats#
Altrixy supports four export formats:
PDF — Professionally formatted document with your chosen export template. Ideal for email attachments and offline reading. Supports custom headers, footers, and page breaks.
Markdown — Raw Markdown text file. Perfect for hosting on your personal website, GitHub profile, or any Markdown-compatible platform.
JSON — Structured data representation of your portfolio. Useful for developers who want to build custom renderers or integrate with other tools.
HTML — Self-contained HTML file with embedded CSS. Can be hosted on any static hosting service (Netlify, Vercel, GitHub Pages) or opened directly in a browser.
Export Templates#
When exporting as PDF, you can choose from three visual templates:
- Modern — Clean design with accent colors, card-based sections, and a bold header. Best for tech companies and startups.
- Classic — Traditional document layout with serif headings and ample whitespace. Best for enterprise and consulting.
- Minimal — Ultra-clean with no decorative elements. Lets the content speak for itself. Best for senior leaders.
Each template supports custom accent colors, font overrides, and logo placement. Customize these in Settings > Export Preferences.
Embedding Portfolios#
Embed your portfolio in any website using an iframe:
<iframe
src="https://altrixy.com/embed/your-portfolio-slug"
width="100%"
height="800"
frameborder="0"
style="border: 1px solid #e5e7eb; border-radius: 8px;"
></iframe>The embed URL (/embed/) renders a clean version without the Altrixy navigation, optimized for embedding.
You can also use the JavaScript embed for dynamic resizing:
<div id="altrixy-portfolio"></div>
<script src="https://altrixy.com/embed.js"
data-portfolio="your-portfolio-slug"
data-theme="dark">
</script>Add the embed to your personal website's "Portfolio" or "Work" page for a professional, always-up-to-date showcase.
Social Sharing#
Share your portfolio directly to social platforms:
All shared links include Open Graph meta tags so the preview card shows your portfolio title, description, and a generated thumbnail.