You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\Desktop\ScienceDecrypting-master\ScienceDecrypting-master\decrypt.py", line 387, in
main()
File "D:\Desktop\ScienceDecrypting-master\ScienceDecrypting-master\decrypt.py", line 382, in main
decrypt_file(options.src, options.dst)
File "D:\Desktop\ScienceDecrypting-master\ScienceDecrypting-master\decrypt.py", line 319, in decrypt_file
raise CustomException("文件格式错误 {}".format(tail))
CustomException: 文件格式错误 b'\nstartxref\r\n181284201\r\n%%EOF\r\n'
这是为啥
Traceback (most recent call last): File "D:\Desktop\ScienceDecrypting-master\ScienceDecrypting-master\decrypt.py", line 387, in main() File "D:\Desktop\ScienceDecrypting-master\ScienceDecrypting-master\decrypt.py", line 382, in main decrypt_file(options.src, options.dst) File "D:\Desktop\ScienceDecrypting-master\ScienceDecrypting-master\decrypt.py", line 319, in decrypt_file raise CustomException("文件格式错误 {}".format(tail)) CustomException: 文件格式错误 b'\nstartxref\r\n181284201\r\n%%EOF\r\n' 这是为啥
科学文库下载的文件格式改掉了,以前打开显示破损,现在打开是第一页显示版权保护,原来的用不了了
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
According to https://github.com/SHMinger/ScienceDecrypting, the version of pypdf2 should be 1.26.0. Otherwise, there might be version error.