Comment 12 for bug 307459

Revision history for this message
In , Albert Astals Cid (aacid) wrote :

I'm not sure i like this errCode meaning change, after all PDFDoc.h says

  // Was PDF document successfully opened?
  GBool isOk() { return ok; }

  // Get the error code (if isOk() returns false).
  int getErrorCode() { return errCode; }

what about changing PDFDoc::saveAs to return an int?