• Login
Community
  • Login

Complete Newbie

Scheduled Pinned Locked Moved General Discussion
wordhelpsourcecode
4 Posts 4 Posters 2.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    Amelia Trisco
    last edited by Apr 30, 2017, 9:57 AM

    Hi,
    I’ve recently installed Notepad++ and needed it edit the source code of a .docx Word Document file to change the internal ‘strings’ of text whilst maintaining the original outward appearance of the document. In order to do this do I need to convert the .docx to a .zip and then locate the ‘document.xtml’ folder or can I just put in the actual .docx to change the source code?

    Thanks in advance if you can help - this is kind of an obscure question.

    C 1 Reply Last reply Apr 30, 2017, 10:08 PM Reply Quote 0
    • C
      Claudia Frank @Amelia Trisco
      last edited by Apr 30, 2017, 10:08 PM

      @Amelia-Trisco

      npp isn’t the right tool to do that.
      LibreOffice or OpenOffice can handle .docx files very well.

      Cheers
      Claudia

      1 Reply Last reply Reply Quote 0
      • G
        gstavi
        last edited by May 2, 2017, 10:52 PM

        @Amelia-Trisco
        After reading your question I googled a bit and found out that docx is indeed a zip file.
        While I agree with @Claudia-Frank that Notepad++ is not the ideal tool for them, if for some reason you want to use it then you will need to:

        • Unzip the docx file into some directory.
        • Edit the XML files that were extracted.
        • Rezip the files into docx and hope that everything is still consistent.
        1 Reply Last reply Reply Quote 0
        • P
          Per Isakson
          last edited by May 2, 2017, 11:49 PM

          @Amelia-Trisco

          If you want to interactively edit some string values, I think you should consider to use an XML Editor, e.g. XML Notepad. See: Comparison of XML editors

          1 Reply Last reply Reply Quote 0
          4 out of 4
          • First post
            4/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors