PostScript Language Reference
Title | PostScript Language Reference PDF eBook |
Author | Adobe Systems |
Publisher | Addison-Wesley Professional |
Pages | 916 |
Release | 1999 |
Genre | Computers |
ISBN |
Also known as "The Red Book", this authoritative manual from the creators of PostScript contains the complete description of every command and operation in the language, plus information on the recent Language Level 3 extensions. The CD-ROM contains the entire text in PDF.
PostScript Language Reference Manual
Title | PostScript Language Reference Manual PDF eBook |
Author | |
Publisher | |
Pages | 299 |
Release | 1990 |
Genre | |
ISBN |
Adobe Type 1 Font Format
Title | Adobe Type 1 Font Format PDF eBook |
Author | Adobe Systems |
Publisher | Addison Wesley Publishing Company |
Pages | 116 |
Release | 1990 |
Genre | Computers |
ISBN |
PDF Reference
Title | PDF Reference PDF eBook |
Author | Adobe Systems |
Publisher | Addison-Wesley Professional |
Pages | 982 |
Release | 2001 |
Genre | Computers |
ISBN | 9780201758399 |
Practical recommendations for application developers who want to generate efficient PDF files. New PDF 1.4 features include Tagged PDF, Referenced PDF, PDF Metadata Architecture, forms enhancements, JBIG2 support, and more. Example files, predefined font encodings, PDF page-marking operators, and other essential information.
The Definitive ANTLR 4 Reference
Title | The Definitive ANTLR 4 Reference PDF eBook |
Author | Terence Parr |
Publisher | Pragmatic Bookshelf |
Pages | 420 |
Release | 2013-01-15 |
Genre | Computers |
ISBN | 1680505009 |
Programmers run into parsing problems all the time. Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features. Build your own languages with ANTLR v4, using ANTLR's new advanced parsing technology. In this book, you'll learn how ANTLR automatically builds a data structure representing the input (parse tree) and generates code that can walk the tree (visitor). You can use that combination to implement data readers, language interpreters, and translators. You'll start by learning how to identify grammar patterns in language reference manuals and then slowly start building increasingly complex grammars. Next, you'll build applications based upon those grammars by walking the automatically generated parse trees. Then you'll tackle some nasty language problems by parsing files containing more than one language (such as XML, Java, and Javadoc). You'll also see how to take absolute control over parsing by embedding Java actions into the grammar. You'll learn directly from well-known parsing expert Terence Parr, the ANTLR creator and project lead. You'll master ANTLR grammar construction and learn how to build language tools using the built-in parse tree visitor mechanism. The book teaches using real-world examples and shows you how to use ANTLR to build such things as a data file reader, a JSON to XML translator, an R parser, and a Java class->interface extractor. This book is your ticket to becoming a parsing guru! What You Need: ANTLR 4.0 and above. Java development tools. Ant build system optional(needed for building ANTLR from source)
Mathematical Illustrations
Title | Mathematical Illustrations PDF eBook |
Author | Bill Casselman |
Publisher | Cambridge University Press |
Pages | 340 |
Release | 2005-01-24 |
Genre | Computers |
ISBN | 9780521839211 |
This practical introduction to the techniques needed to produce mathematical illustrations of high quality is suitable for anyone with a modest acquaintance with coordinate geometry. The author combines a completely self-contained step-by-step introduction to the graphics programming language PostScript with advice on what goes into good mathematical illustrations, chapters showing how good graphics can be used to explain mathematics, and a treatment of all the mathematics needed to make such illustrations. The many small simple graphics projects can also be used in courses in geometry, graphics, or general mathematics. Code for many of the illustrations is included, and can be downloaded from the book's web site: www.math.ubc.ca/~cass/graphics/manualMathematicians; scientists, engineers, and even graphic designers seeking help in creating technical illustrations need look no further.
Thinking in PostScript
Title | Thinking in PostScript PDF eBook |
Author | Glenn C. Reid |
Publisher | Addison Wesley Publishing Company |
Pages | 221 |
Release | 1990 |
Genre | Computers |
ISBN | 9780201523720 |
This hands-on guide shows readers how to "think" in PostScript, providing both new and experienced PostScript programmers with ideas and techniques to better manipulate and optimize PostScript functions and features.