Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 18. apríl 2024

Súbor: [Platon] / cpdf / filter.h (stiahnutie)

Revízia 1.7, Tue Feb 11 20:10:30 2003 UTC (21 years, 2 months ago) by lynx


Zmeny od 1.6: +1 -1 [lines]

improved reading and working with objects
remove read bug from get_startxref() if PDF uses \r\n as a newline.
better reading streams.
AND MANY MANY MORE! :))) but you still cant use it :-D

#ifndef FILTER_H
#define FILTER_H

#include <stdint.h>
#include <zlib.h>

#define FLATEDECODE 1
#define DCTDECODE 2
#define HEXDECODE 3
#define DECODE85 4
void *filter(char number, uint8_t * src, uint32_t srclen, void *dest,
         unsigned long *destlen);
void *flatedecode(Bytef * dest, uLong * destlen, Bytef * src,
          uLong srclen);
void *asciihexdecode(void *dest, uint8_t * src, int srclen);
#endif

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok