ray.yukawai commited on
Commit
73cf78e
·
unverified ·
1 Parent(s): acf17aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -4,14 +4,16 @@
4
  ## About ##
5
  Scribd-dl helps downloading documents on [scribd.com](https://www.scribd.com/) without membership / sign-in.
6
  2 modes are available:
7
- - default: the .pdf file is generated by chromium's print function
8
- - image-based the .pdf file is generated by image snapshots taken for pages
 
 
9
 
10
  It is prefer to use the `default` mode as it gives a better performance in generation time and file size.
11
  `image-based` mode is a backup solution in case the `default` mode doesn't work as expected.
12
 
13
  Friendly reminder:
14
- 1. The .pdf generated by `image-based` mode is formed by images, so it does NOT contain any text.
15
 
16
  ## Development Plan ##
17
  Scribd obfuscates the .pdf files, the texts copied from the documents will become strange garbled message.
 
4
  ## About ##
5
  Scribd-dl helps downloading documents on [scribd.com](https://www.scribd.com/) without membership / sign-in.
6
  2 modes are available:
7
+ - default:
8
+ - the .pdf file is generated by chromium's print function
9
+ - image-based:
10
+ - the .pdf file is generated by image snapshots taken for pages
11
 
12
  It is prefer to use the `default` mode as it gives a better performance in generation time and file size.
13
  `image-based` mode is a backup solution in case the `default` mode doesn't work as expected.
14
 
15
  Friendly reminder:
16
+ 1. The .pdf files generated by `image-based` mode is formed by images, so it does **NOT** contain any text.
17
 
18
  ## Development Plan ##
19
  Scribd obfuscates the .pdf files, the texts copied from the documents will become strange garbled message.