Skip to content
  • Tomáš Stefan's avatar
    Big refactoring · 2f78f75d
    Tomáš Stefan authored
    now possible to set data as one of the following:
     - FILE *
     - path to the file (const char *)
     - char *, pointing to the pdf content
    
    all data related operations got their custom functions
    
    if the input source is file and its size is under threshold defined
     in config.h, all the content is loaded into memory
    2f78f75d