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,666bab5bfbdf30c2 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!k25g2000vbl.googlegroups.com!not-for-mail From: leonid Newsgroups: comp.lang.ada Subject: Re: Generating PDFs with Ada Date: Sun, 9 Jan 2011 03:28:17 -0800 (PST) Organization: http://groups.google.com Message-ID: <239a1048-48ea-4327-99e3-5e7de25e60cf@k25g2000vbl.googlegroups.com> References: <4d2908c7$0$22120$742ec2ed@news.sonic.net> <1hl0gfzj2xcx5$.18403l2sdbns4.dlg@40tude.net> NNTP-Posting-Host: 94.230.88.133 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1294572497 4415 127.0.0.1 (9 Jan 2011 11:28:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 9 Jan 2011 11:28:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k25g2000vbl.googlegroups.com; posting-host=94.230.88.133; posting-account=gOkKbAoAAACKpspXTBDXeWNsiTyhFowY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 4.0.20506; InfoPath.3),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:17317 Date: 2011-01-09T03:28:17-08:00 List-Id: On Jan 9, 11:43=A0am, "Dmitry A. Kazakov" wrote: > On 09 Jan 2011 01:00:55 GMT, R. Tyler Croy wrote: > > > I have a project idea in my head that I'd /like/ to build with Ada rath= er than > > Python but I can't seem to find a library for generating PDF files with= Ada. > > > Does such a beast exist? > > Cairo has PDF surfaces. A surface in Cairo is the backend where the drawi= ng > goes. So you can paint and write texts directly into a PDF file from Ada > using cairoada bindings. > > -- > Regards, > Dmitry A. Kazakovhttp://www.dmitry-kazakov.de qtada (http:/users1.jabry.com/adastudio/index.html) supports all document formats Leonid