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.38.38 with SMTP id d6mr23512529pbk.4.1318817919891; Sun, 16 Oct 2011 19:18:39 -0700 (PDT) Path: d5ni19319pbc.0!nntp.google.com!news1.google.com!postnews.google.com!o19g2000vbk.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: Re: Writing PDF files Date: Sun, 16 Oct 2011 19:18:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 71.175.94.19 Mime-Version: 1.0 X-Trace: posting.google.com 1318817916 29783 127.0.0.1 (17 Oct 2011 02:18:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 17 Oct 2011 02:18:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o19g2000vbk.googlegroups.com; posting-host=71.175.94.19; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUARLECNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50,gzip(gfe) Xref: news1.google.com comp.lang.ada:18501 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-10-16T19:18:29-07:00 List-Id: On Oct 16, 8:04=A0pm, 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. > > Is there a (preferably, simple) Ada library for this purpose, by any chan= ce? > > BTW I'm using MacOS X Lion. > > -- > Bill Findlay > with blueyonder.co.uk; > use =A0surname & forename; Search for a library Haru which helps you create pdf files. It does support adding graphics files. might give you adequate info. I have built an ada interface to this as well. cheers, srini