life888888 - 2023-09-04

I'm going to share my three Repostories on Github.

JPdfBookmarks-Maven-Patch

https://github.com/life888888/JPdfBookmarks-Maven-Patch

Automated shell script to convert JPdfBookmarks from ant to maven.

After converting to the Maven project structure, you can use most of the IDE tools that currently support Maven projects to import, and then edit and execute tests. It is not limited to NetBeans, IDEA, and Eclipse.

I did my best to compare the relevant settings.

JPdfBookmarks

https://github.com/life888888/JPdfBookmarks

The modified content is described as follows:

Bug Fix

  • JPdfBookmarks GUI mode open a pdf include jpen 2000 images will throw
    RuntimeException: JPeg 2000 Images needs the VM parameter

  • JPdfBookmarks GUI mode open a pdf have bookmarks include CJK (Chinese ,
    Japanese , Korean ) characters will show like tofu char ()

Improve

  • Add jpdfbookmarks_cli.l4j.ini , jpdfbookmarks.l4j.ini
    ** User can change lauch4j JVM options by modify jpdfbookmarks_cli.l4j.ini
    , jpdfbookmarks.l4j.ini

  • Change lanuch4j exe prompt user jre download URL

  • Add conf/jpdfbookmarks.logging.properties
    ** User can see log (jpdfbookmarks.0.log) under home folder
    ** User can change jpdfbookmarks.logging.properties setting like
    it.flavianopetrocchi.jpdfbookmarks.level = SEVERE or change .level= ALL

  • Add conf/jpdfbookmarks.cjk.font.properties
    ** User can change JPdfBookmarks GUI mode , fonts size (like cjk.fontSize =
    16)

  • Add
    locales/it/flavianopetrocchi/jpdfbookmarks/locales/localizedText_xx_YY.properties
    ** User can copy localizedText.properties.template and rename to his
    language and country code.
    ** User can do his own locales.

JPdfBookmarks_INSTALLER_BUILD

https://github.com/life888888/JPdfBookmarks_INSTALLER_BUILD

Use the built-in jpackage above JDK 14+ to generate corresponding rpm, deb,
msi files from JPdfBookmarks.

 

Last edit: life888888 2023-09-04