IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2020, 4:11:54 PM (6 years ago)
Author:
eugene
Message:

add PDF native support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/include/structures.h

    r41157 r41320  
    250250  char *name;
    251251} Section;
     252
     253typedef struct {
     254  FILE *f;
     255  int Nsegment;
     256  int NSEGMENT;
     257  int *offset;
     258  int *objnum;
     259
     260  int Nstream;
     261  int NSTREAM;
     262  int *streamObjnum;
     263
     264  int Nimage;
     265  int NIMAGE;
     266  int *imageObjnum;
     267} PDF_FILE;
     268
Note: See TracChangeset for help on using the changeset viewer.