Tools to convert the Photo Story 3 format into a Bloom book format
You will need a copy of Bloom to perform the conversion. Install it from bloomlibrary.org/installers.
Run
PhotoStoryToBloomConverter.exe -h
to see usage details.
We have included a Word macro which can be used to convert from .doc format to .docx format. The tool requires the Word documents containing the text to be .docx files.
See the macro code and instructions in BatchDoctoDocxMacro.txt.
This macro is for mass conversion. A user can also convert files one at a time by opening the files and saving them as .docx.
This project is built in Visual Studio to run on Windows.
There is a dependency on libpalaso which can be downloaded from build.palaso.org. Run build/getDependencies-windows.sh
.
Open the PhotoStoryToBloomTools.sln file in Visual Studio.
- Commit and push the code to
master
. - Commit and push a new tag, e.g.
v1.0.17
. - Update the version number in
CABExtracter/Properties/AssemblyInfo.cs
andPhotoStoryToBloomConverter/Properties/AssemblyInfo.cs
. - In VS, in the Installer properties, update the version number.
- In VS, build Release.
- In VS, right-click Installer, "Build".
- The installer output is
Installer/Release/PhotoStoryToBloomConverterInstaller.msi
. - Upload for IMS to their Drive.
On github.com