Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

File: [Platon] / cpdf / filter.h (download)

Revision 1.7, Tue Feb 11 20:10:30 2003 UTC (21 years, 1 month ago) by lynx


Changes since 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.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top