realbasic-nug
[Top] [All Lists]

Re: OT: The Presidency (Election Graphics Software)

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: OT: The Presidency (Election Graphics Software)
From: John Balestrieri <lists@tinrocket.com>
Date: Thu, 13 Nov 2008 02:14:53 -0500
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <DFEFB978-2E84-4E0B-83C8-CEC6FD89A079@rbclass.com>
References: <tfmAC1Y5HPEML000-93860-1226453647-845123-962692999@emailias.com> <2139DAE9-DDD2-49DC-BC52-B74B46F5939D@tinrocket.com> <DFEFB978-2E84-4E0B-83C8-CEC6FD89A079@rbclass.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
I used my SuperGraphics framework as a one-stop solution (which is open source -- but I don't think I have a public link on my site yet). Since SuperGraphics is an abstraction class for a variety of vector graphics formats, I have subclasses for SVG, PDF (using CoreGraphics, via MBS plugins) & "Retained-mode" (which lets me manipulate the contents of the document).

Basically, the process was: SVG files were loaded into a SuperGraphics retained-mode object -- a DOM set of objects that represented the structure of the SVG file. I "did stuff" to this object, including drawing new shapes and converting all the colors from RGB to CMYK. I then created a SuperGraphics CoreGraphics PDF object and .Drew the retained mode version of the document to a file.

The OS X PDF engine is not the best for pre-press, though -- overprinting is not supported, for instance. I might create another SuperGraphics subclass in the future that implements a different PDF engine

John

On Nov 12, 2008, at 4:49 AM, Mark O'Neill wrote:

What did you use for outputting the PDFs as a matter of interest, John?


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>