PdfJumbler Wiki
Status: Beta
Brought to you by:
immoartl
Development has moved to https://github.com/mgropp/pdfjumbler/
A simple tool to rearrange/merge/delete pages from PDF files. The modular backend system uses either JPedal or JPod to display PDFs and iText or Apache PDFBox to save them.
Is the project abandoned?
Will there be no more new versions?
Thanks for the program under a free open source license! Added a program to a Russian-language site about free open source software, here is the link (xn--90abhbolvbbfgb9aje4m.xn--p1ai).
Please do not abandon the project! This is a very interesting program!
Will stable versions be published here?
Hey, thanks for the kind comment and your support!
Yes, the project is kind of abandoned at the moment...
PdfJumbler depends on external libraries for PDF rendering, and when I wrote the program, I added support for two.
One of them hasn't been updated in seven years and doesn't work with current Java runtime environments, the other one is no longer open source.
If if find the time, I might look into alternatives, but right now I can't even build the program...
Soo... I actually found some time today, and it turns out that Apache's PdfBox has improved quite a bit and can now render PDF files.
=> I just updated PdfJumbler, added support for PDF rendering through PdfBox and removed the broken dependencies. Hope it works...
Thank! Works! Are you planning to translate into other languages? ready to help with translation into Russian.
Whohoo! :)
Oh, that would be awesome!
If you want to give it a try, check out the files in https://github.com/mgropp/pdfjumbler/tree/master/src/main/java/net/sourceforge/pdfjumbler/i18n and create a new file PdfJumblerResources_ru.java with the translation.
Let me know if you need any help!
I attach the translation file
Omg, that was fast!
Thank you so much for your help!! :)
I have added the file to git here:
https://github.com/mgropp/pdfjumbler/blob/master/src/main/java/net/sourceforge/pdfjumbler/i18n/PdfJumblerResources_ru.java
I also added your user name to the file, if you want to be credited differently, let me know!
And... Could you check the translation for the two rotate commands? I used Google Translate for these... :]
{ ROTATE_CW, "Повернуть по часовой стрелке" },
{ ROTATE_CCW, "Вращать против часовой стрелки" },
better change to
{ ROTATE_CW, "Повернуть по часовой стрелке" },
{ ROTATE_CCW, "Повернуть против часовой стрелки" },
if necessary, I can send it as a file
Updated. Thanks a lot! :)
And when will there be a release with Russian? I just need to make a note on the site that the program is translated into Russian.
I actually just created one! :)
https://github.com/mgropp/pdfjumbler/releases/tag/v0.3.0