The sample KiraBookmarks.txt file, saved in UTF-8 encoding:
Kira/1
Goddess/2
3. Steps to reproduce
I downloaded the latest JPdfBookmarks version from Sourceforge → I added path to JPdfBookmarks folder as value of PATH environment variable → I tried to insert bookmarks via CLI as described in documentation.
4. Behavior
4.1. Unwanted
jpdfbookmarks_cli:
jpdfbookmarks_cli --apply KiraSamplePDF.pdf KiraBookmarks.txt KiraPDFWithTOC.pdf
Error: the program was unable to open the file KiraBookmarks.txt
jpdfbookmarks.jar:
java -jar jpdfbookmarks.jar --apply KiraSamplePDF.pdf KiraBookmarks.txt KiraPDFWithTOC.pdf
Error: the program was unable to open the file KiraBookmarks.txt
1. Summary
JPdfBookmarks CLI doesn’t work for me.
2. Data
KiraSamplePDF.pdf.KiraBookmarks.txtfile, saved in UTF-8 encoding:3. Steps to reproduce
I downloaded the latest JPdfBookmarks version from Sourceforge → I added path to JPdfBookmarks folder as value of
PATHenvironment variable → I tried to insert bookmarks via CLI as described in documentation.4. Behavior
4.1. Unwanted
jpdfbookmarks_cli:jpdfbookmarks.jar:jpdfbookmarks:JPdfBookmarks window appears for a short time and nothing else happens.
4.2. Desired
I successful added TOC via JPdfBookmarks GUI.
5. Environment
Java:
Thanks.
Hello, it seems you are using the wrong syntax, try with:
You can print some help instructions with:
Let me know if it works.
Status: CONFIRMED ✔️
@Flaviano Petrocchi, thanks, it works for me!
Question
Where I can find actual JPdfBookmarks documentation? Before submitting my issue I read flavianopetrocchi.blogspot.com and jpdfbookmarks.altervista.org, and there I didn’t find the syntax as in the comment above.
Thanks.