Gedcom Publisher !!install!! Jun 2026
To give you the most relevant help, I’ll outline and how you could complete or implement them, depending on your context (e.g., frontend UI, backend export logic, or API design).
Creating an eBook is different from creating a PDF. GEDCOM Publisher ensures that: gedcom publisher
: It can include people who weren't just the primary subjects of an event (like godparents or witnesses at a wedding). To give you the most relevant help, I’ll
const handleExport = async () => { setIsExporting(true); const blob = await api.exportGEDCOM(treeId, { includePrivate, generations }); const url = URL.createObjectURL(blob); const a = document.createElement("a"); a.href = url; a.download = "family_tree.ged"; a.click(); setIsExporting(false); }; depending on your context (e.g.