Descendancy Chart: Fill & Download for Free

GET FORM

Download the form

How to Edit and draw up Descendancy Chart Online

Read the following instructions to use CocoDoc to start editing and writing your Descendancy Chart:

  • In the beginning, look for the “Get Form” button and click on it.
  • Wait until Descendancy Chart is ready.
  • Customize your document by using the toolbar on the top.
  • Download your finished form and share it as you needed.
Get Form

Download the form

The Easiest Editing Tool for Modifying Descendancy Chart on Your Way

Open Your Descendancy Chart Right Away

Get Form

Download the form

How to Edit Your PDF Descendancy Chart Online

Editing your form online is quite effortless. No need to install any software via your computer or phone to use this feature. CocoDoc offers an easy tool to edit your document directly through any web browser you use. The entire interface is well-organized.

Follow the step-by-step guide below to eidt your PDF files online:

  • Browse CocoDoc official website on your laptop where you have your file.
  • Seek the ‘Edit PDF Online’ button and click on it.
  • Then you will open this free tool page. Just drag and drop the template, or append the file through the ‘Choose File’ option.
  • Once the document is uploaded, you can edit it using the toolbar as you needed.
  • When the modification is completed, click on the ‘Download’ button to save the file.

How to Edit Descendancy Chart on Windows

Windows is the most conventional operating system. However, Windows does not contain any default application that can directly edit form. In this case, you can install CocoDoc's desktop software for Windows, which can help you to work on documents efficiently.

All you have to do is follow the steps below:

  • Install CocoDoc software from your Windows Store.
  • Open the software and then choose your PDF document.
  • You can also choose the PDF file from OneDrive.
  • After that, edit the document as you needed by using the a wide range of tools on the top.
  • Once done, you can now save the finished document to your computer. You can also check more details about how to edit pdf in this page.

How to Edit Descendancy Chart on Mac

macOS comes with a default feature - Preview, to open PDF files. Although Mac users can view PDF files and even mark text on it, it does not support editing. With the Help of CocoDoc, you can edit your document on Mac directly.

Follow the effortless steps below to start editing:

  • To start with, install CocoDoc desktop app on your Mac computer.
  • Then, choose your PDF file through the app.
  • You can upload the form from any cloud storage, such as Dropbox, Google Drive, or OneDrive.
  • Edit, fill and sign your template by utilizing this CocoDoc tool.
  • Lastly, download the form to save it on your device.

How to Edit PDF Descendancy Chart via G Suite

G Suite is a conventional Google's suite of intelligent apps, which is designed to make your work faster and increase collaboration with each other. Integrating CocoDoc's PDF document editor with G Suite can help to accomplish work handily.

Here are the steps to do it:

  • Open Google WorkPlace Marketplace on your laptop.
  • Look for CocoDoc PDF Editor and install the add-on.
  • Upload the form that you want to edit and find CocoDoc PDF Editor by choosing "Open with" in Drive.
  • Edit and sign your template using the toolbar.
  • Save the finished PDF file on your computer.

PDF Editor FAQ

How many descendants does Queen Victoria have?

792 and growing, based on a list maintained until 2016. Considering those who have been born since then and those who have died since then, it’s probably just a bit higher than 800. There are likely quite a few more, considering those who were never officially recorded as descendants, especially in the early period. If Edward VII, for instance, had children with his mistresses, they and their own dozens of descendants should be on the list too… but won’t be. Maybe 1,000 as an absolute maximum.An interesting follow-up question would be “How does this number of descendants compare to the average woman born 200 years ago?”The 792 number is based on code I ran on data from Genealogics. Genealogist Leo van de Pas maintained one of the most extensive and up-to-date royal genealogy databases, until his recent death. His database gives this list of descendants, which is 2,207 lines.[1] Part of it looks like this:5 Alexander Ferdinand, Prinz von Preussen Descendancy chart to this point b. 26 Dec 1912 d. 12 Jun 1985+ Irmgard Weygand b. 22 Aug 1912 d. 3 Dec 20016 Stephan Alexander, Prinz von Preussen [1.1.1.4.1.1] Descendancy chart to this point b. 30 Sep 19397 Stephanie, Prinzessin von Preussen [1.1.1.4.1.1.1] Descendancy chart to this point b. 21 Sep 1966Amadi Mbaraka Bao b. 4 Jun 19588 Aaron Bao [1.1.1.4.1.1.1.1] Descendancy chart to this point b. 8 Oct 1994As you can see, that includes spouses and deceased individuals, though, so I copied it to a text file and did some Python to it:There are 2,207 lines. There are 1,419 lines that are not spouses. There are 392 dead people, so 1,027 descendants. However, some of them are repeats, like King Felipe VI of Spain, who her descendant three times. Once repeats are removed, there are 792.import re  # makes list of lines copy-pasted from Genealogics, with [] removed with open("victoriabase.txt") as f:  content = f.readlines() print(len(content)) #2,207 no_spouses = [] # makes new list of lines starting with a number (descendants) for line in content:  if re.match(r'[0-9]', line[0]):  no_spouses.append(line[1:])   # removing first character in order to make duplicates true duplicates print(len(no_spouses)) #1,419 # gets dead people (those with " d. ") in their line dead_people = [] for line in no_spouses:  if re.search(r'\sd.\s', line):  dead_people.append(line) # makes a list of descendants that are not in the list dead_people descendants = [person for person in no_spouses if person not in dead_people] print(len(descendants)) #1,027 unique_descendants = list(set(descendants)) print(len(unique_descendants)) #792 newfile = open('victoriaexport.txt','w') for person in unique_descendants:  newfile.write("%s\n" % person) Footnotes[1] Descendancy for Victoria, Queen of Great Britain and Ireland 1837-1901 : Genealogics

Who were the nations that were not descended from the line of Abraham?

Refer to the Descendants chart below. All the nations shown and not shown in the chart, which are not from lineages of Abraham’s THREE wives: Sarah, Hagar and Keturah, were not descended from the line of Abraham.

Can you draw your family tree with a maximum ancestor?

What is a “maximum ancestor”? I’ve been researching my family history since 1992 and have never heard that phrase.Can I draw a family tree for a specific ancestor? Sure. I can create pedigree charts and descendant charts for any given ancestor along many different branches. That’s not hard at all once you do the research.

View Our Customer Reviews

It works very well and is significantly less expensive than Docusign for a small business (6 member team)

Justin Miller