I would like to delete/remove specific pages in a word docx with Open XML SDK 2.0.
I have tried using the code from here: blogs.msdn.com/b/brian_jones/archive/2009/06/15/removing-page-and-section-breaks-from-a-word-document.aspx
It only deletes all the section breaks. The pages are still not deleted.
I want to delete a set of pages which has specific set of words or titles.
Please let me know how can I achieve this?