In RevisionAccepter in method AddBlockLevelContentControls the tools throws ArgumentNullException when there is a content control (sdt) without runs. There is this comment in the code that shows th...
Id #10961 | Release:
None
| Updated: May 2 at 11:04 AM by Jcoolsen | Created: May 2 at 11:04 AM by Jcoolsen
If you concatenate 2 files with the DocumentBuilder and the first document has a w:bookmarStart and w:bookmarkEnd tag between the final paragraph and the document end w:sectPr, the resulting docume...
Id #10762 | Release:
None
| Updated: Feb 21 at 11:16 PM by EricWhiteDpe | Created: Jan 21 at 1:08 PM by Naryoril
When converting docx to html, does not convert text written in crilic
Tthanks for any help
Id #10624 | Release:
None
| Updated: Feb 21 at 11:16 PM by bagdat | Created: Nov 26, 2012 at 2:27 AM by bagdat
I have word document X.docx. I get a list of elements from it and try to insert to another document Y.docx via powertools DocumentBuilder.BuildDocument. In case I apply style to paragraph (X.docx) ...
Id #10590 | Release:
None
| Updated: Mar 8 at 9:00 PM by HomerSimpian | Created: Nov 8, 2012 at 1:40 PM by vetalight
Attached is a modified DocumentBuilder class handling this case.
Id #10509 | Release:
None
| Updated: Feb 21 at 11:16 PM by skaar | Created: Sep 27, 2012 at 9:45 AM by skaar
Hi, I am trying to use accept all revisions on a given word document that has been attached to this request.
But I can still find a style change that has not been accepted when I use the code below...
Id #10484 | Release:
None
| Updated: Feb 21 at 11:16 PM by netzen | Created: Sep 13, 2012 at 4:18 PM by netzen
If I'm reading the code right, the RevisionAccepter class assumes that the only child elements of <w:body> in document.xml are <w:p> and <w:tbl>. My documents, however, also contain <w:bookmarkStar...
Id #10422 | Release:
None
| Updated: Feb 21 at 11:16 PM by dhavelin | Created: Aug 16, 2012 at 1:24 AM by dhavelin
The SearchAndReplacer doesn't support multiline. So when you search for a piece of text and want to replace it with a multiline piece of text is returns a single line.
I wrote a post on my blog a...
Id #10395 | Release:
None
| Updated: Feb 21 at 11:16 PM by Qayej | Created: Aug 7, 2012 at 3:59 PM by Qayej
When updating an existing spreadsheet with a new cell value, the style index is not carried over to the new cell value.
My quick fix is below.
See around L345 in WorksheetAccessor.cs
...
Id #10304 | Release:
None
| Updated: Feb 21 at 11:16 PM by SeattleDiver | Created: Jul 5, 2012 at 9:28 PM by SeattleDiver
Hi
I'am using DocumentBuilder.BuildDocument (source code in a Visual Studio Project) to merge two word docs, the code is very simple:
string[] arr = new string[2];
arr[0] = @"D:\pgovern...
Id #10065 | Release:
None
| Updated: Feb 21 at 11:16 PM by Desbaratizador | Created: Mar 23, 2012 at 4:31 PM by Desbaratizador