Hi,

I have a word document with one table comprised of two columns and 800+ rows. Each cell of the first column contains a string of characters formatted as <string>.<string>. The corresponding cells in the second column contain formatted text.

I need to split this table into individual pdf files, one for each row. The string in the first column would become the filename and the corresponding formatted text in the second column would be the file content (with the same format as in the table). So the final output will be over 800 pdf’s (one for each row) with file name from the first column and content from the second.

Many of the strings in the cells of the first column are longer than 40 characters (not suitable for bookmarks), and the table was not created with mail merge.

Thanks for any help.