A simple tool to import your Gantt charts from GanttPro and download them locally for free. Save your project timelines and visualizations as PNG, PDF, or JSON files — without premium restrictions.
- 🔄 Import Gantt charts directly from GanttPro.
- 📥 Download charts in multiple formats (PDF/PNG/JSON).
- 💡 Easy-to-use and lightweight interface.
- 🔐 Fully client-side — your data stays with you.
- 🛠️ Automates the export process for free users.
- Login to your GanttPro account.
- Navigate to your Gantt chart project.
- Get your token.
- The tool scrapes the chart content and reconstructs it.
- Export it in your desired format.
- Python / JavaScript (depending on your implementation)
- Web scraping (BeautifulSoup/Selenium or DOM access via browser)
- PDF/PNG export (via jsPDF, html2canvas, or similar libraries)