Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Boris Kocherov
cloudooo
Commits
751c8c55
Commit
751c8c55
authored
6 years ago
by
Boris Kocherov
Browse files
Options
Download
Email Patches
Plain Diff
use PyPDF2 instead pyPdf
parent
8d961729
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cloudooo/handler/pdf/handler.py
cloudooo/handler/pdf/handler.py
+2
-2
setup.py
setup.py
+1
-1
No files found.
cloudooo/handler/pdf/handler.py
View file @
751c8c55
...
...
@@ -34,8 +34,8 @@ from cloudooo.util import logger, parseContentType
from
subprocess
import
Popen
,
PIPE
from
tempfile
import
mktemp
from
p
yP
df
import
PdfFileWriter
,
PdfFileReader
from
p
yP
df
.generic
import
NameObject
,
createStringObject
from
P
yP
DF2
import
PdfFileWriter
,
PdfFileReader
from
P
yP
DF2
.generic
import
NameObject
,
createStringObject
class
Handler
(
object
):
"""PDF Handler is used to handler inputed pdf document."""
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
751c8c55
...
...
@@ -13,7 +13,7 @@ install_requires = [
'zope.interface'
,
'PasteDeploy'
,
'PasteScript'
,
'
p
yP
df
'
,
'
P
yP
DF2>=1.26.0
'
,
'WSGIUtils'
,
'psutil>=3.0.0'
,
'lxml'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment