XceedBoucherS
XceedBoucherS
Hi, Yes. With DocX, you have access to all the paragraphs of the document. You can parse them to get their text data. But just to make sure, if the...
Hi, As explained earlier, if the document is opened with MS Word, and you want to use DocX to open and parse the same document, it won't work, saying the...
Hello, you are right, I've just tested the insertion of a document into another where 1 of them contains a chart and the output docx can't be opened with MS...
Ok, this issue should be fixed in v2.3. Thank you
Hi, Starting at v1.4, you can insert the chart by specifying its width and height. See the release notes (https://xceed.com/release-notes/#words-net-1.4.17620.09420). The color is not working in the LineChart, (same as...
Hi, The LineChart series color will be fixed in v1.7.
Margin and Padding will work when setting the WrappingStyle property. This feature will be part of v2.1.
Hi, Yes it's possible. I don't know about MVC/Razor, but here's an example with WPF, creating a visual with fields, a comboBox and a button to click to create the...
Hi, This should work. Here's my sample that works: ` static void Main( string[] args ) { var doc = DocX.Create( "test.docx" ); var t1 = doc.InsertTable( 1, 1 );...
Hi, currently, DocX do not support merging of json data (unless you want to parse it to fill the document). Thank you