README.md in pdfs2pdf-0.1.4 vs README.md in pdfs2pdf-0.1.5
- old
+ new
@@ -91,22 +91,9 @@
```
This will merge all the pdf files from `test/fixtures/samples` and generate the
`pdfs2pdf_samples.pdf`.
-### Known Issues
-
-- The combined bookmarks sometime does not produce the correct links to page number.
-Currently I am not sure what the workaround is. I love to hear from you if
-know more about the 'pdfmarks' format and how it works with the bookmarks.
-
-- The directory that contains the pdf files must only contain the
-letters, numbers and/or underscore characters. Any other characters like
-`-` (dash) may caused the 'pdfmarks' file to produce incorrect bookmarks.
-
- * Solution: try rename your folder to 'something_with_underscore' but not
- 'something-with-dash' before running the command.
-
### Contributing
1. Fork it ( http://github.com/agilecreativity/pdfs2pdf/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)