Skip to content

Commit 6cab09c

Browse files
committed
Merge branch 'release/alpha/master'
2 parents 3b56514 + b8254ae commit 6cab09c

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(KPDFSYNC_BIN_DIR ${CMAKE_BINARY_DIR}/bin)
1010
set(KPDFSYNC_LIBS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib)
1111
set(KPDFSYNC_DOCS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/docs)
1212
set(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)
1414
set(KPDFSYNC_RELEASE_RESOURCE_DIR ${KPDFSYNC_RELEASE_DIR}/resource)
1515

1616
set(KPDFSYNC_JDK_VER_TARGET 8)
@@ -25,7 +25,7 @@ set(JAVA_CLASS_DIR ${CMAKE_BINARY_DIR}/class)
2525
set (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
)

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
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

1012
This software tries to provide a solution. **kpdfsync** reads the ‘My Clippings.txt’ text file for
1113
the highlights and notes and then applies them in the correct place on a PDF file.

docs/HowToSImplified.odt

-72 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)