wordpress hit counter
Browse by Tags - Forums - OpenXML Developer

Browse by Tags

Forums

These forums are for discussion of the Office Open XML file format. For details on a specific implementation, please consult the implementer’s own web site.
Tagged Content List
  • Forum Post: DocumentBuilder dont find file create in runtime

    i use DocumentBuilder.BuildDocument(Sources, Outfile) , i created a dynamically files list (The source), i try to do a file merging this list, inside the list, i have three files, created in runtime, when i do the debug of the project, the files are there i can see him and read, but when documentbuilder...
  • Forum Post: Multiple OleObjects (Linked Objects) are not getting merged properly using DocumentBuilder

    Hi, I'm getting issues during merging multiple documents having OleObjects (Linked Objects) having external relationships to files using DocumentBuilder. You can reproduce this issue by having multiple linked objects in it and try to merge them using DocumentBuilder. As a result you will have a merged...
  • Forum Post: OpenXml: Word XML Document to PDF conversion

    Hi All, I am working on Word XML document for conditional document merging and manipulation. In my application, user converts a MS word document in to XML by saving it as XML document and upload it. My application pick the xml file and save its XML content into the data base. On the basis of some condition...
  • Forum Post: Document merge

    I m using document builder to merge document sources but im facing a problem with numbering part. All Heading styles are shown in bullet style. Here is the code: var sources = new List<Source>(); foreach (var s in files) { sources.Add(new Source(new WmlDocument(s), true)); } string outputFile ...
  • Forum Post: WmlDocument Usage

    I am fairly new to using DocumentBuilder and I am putting together a solution that consumes an xml document (which contains paths to docx files). The solution is intended to assemble a number of docx files into one resultant file. When using the WmlDocument object that is returned from DocumentBuilder...
Page 1 of 2 (50 items) 12