From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6071f84396b8f5aa X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.8.135 with SMTP id r7mr23180850pba.8.1318811641717; Sun, 16 Oct 2011 17:34:01 -0700 (PDT) Path: d5ni18917pbc.0!nntp.google.com!news2.google.com!postnews.google.com!p35g2000prp.googlegroups.com!not-for-mail From: Robin Vowels Newsgroups: comp.lang.ada Subject: Re: Writing PDF files Date: Sun, 16 Oct 2011 17:27:43 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8917f181-1e2a-49d1-908b-8f975dc451e9@p35g2000prp.googlegroups.com> References: NNTP-Posting-Host: 118.107.150.242 Mime-Version: 1.0 X-Trace: posting.google.com 1318811641 28768 127.0.0.1 (17 Oct 2011 00:34:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 17 Oct 2011 00:34:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p35g2000prp.googlegroups.com; posting-host=118.107.150.242; posting-account=S_MdrwoAAAD7T2pxG2e393dk6y0tc0Le User-Agent: G2/1.0 X-HTTP-Via: 1.0 unix-sh-proxy-prd-01:3128 (squid/2.5.STABLE6) X-Google-Web-Client: true X-Google-Header-Order: ARLUHCVFNK X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe) Xref: news2.google.com comp.lang.ada:13985 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-10-16T17:27:43-07:00 List-Id: On Oct 17, 11:04=A0am, Bill Findlay wrote: > I am writing a KDF9 emulator in Ada 2005, and have reached the stage of > simulating a graph-plotter device. =A0I'm hoping to do this by converting > KDF9 plot commands into a PDF file, but am having difficulty finding a > useful source of info on what a minimal PDF graphics file should contain. You are possibly better off attempting to generate a PCX file or something similar, or even a DOC file.