BALKANGraph / FamilyTreeJS

Build family tree app with BALKAN FamilyTreeJS library. Family Tree also called a genealogy or a pedigree chart, is a chart representing family relationships in a conventional tree structure.
50 stars 16 forks source link

Export PDF using <iframe> #117

Closed gopi15699sptr closed 2 weeks ago

gopi15699sptr commented 1 month ago

We are using the iframes to render balkan tree in our app . because we using server side rendering , Can you please help me with that how to generate PDF using iframes

OnReceive event how to trigger this PDF function only we needed,

ZornitsaPesheva commented 1 month ago

Here is an example of how you can have outside export buttons: https://code.balkan.app/family-tree-js/outside-export-buttons#JS If this does not help, please create an example of what you have in our code app: https://code.balkan.app/familytreejs/getting-started#JS

gopi15699sptr commented 2 weeks ago

Thanks Resolved our issue