Merge two word documents

Hi All,
I have a requirement to merge two word documents into one word document. I will upload both the documents from presentation server and have to merge both the documents into 1 word document and save in in SAP.
Is it possible to merge two word documents?
Thanks,
Amit

Same requirement i posted earlier
check this

Similar Messages

  • How to Merge two PDF documents orginally created in different programs?

    I am trying to find information on how you can merge a PDF document created in LiveCycle and a PDF created in PageMaker or Microsoft Word?
    I know that you can easily merge two PDF documents created in the same program, but I am specifically looking for how you can merge two PDF documents created from two different programs. A step by step process would be helpful, if you have that information. Thanks.

    You use Assembler for this purpose.
    1) Assembler can be accessed through LC Java API. See http://help.adobe.com/en_US/enterpriseplatform/10.0/programLC/help/index.html
    API Quick Starts (Code Examples) > Assembler Service API Quick Starts
    2) Last week I posted on generating and merging PDF's from PostScript. Take a look at the assembly service instance in the .lca. Assembler uses DDX (Document Description XML) to describe document construction. NOTE the .lca was developed with ES 3 (aka ADEP). The .lca It contains the most basic DDX.
    <?xml version="1.0" encoding="UTF-8"?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="out.pdf">
      <PDF source="inDoc1"/>
      <PDF source="inDoc2"/>
    </PDF>
    </DDX>
    http://forums.adobe.com/message/4019760#4019760
    DDX Reference at http://help.adobe.com/en_US/livecycle/9.0/ddxRef.pdf
    Steve

  • How to Append two  word documents into single  using   java

    How to Append two word documents into single using java
    we tried this but it's not append the one word document to other
    source code:public class AppendTwoWordFiles {
         public static void main(String []arg)throws IOException
              FileInputStream fi=null;
              FileOutputStream fo=null;
              try {
                   System.out.println("Enter the source file name u want to append");
                   BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
                   File f1=new File(br.readLine().toString());
                   System.out.println("Enter the Destination file name ");
                   File f2=new File(br.readLine().toString());
                   fi = new FileInputStream(f1);
                   fo = new FileOutputStream(f2,true);
                   byte b[]=new byte[2];
                   while((fi.read(b))!=-1);
              fo.write(b);
    System.out.println("Successfully append the file");
              } catch (FileNotFoundException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              finally{
              fi.close();
              fo.close();
    plz reply me quickly ,,,what can i follow

    Use this code ..
    and give the path of the both file like this.....
    source file ---- C:/workspace/Practice/src/com/moksha/ws/test/practice.text
    destination file ---- C:/workspace/City/src/com/moksha/ws/test/practice1.text
    import java.io.*;
    public class AppendTwoWordFiles {
         public static void main(String[] arg) throws IOException {
              FileInputStream fi = null;
              FileOutputStream fo = null;
              try {
                   System.out.println("Enter the source file name u want to append");
                   BufferedReader br = new BufferedReader(new InputStreamReader(
                             System.in));
                   File f1 = new File(br.readLine().toString());
                   System.out.println("Enter the Destination file name ");
                   File f2 = new File(br.readLine().toString());
                   fi = new FileInputStream(f1);
                   fo = new FileOutputStream(f2, true);
                   byte b[] = new byte[2];
                   int len = 0;
                   while ((len = fi.read(b)) > 0) {
                        fo.write(b, 0, len);
                   System.out.println("Successfully append the file");
              } catch (FileNotFoundException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              } finally {
                   fi.close();
                   fo.close();
    }

  • How to merge two movies documents into 1 in  iTunes?

    Can anyone tell me how to merge two movies documents into one in iTunes? Sorry maybe this is an easy and dumb question for you, but I have totally no idea. I download some movies in Windows and use Kigo Video Coverter to converte them into mp4 format. So I can watch it through new Apple TV in my big screen TV. Now I am thinking maybe I can upgrade my experience a bit more. Because some movies are downloaded into 2 or 3 separated document and I have to choose and click them while seeing. Is there any software can merge those separated documents into one single in mp4 format? I wish you could give me several to choose . Freeware is better. Thanks in advance.

    Thanks. I've tried simplemovies application but it seems too much complicated for me. I read some passages online and bought Quicktime Pro ($30) and finally link 2 mp4 documents together. So easy. Only issue is I have to pay $ 30 .

  • Export and split mail merge to Word Documents

    Hi there,
    I have a mail merge which creates one very long Pages document. I need to split the pages document into separate MS Word documents. Any suggestions?

    I should specify that I am dealing with a large number of documents and am looking for an automated solution. Essentially I want to do a mail merge but end up with individual MS Word documents for each person in the mail merge.
    So if I have 3 people:
    Alex
    Bob
    Cathy
    And I have one document which gets mail merged, I wanted to end up with
    Alex.doc
    Bob.doc
    Cathy.doc

  • Merging two XML Document Objects

    I'm trying to merge two seperate XML Document Objects into one Object.
    Any suggestions would be very much appreciated.
    This is what the Objects look like when returned.
    FIRST:
    <?xml version = '1.0'?>
    <app>
    <name>Home</name>
    <active>true</active>
    <order-as-sibling>1</order-as-sibling>
    </app>
    SECOND:
    <app>
    <name>Developers</name>
    <active>true</active>
    <order-as-sibling>6</order-as-sibling>
    </app>

    That would work nicely if the XML documents had names, but they are coming back as a list in an XML object. I have about 8 separate XML Objects I'd like to merge into one.
    Thanks

  • How to merge two pages documents

    I have two separate documents, one landscape and one portrait. I want to merge them into one pages file so I can then turn that into one pdf file.
    How can this be done?

    If you search in the existing threads, you will get a response because your question was already asked and responded.
    Some tools are able to merge different PDF.
    I posted a script doing that some days ago.
    Yvan KOENIG (VALLAURIS, France) dimanche 6 juin 2010 20:56:24

  • Can you merge two pages documents into one in new pages?

    I have a report and a few separate documents which I'd like to merge into one document. I've read that you can do this from thumbnails and copy the thumbnail but I just can't seem to do that either with right click or cmd C. (and the advice seemed to be pre the new pages)  I want to merge them without making them into PDFs (still want them editable).
    I have all the latest updates and system.

    My solution won't work without Pages '09. It is no longer available from Apple, though for about $20 USD one can get it from Amazon, and once installed in Yosemite, it must be updated from an Apple iWork 9.3 updater.
    If you had previously purchased Pages '09 from the OS X App Store, and it resides on an older Mac with OS X Lion or Mountain Lion, you should use the App Store to update it to v4.3. On those machines, the App Store will tell you that newer, incompatible Pages versions exist, and then it will offer to update your Pages '09 to the latest (4.3) version. Once this is done, you can simply copy that /Applications/Pages.app to a USB stick, create a new /Applications/iWork '09 folder on Yosemite, and transfer the Pages.app into that folder. If your Pages '09 was purchased on DVD, you will not be able to transfer it — and must be a new install on Yosemite, followed by the linked updater above. Takes all the joy out of working on a Mac.
    There is no assurance that Pages '09 will continue to work properly after forthcoming OS X updates. The ability to export via the Share menu and automatically open Apple Mail with the export as attachment feature is now broken.
    Pages v5.5.2, which is now available in the OS X App Store Updates — still does not support the solution you would like.

  • Merge two LiveCycle documents.

    I imported a Word Document into LiveCycle.  I was almost finished, when I needed to change the look of
    a couple of pages.  I edited the Word version, deleteting lines and text and then converted the necessary pages to a LiveCycle document.  I can 'extract' the 3 pages I don't want, but have no option to insert the new document file.  I also cannot rearrange the pages in the origianl LiveCycle document.  Any suggestions, other that starting over?

    I am a newbie and mostly self-taught.  Attached is one page that has the underlines.  What I am trying to do is to get rid of the underlines that came over from the Word Document and replace the first 3 columns with check boxes and a fill-in box on the final column. 
    ( I had to Google XFA doc to get an idea of what it is)  In the XML page, I didn't see any code that indicated underlining -- just bold and italic.
    Diana

  • I want to merge two msword files

    hi all,
    I am in the problem of merging two word docuements as one .I have to do it in java b'ce our tool is developed only java.I am in pressure to give a solution for this ....
    If any one know the solution for this........
    Send it to me imme................................
    Expecting ur replies.............
    babu.B
    [email protected]

    Thanks for ur reply.but the code i was trying is giving me some problem as it is merging only one file while i am trying to do with two files.the code i have written i am just sending it.u just go thru it.
    import java.io.*;
    public class test1{
    public static void main(String[] args) throws FileNotFoundException,IOException {
    try {
    FileInputStream fis = new FileInputStream("b.txt");
    FileInputStream fis1 = new FileInputStream("a.doc");
    FileOutputStream fos = new FileOutputStream("pq.doc",true);
    int i;
    while ((i=fis.read()) != -1) {
    fos.write(i);
    fis.close();
    int j;
    while ((j=fis1.read()) !=-1) {
    fos.write(j);
    fis1.close();
    fos.close();
    catch(Exception e){
    e.printStackTrace();
    Kindly let me know where the i missing or going wrong.
    as i know word documets will contain some information like header and footer with some stuff its not merging.how to over come this situation.
    plz help me out

  • Merging word document with pdf file how do you renumber pages?

    After merging a word document with pdf file, how do you renumber pages?  The pdf has more pages than the word document.  I first converted the word document to a pdf, using Acrobat Standard 9.

    Hi Petek ,
    After you merge the files or combine files ,click on the Page Thumbnails panel on the left hand side.
    In the Page Thumbnail panel ,right click and you will get a drop down list .Select the option "Number Pages".
    You will see a dialog box with several options .You can renumber the pages from there as per your requirement.
    Regards
    Sukrit Dhingra

  • File names after importing word document

    I'm creating webhelp by importing word document. My help is in two languages and yes i have two word documents. To keep the html filenames same for every same topic in english and arabic. I change the file names. Now i want save this setting for the project so while importing the documents again I should be able to reuse this changing filenames. So that it can be life saver for me by not repeating to change the filenames again.

    Thinking about this some more, I don't think the feature will do what you want. The filename and any formula will work according to how you paginate and will create a filename based on the heading. That will, I assume, differ from language to language.
    The only thing I can think of experimenting with is to have the headings in language one in all documents with the other language being below but not as a heading. Post import you could amend the Topic Title and Topic Heading but leave the filename. It's klunky but the best I can think of right now.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • RH11 "messes up" hyperlinks set in a linked word document

    Hello Adobe Community,
    I am having some troubles with RH11, importing Word-Docs and generating html code. The problem is the following:
    There is a word document "text1.docx" with some hyperlinks in it, which navigate to a certain html file in the RH output. Let me be a bit more precise:
    -I have two word documents: text1.docx (containing hyperlinks) and text2.docx (content unimportant)
    -Now I am importing both docx-files to RH but to different working folders so they appear in different folders in the RH output:
    create folder "folder1" in RH and import text1.docx into folder1
    create folder "folder2" in RH and import text2.docx into folder2
    -Now I am generating the output and the structure is the following:
    ... !SSL! --> Output --> folder1 --> text1.htm
                                --> folder2 --> text2.htm
                                --> index.htm
                                --> other files
    Because I know what the output structure will look like I set a hyperlink in "text1.docx" which navigates to the "text2.htm" file. The hyperlink looks like this: "../folder2/text2.htm"
    Somehow in the process RH "messes up" this link and replaces the relative part of the path with its temporary working directory. So after the process the link is not "../folder2/text2.htm" but "//file:/c:/Users/User1/AppData/Local/Temp/folder2/text2.htm". I think it is obvious that this link will not work. How do I manage it to tell RH not to change any part of the hyperlinks and just copy-paste it into the html file.
    I do not want to be rude, but I do not want to read anything about my approach and that it is not best practice etc.. Because we have approx. 500 documents with many hyperlinks of this type it is neither an option change the links within the word documents nor to manually edit them in RH.
    The past years we used a workaround with GREP to replace the wrong links with correct ones, but a solution within RH would be more comfortable.
    I hope you can help me :-)
    Best regards from Germany

    The problem is that Rh accepts what it is given by Word. Part of the import process is to first let Word convert the file to HTML format and Rh has to let Word do that. Word writes the link in the format you see.
    Add in that when you import document 1, there is no document 2 to give Rh a chance.
    Maybe someone at Adobe can figure out a solution as you are not the first person to flag this issue. Add your voice the chorus. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Applet to edit MS word document

    Hi,
    We have a requirement in Oracle EBS R12.0.6 to allow users to edit a Word document (report) generated out of the system and then process it further (merge multiple documents into 1 PDF).
    I cannot think of any way of implementing this requirement.
    Is it possible to create an applet that reads file generated on the server, displays and allows user to edit it, and once the user is satisfied have a button to merge the word documents (standard API's are availabe in EBS for this).
    I am not a Java expert, so if the above does not make much sense in Java world, please excuse
    Any pointers/suggestions would be greatly appreciated
    Thanks,
    Ashish

    Hello,
    I think I have the same Problem. Everytime I try to open / edit a WORD or EXCEL file in the Solution Manager I get the following error Message: THE DOCUMENT CANNOT BE EDITED.
    It seams like SM is not able to start the MS Word or MS Excel Application because with Txt Document types (where the SAP Editor is started) everything works fine.
    Thanks a lot for any help.
    Best regards,
    Manuel

  • We are not able to open ms-office 2013 two word simultaneously

    Hi Support,
    We are using MS-office 2013.We are not able to open the Two word document simultaneously at a time and sometimes it is showing pop in  word and not able to open the pop-up word document.
    Pls. share your ideas.
    Regards
    Pradeep.R

    Hi Charles,
    The way which i posted the question is not so clear.I want clarification in MS-Office word 2013.
    I have opened the fresh word 2013 and working on the word to prepare some documents.
    When i try to open the another saved word document it is overlapping one after another and the second word document showing blinking message and not able to open the second document.It is closing the second word document automatically.I can able to work
    with only one opened document and not able to open multiple word documents at a same time.
    The second question is How many word documents can be opened in a computer at a same time?Our work is based on word document only.  some of the users are opening the different word documents in the same computer minimum six or seven word documents 
    and working on the same.
    Suppose if we are opening and working with  multiple word & excel file at a same time whether it will affect the system slow?
    Looking forward for your reply at the earliest.
    Regards
    Pradeep.R
    Addressing number that can be open at once...
    This is a function of available RAM and hard drive space (although if you get into memory paging you really can slow down). It depends on the document size and also on processor speed. I have had 30 documents open at once. I often use Excel and Word at the
    same time. The more you have open, the slower your system will be, although it may not be noticed until you push the limits.
    Charles Kenyon Madison, WI

Maybe you are looking for

  • Receiving mail in Outlook Express 5

    I have an IBOOK OS 9.2 from 2001, with Outlook Express 5, which Microsoft no longer supports. Cannot send or receive mail currently. I think mail may be blocked by receipt of an email with 4 photo images. How can this be fixed?

  • Convert Binary Data into Pdf & send it as attachment in a mail from R/3

    Hi, Scenario: The interactive form saved in WebDynpro Application is sent to R/3 in binary format. It has to be converted into pdf and sent it as an attachment in mail to the respective person in workflow. Kindly help on these issues : 1. How to rece

  • SQL PLUSW.EXE Not Supported on oracle 11G

    I installed Oracle 11G and am not able to connect the GUI SQL Plus. When SQLPlus.exe is executed, it brings me to a DOS based version of SQL Plus. Is there a way I can get the GUI verison installed with 11G? i ve installed Oracle Database 11g Release

  • Complex data polymorphism with functions

    Hi Labview forum, I just came across several bugs in my VIs processing of complex data. I created the VIs with real data as inputs and outputs.  Then later wanted to use them with complex data input. I think the VI threw away the imaginary components

  • Change approver of Campaign approval

    Hello, I used the standard workflow for campaign approvals. What I want to do is to change the approver determination. I guess it will not be to complicated but as I am new to workflows I'm not clear how to solve it: The approver in this case should