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

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

Revision 1.3, Sat Nov 30 19:38:09 2002 UTC (21 years, 4 months ago) by lynx


Changes since 1.2: +1 -0 lines

Completly rewriten 1 phase parsing code,seems to work on all PDF documents.
Added very simple drawing code,now draw only text in the simplest form.
probe_ptree() need to be rewriten.

#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <vga.h>
#include <vgagl.h>
#ifndef CPDF_H
#define CPDF_H
FILE *fp;
struct stat fpstat;
GraphicsContext *physicalscreen;
GraphicsContext *virtualscreen;
void loop(void);
#endif

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