alkampfer on September 8th, 2008

In a previous post I deal with image insertion into an openXml document. Now it is time to show how to change image dimension, I want to be able to define new dimension and to choose if the image should be stretched or no. The w:drawing element has two distinct part to manage image dimension, [...]



kick it on DotNetKicks.com

Continue reading about Manage image in openXml format part2

alkampfer on September 2nd, 2008

In previous post I showed how to open a docx file, search for a specific text, and replace the text with another string. The reason for doing this is simply to create a master report file in docx format, and let an application insert data in specific part of the document itself.
The next step is [...]



kick it on DotNetKicks.com

Continue reading about OpenXml format, insert an image into a document

alkampfer on August 29th, 2008

Quite often, customers ask us to generate reports in word format, the main advantage of this approach is that people feels comfortable working with word, and they love the possibility to modify the report once generated. In the past years I used many techniques to reach this goal, but in the end, a lot of [...]



kick it on DotNetKicks.com

Continue reading about OpenXml Office format, open and substitute text