|
|
Tag Browser: append-documents
< 1 second(s)
-
generate documents a templatewhat i need to do is simple to explain but seams to be har to do I have one word template dotx and a colection os documents docx.I wish to merge all this documents in a new document that use my word template.the code to exemplify Document doc = new ...
-
HI Alexey,Thanks for your response, i am using latest Aspose.Words 7.0.0.0 and here is the code and sample docs where i am getting the problem.Document dst = new Document(@''D:\Final\src1.doc''); Document src = new ...
-
Hi,I need to merge two documents with their own pages, like please find my attachment having 5 pages with two orientations. The last page itself is a different document having its own header and page orientation but footer was common to entire document after merging. Could you please suggest me on this how to this?Thanks,
|
|