Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

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

Revision 1.5, Tue Feb 11 20:10:30 2003 UTC (21 years, 2 months ago) by lynx


Changes since 1.4: +2 -3 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

/*
 * $Id: pdf.h,v 1.5 2003/02/11 20:10:30 lynx Exp $
 */
#ifndef PDF_H
#define PDF_H

struct contents {
    int length;
    char filter;
    char *stream;
};

struct resources {
    int type;
};

struct page {
    struct contents contents;
    struct resources resources;
    int mediabox[4];
    int parent;
};

#endif                /* ifndef PDF_H */

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top