-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for .pptx diff #1581
Comments
Welcome!
I am all for supporting more formats, in particular when it comes to little cost.
This comes from http://docx2txt.sourceforge.net/, and maybe there was already work/thought in that direction by that project?
That one looks simple enough, I think it would make for a great way to support
That one is actually an adaptation of afore-mentioned Maybe you can compare the output on one of your As to the way to include this: you will first want to create a Pacman package. For this, install the Git for Windows SDK via Then, initialize the Then, copy the To test that this worked, run When everything works, commit and push (fork https://github.com/git-for-windows/MSYS2-packages unless you have done that already), then open a Pull Request. The next step is to build an installer: Then, adjust Now, you will also want to adjust the Git attributes and the You will also want to build and install that Now you can test and verify that the Once that file is edited appropriately, build another installer: When that test is successful, please also commit, push and open a Pull Request (this time at https://github.com/git-for-windows/build-extra). Thank you for having this splendid idea, and for offering to work on it! |
@dscho sorry for not pursuing this. I created my own Markdown based slide generator instead. |
Setup
W10 Pro 1709, 64bit
defaults?
Details
Currently, when you try to diff pptx files (Powerpoint presentation), it only shows that the binary files differ:
Diffing already works for
.doc
,.docx
,.pdf
and several other binary files. It would be nice to have it working also for presentations.I found these related issues:
I also discovered some tools that may be able to the the pptx conversion:
dbashford/textract
written in JS, so not an option)I checked that the
docx2txt.pl
included in the distribution (inGit\usr\bin\docx2txt.pl
) is more advanced (configurable unzipping tool etc.), so it would make more sense to adapt it to work with pptx.What do you think?
If you think that pursuing PPTX diffing is a good idea, I'd love to work on it (or at least try it).
The text was updated successfully, but these errors were encountered: