File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set(KPDFSYNC_BIN_DIR ${CMAKE_BINARY_DIR}/bin)
1010set (KPDFSYNC_LIBS_DIR ${CMAKE_CURRENT_SOURCE_DIR} /lib)
1111set (KPDFSYNC_DOCS_DIR ${CMAKE_CURRENT_SOURCE_DIR} /docs)
1212set (KPDFSYNC_RELEASE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /release)
13- set (KPDFSYNC_PACK_DIR ${KPDFSYNC_RELEASE_DIR} /current)
13+ set (KPDFSYNC_PACK_DIR ${KPDFSYNC_RELEASE_DIR} /current/kpdfsync )
1414set (KPDFSYNC_RELEASE_RESOURCE_DIR ${KPDFSYNC_RELEASE_DIR} /resource )
1515
1616set (KPDFSYNC_JDK_VER_TARGET 8)
@@ -25,7 +25,7 @@ set(JAVA_CLASS_DIR ${CMAKE_BINARY_DIR}/class)
2525set (KPDFSYNC_PACK_DIR_FILES
2626 ${KPDFSYNC_RELEASE_RESOURCE_DIR} /kpdfsync.bat
2727 ${KPDFSYNC_RELEASE_RESOURCE_DIR} /kpdfsync
28- ${KPDFSYNC_DOCS_DIR} /QuickReference .pdf
28+ ${KPDFSYNC_DOCS_DIR} /Manual .pdf
2929 ${CMAKE_CURRENT_SOURCE_DIR} /LICENSE
3030 ${CMAKE_CURRENT_SOURCE_DIR} /README.md
3131)
Original file line number Diff line number Diff line change 22
33![ Screenshot] ( /docs/images/screenshot_alpha.png )
44
5- I sometimes read PDF documents on my Kindle and anyone who does the same, knows that highlights and
6- notes taken on the Kindle are not saved on the PDF file itself. This presents a huge problem
7- archiving my notes and to redo the highlights and copy the notes manually on to the PDF later on
8- is not practical for me.
5+ When reading PDF documents on Kindle, the major annoyance is that the it does not save the
6+ highlights and notes on the files themselves.
7+
8+ As the highlights and notes can only seen on a Kindle, reading the PDF file in any other device is
9+ like reading the file from the start. This also means that I cannot have backup of the file (with
10+ the annotations from Kindle) or share it with anyone.
911
1012This software tries to provide a solution. ** kpdfsync** reads the ‘My Clippings.txt’ text file for
1113the highlights and notes and then applies them in the correct place on a PDF file.
You can’t perform that action at this time.
0 commit comments