• * Define it even though previous experiments have shown it to be
      unnecessary since it seems like it may be necessary after all
    * Add QPDF_DLL_CLASS to QPDFObjectHelper and QPDFDocumentHelper in
      case there's some future unknown reason why someone may want to have
      them and/or in case it helps with the weird
      QPDFNameTreeObjectHelper problem.
    Jay Berkenbilt authored
     
    Browse Dir »










  • Replace operator== and operator!=, which were testing for the same
    underlying object, with isSameObjectAs. This change was motivated by
    the fact that pikepdf internally had its own operator== method for
    QPDFObjectHandle that did structural comparison. I backed out qpdf's
    operator== as a courtesy to pikepdf (in my own testing) but also
    because I think people might naturally assume that operator== does a
    structural comparison, and isSameObjectAs is clearer in its intent.
    Jay Berkenbilt authored
     
    Browse Dir »
  • Expose functions to the C API to create new loggers and to setLogger
    and getLogger for QPDF and QPDFJob.
    Jay Berkenbilt authored
     
    Browse Dir »