Open GoogleCodeExporter opened 9 years ago
Original comment by pal...@chromium.org
on 25 Sep 2014 at 11:02
Original comment by pal...@chromium.org
on 25 Sep 2014 at 11:24
Here is a first attempt at part of it. Don't know if it's any good:
https://codereview.chromium.org/607643004
Original comment by pal...@chromium.org
on 26 Sep 2014 at 12:40
Hey, thanks for picking that up.
Yes that looks like a good start. One thing that isn't clear is what state the
FileRead is left after (attempting) to read the PDF. In particular (the only
case where it matters is the password-protected), can the same object be reused
and resubmitted with a different password, or do we have to discard it and give
a new one?
Could we think of one unified method that would take all 3 cases, not only 2 of
them:
- File as path (string)
- file as fd (int)
- memory as a buffer (void* + length)
Original comment by t...@google.com
on 29 Sep 2014 at 11:36
Original issue reported on code.google.com by
t...@google.com
on 19 Sep 2014 at 2:09