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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham 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,UTF8 Path: g2news2.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Generating PDFs with Ada References: <4d2908c7$0$22120$742ec2ed@news.sonic.net> <4D297FED.8080201@obry.net> Date: Sun, 09 Jan 2011 21:29:00 -0500 Message-ID: <82vd1x330z.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:tRdpdz4wLZCrESOdWrvKSXMtcug= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 8fdb84d2a6efde029e66126892 Xref: g2news2.google.com comp.lang.ada:17321 Date: 2011-01-09T21:29:00-05:00 List-Id: Pascal Obry writes: > Le 09/01/2011 02:00, R. Tyler Croy a écrit : >> I have a project idea in my head that I'd /like/ to build with Ada rather than >> Python but I can't seem to find a library for generating PDF files with Ada. >> >> Does such a beast exist? > > Depending on the actual project, why not generate Latex and call > pdflatex to generate the PDF? I considered that path once for building better PDF versions of the Ada language reference manual. I concluded it was not any easier than generating the PDF in the first place. I suppose it depends on how complex your document is. -- -- Stephe