Hello. Open or drag .pdf / .djvu file to field "Bookmark source". Press button "Save Copy As.." on bottom toolbar. Or from the command line enter command: OutlineTool.exe input.pdf output.txt
Hello. Unfortunately, currently the Mono platform and Windows Forms technology are not implemented for Windows ARM64 and Apple M1 platforms. This is a limitation of the platform on which the program runs. I don't have the opportunity to rewrite the program right now. Anyway, thanks for the feedback.
I have added your translation file to version 1.1.6.4. Thank you for participating in the project.
Thanks for the Spanish translation, I will add it in the next release
You can translate bookmarks from the command line with transalte-shell https://ubunlog.com/en/translate-shell-translate-terminal/ Example for Linux or Windows WSL: // Install required packages sudo apt-get install mono-complete sudo apt-get install djvulibre-bin sudo apt-get install translate-shell // Export bookmarks to a text file mono ./OutlineTool.exe -source:document.pdf -target:toc.txt // Translate toc.txt to German language and save result to translated.txt trans :de file://toc.txt > translated.txt...
You can translate bookmarks from the command line with transalte-shell https://ubunlog.com/en/translate-shell-translate-terminal/ Example for Linux or Windows WSL: // Installing required packages sudo apt-get install mono-complete sudo apt-get install djvulibre-bin sudo apt-get install translate-shell // Export bookmarks to a text file mono ./OutlineTool.exe -source:document.pdf -target:toc.txt // Translate toc.txt to German language and save result to translated.txt trans :de file://toc.txt > translated.txt...
Please add support to translate bookmarks
You can translate bookmarks from the command line with transalte-shell https://ubunlog.com/en/translate-shell-translate-terminal/ Example for Linux or Windows WSL: // Installing required packages sudo apt-get install mono-complete sudo apt-get install djvulibre-bin sudo apt-get install translate-shell // Export bookmarks to a text file mono ./OutlineTool.exe -source:document.pdf -target:toc.txt // Translate toc.txt to German language and save result to translated.txt trans :de file:///toc.txt > translated.txt...