Geometry.Net - the online learning center
Home  - Basic_P - Postscript Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 96    Back | 1  | 2  | 3  | 4  | 5  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Postscript Programming:     more books (39)
  1. Real World Postscript: Techniques from Postscript Professionals
  2. Stack-Oriented Programming Languages: Postscript, Befunge, Poplog, Stack-Oriented Programming Language, Dc, Rpl, Factor, False, Cat, Mouse, Joy
  3. Technical Communication: Free On-Line Dictionary of Computing, Basic English, Xml, Application Programming Interface, Postscript, Html
  4. PostScript: Concatenative Programming Language, Charles Geschke, Page Description Language, Desktop Publishing, PDF
  5. PostScript and Acrobat/PDF: Applications, Troubleshooting, and Cross-Platform-Publishing by Thomas Merz, 1996-11-08
  6. Data-Structured Programming Languages: Array Programming Languages, Stack-Oriented Programming Languages, Fortran, Postscript, Apl, Gnu Octave
  7. Taking Advantage of Postscript by John F. Sherman, 1991-08
  8. Learning Postscript: A Visual Approach by Ross Smith, 1990-03
  9. Mathematical Illustrations: A Manual of Geometry and PostScript by Bill Casselman, 2004-12-28
  10. The LaTeX Graphics Companion: Illustrating Documents with TeX and Postscript(R) by Michel Goossens, Sebastian Rahtz, et all 1997-04-25
  11. Thinking in Postscript by Glenn C. Reid, 1990-10
  12. A Postscript Cookbook by Barry Thomas, 1989-02
  13. Stack-Oriented Programming Languages: Forth Programming Language Family, Forth, Postscript, Befunge, 51-Forth, Poplog, Muf
  14. PostScript Illustrations by Michael Gosney, Linnea Dayton, et all 1990-11-01

21. Postscript Programming
postscript programming. Links to primers and instructions on how touse PostScript. (And maybe, if I find the time, a short primer
http://medlem.spray.se/machsite/Various/postscript.htm
Postscript programming
Links to primers and instructions on how to use PostScript. (And maybe, if I find the time, a short primer on how to make a PostScript map for games.) PostScript Language Reference ISBN Adobe Systems Incorporated 3rd ed Addison Wesley Publ. Inc. The printed edition of the PS Language Reference. The PDF can be gotten here
Thinking in PostScript ISBN 0-201-52372-8 Glenn C Reid 1st ed Addison Wesley Publ. Inc. Quick intro for programmers to PS .
Learning PostScript: A Visual Approach ISBN 88-415-4312-4 Ross Smith 1st ed Peachpit Press, Berkeley (CA) Beginners introduction. A short PS program is discussed and the result is shown on the opposing page.
PostScript by Example ISBN 0-201-63228-4 H McGilton and M Campione 4th ed Addison Wesley Publ. Inc. Nice book explaining and teaching PS. Lots of practical examples.
Understanding PostScript ISBN 0-201-52372-8 David A Holzgang 3rd ed Sybex Nice book explaining and teaching PS. A bit less practical than "PS by Example", but somewhat more advanced.
Some links with PS-resources
Adobe Corporation Adobes Developer Site
Guru's Lair PostScript library directory
Map samples
Two Dip maps containing lot of professional features courtesy of Mario Huys.

22. Programmer's Oasis - PostScript
What is Postscript? All about PostScript; postscript programming article, iftech.com. Simo Salminen - Copyright © 1996 Finland -
http://users.utu.fi/sisasa/oasis/oasis-postscript.html
PostScript
Simo Salminen

23. PostScript - Webopedia.com
code examples, and FTP sites. The main focus of the page is to providepostscript programming and product development information.
http://systems.webopedia.com/TERM/P/PostScript.html
White Papers IT Jobs Events Research ... Media Kit CIO Update CodeGuru Update CrossNodes Networking Instant Messaging Planet Text Instant Messaging Planet HTML Practically Networked Text Practically Networked HTML Enterprise Storage Forum Text Enterprise Storage Forum HTML Optically Networked Text Optically Networked HTML Intranet Journal Update Datamation IT Management Careers Datamation IT Management Update Developer.com Update Gamelan Java Update Goodies to Go Javascript Weekly Text Javascript Weekly HTML JARS Java Update OpenSource Update SysOpt Tech Notes Grid Computing Planet Text Grid Computing Planet HTML E-Security Planet Text E-Security Planet HTML IT Management
Subjects Computers News Opinions Peripherals ... SysOpt
internet.commerce Be a Commerce Partner
Search
Earthweb
The Web
Search for more hardware and systems terms . . .
PostScript Last modified: Friday, January 18, 2002 A page description language (PDL) developed by Adobe Systems. PostScript is primarily a language for printing documents on laser printers , but it can be adapted to produce images on other types of devices . PostScript is the standard for desktop publishing because it is supported by imagesetters

24. Faxcover.ps Help Postscript Programming
faxcover.ps help postscript programming. Does anybody out there know postscriptprogramming well? I need some help modifying the faxcover.ps file.
http://www.hylafax.org/archive/2000-04/msg00240.html
Hylafax Mailing List Archives Date Prev Date Next Thread Prev Thread Next ... Thread Index
faxcover.ps help postscript programming
http://server.deanox.com/faxcover.ps so that anyone able to help could view it. Fixing this will be highly useful as it becomes very easy to change the logo on the fax template simply by replacing the bitmap code with postscript bitmap code for the desired logo... making logo customization of the coverpage quite simple (especially compared to some of the FAQ answers). Thanks. Lee Howard

25. Richard's EZ Postscript
Richard's Quick guide to postscript programming. postscript programming Links.This document updated last 5 th March 2000 Richard's Home Page.
http://www.rddvs.com/postscript.html
Richard's Quick guide to Postscript Programming
This page is intended as a quick guide to introduce someone who is familiar with the basic principles of computer programming to the world of Postscript. What do you need
  • A desire to learn the basics of Postscript A few minutes to spare A plain text editor A postscript viewer: You could use a postscript printer, but to increase speed and save on paper, a postscript viewer is best, look for either ROPS or Ghostscript

Tutorial Postscript is a programming language optimised for printing graphics and text. Postscript was first introduced by Adobe in 1985 as a page description language. The main purpose of which was to provide a convenient language in which to describe images in a device independent manner. The language itself, which is usually interpreted, is stack based, in a similar manner to a RPN (Reverse Polish Notation) calculator. A Program pushes the arguments to an operator onto a stack and then invokes the operator. Typically the operator will have some result which is left at the top of the stack. For example, the following Postscript code: 75 64 add pushes the number 75 onto the stack and then pushes the number 64 onto the stack. 'add' calls the add operator which pops the top two values off the stack, multiplies them, and pushes the result back onto the stack.

26. ACCU Reviews: Thinking In Postscript
Reviewed by Sean Storey in C Vu 41 (Nov 1991). The postscript programming languagecan be very confusing to the novice since it uses 'Polish notation'.
http://www.accu.org/bookreviews/public/reviews/t/t001231.htm

Home Page
Reviews Main
Book Review Thinking in Postscript by Glenn Reid ISBN: Publisher: Addison-Wesley Pages: ?pp Price: Categories: printing graphics Reviewed by Sean Storey in C Vu 4-1 (Nov 1991) The Postscript programming language can be very confusing to the novice since it uses 'Polish notation'. (i.e. it is it is seemingly written upside down and back to front.) and although Postscript language devices such as printers, and more recently display systems (Next Computers) are becoming more commonplace in the office environment, the availability of books on Postscript programming is still limited. To this list you can now add "Thinking in Postscript". This book can perhaps be seen as an alternative to the "Blue" and "Green" books mentioned above, though considering the length of this book is only 180 pages excluding the appendices the book is trying to offer a perhaps more than it can deliver. However it is fair to say that the book is not aimed at the novice. The starting point for this book assumes a reasonable level of general programming experience, Glenn Reid sums up his ideal reader as someone who "...has written at least one program - from scratch - longer than 100 lines of code ( and gotten it to work correctly)... then modified the program for an additional 100 hours after it first started to work... and if you want to become a very good Postscript programmer". The book has fourteen chapters, the average length of each chapter being 10 - 15 pages. Each chapter opens with a brief overview of the material to be covered, and closes with a number of exercises that give the reader a fair appraisal of how well they have understood the material. (The example answers to these exercises are given in one of the appendices)

27. Internet PostScript Resources
Internet PostScript ResourcesCategory Computers Programming Languages Postscript...... This is a prototype page attempting to list all the resources on the Internetrelated to postscript programming and product development.
http://yoyo.cc.monash.edu.au/~wigs/postscript/
Internet PostScript Resources
The name " PostScript " is a registered trademark of Adobe Systems Incorporated. All instances of the name PostScript in this text are references to the PostScript language as defined by Adobe Systems Incorporated unless otherwise stated. This is a prototype page attempting to list all the resources on the Internet related to PostScript programming and product development. This page is currently a work in progress! Its format may change without warning, and any suggestions regarding format or contents are most welcome. Last Modified: Fri Aug 16 08:41:22 EST 1996 This page is maintained by Aaron 'Wigs' Wigley . Please send any comments/feedback/suggestions to him.
Usenet Newsgroups
There are several Usenet newsgroups of interest to PostScript programming:
FAQ's

28. PostScript Foundations Course Description
A First Class in postscript programming. The documents. It discusses PostScriptprogramming, efficiency, and underlying language structure.
http://www.acumentraining.com/Descr_PSF.html
Home About
John
Deubert ... Contact John PostScript Foundations
(5 Days, hands-on)
Printable course description (
PDF A First Class in PostScript Programming
The PostScript Foundations class is a five-day, hands-on class that teaches the student how to write programs in the PostScript language. It discusses all of the major mechanisms and features common to all versions of the PostScript language. This class lays the foundation for writing PostScript code for producing documents or modifying currently-existing documents. It discusses PostScript programming, efficiency, and underlying language structure. This course is approved by Adobe Systems as its official PostScript Language class. Objective The student will learn how the PostScript language works and to write programs that employ all the main capabilities of the language. The student will know the principles of writing fast, efficient code in PostScript. Prerequisites Familiarity with computer concepts. Previous programming experience helps.

29. PostScript - Wikipedia
PostScript. (Redirected from postscript programming language). PostScript TheLanguage. PostScript is a fullfledged programming language. Typically
http://www.wikipedia.org/wiki/Postscript_programming_language
Main Page Recent changes Edit this page Older versions Special pages Set my user preferences My watchlist Recently updated pages Upload image files Image list Registered users Site statistics Random article Orphaned articles Orphaned images Popular articles Most wanted articles Short articles Long articles Newly created articles Interlanguage links All pages by title Blocked IP addresses Maintenance page External book sources Printable version Talk
Log in
Help
Other languages: Deutsch
PostScript
(Redirected from Postscript programming language PostScript (or PS ) is a page description language used primarily in the electronic and desktop publishing areas.
History
The concepts of the PostScript language were seeded in 1976 when John Warnock was working at Evans and Sutherland , a famous computer graphics company. At that time John Gaffney was developing an interpreter for a large three-dimensonal graphics database of New York harbour. Gaffney conceived the Design System language to process the graphics, very similar to the Forth programming language In 1978 Evans and Sutherland asked Warnock to move from the San Francisco bay area to their main headqaurters in Utah , but he was not interested in moving. He then joined

30. PostScript - Wikipedia
PostScript. (Redirected from postscript programming language). PostScript TheLanguage. PostScript is a fullfledged programming language. Typically
http://www.wikipedia.org/wiki/PostScript_programming_language
Main Page Recent changes Edit this page Older versions Special pages Set my user preferences My watchlist Recently updated pages Upload image files Image list Registered users Site statistics Random article Orphaned articles Orphaned images Popular articles Most wanted articles Short articles Long articles Newly created articles Interlanguage links All pages by title Blocked IP addresses Maintenance page External book sources Printable version Talk
Log in
Help
Other languages: Deutsch
PostScript
(Redirected from PostScript programming language PostScript (or PS ) is a page description language used primarily in the electronic and desktop publishing areas.
History
The concepts of the PostScript language were seeded in 1976 when John Warnock was working at Evans and Sutherland , a famous computer graphics company. At that time John Gaffney was developing an interpreter for a large three-dimensonal graphics database of New York harbour. Gaffney conceived the Design System language to process the graphics, very similar to the Forth programming language In 1978 Evans and Sutherland asked Warnock to move from the San Francisco bay area to their main headqaurters in Utah , but he was not interested in moving. He then joined

31. PostScript Programming Series Overview
postscript programming. Series Overview. This series contains a set of tutorialsthat help you to learn about postscript programming.
http://www.sparc.spb.su/jjb/Docs/postscript/tutor/ps0.html
PostScript Programming
Series Overview
This series contains a set of tutorials that help you to learn about PostScript programming. Any PostScript printer is really just a device that accepts programs written in the PostScript programming language and interprets them. These programs tell the printer how to create each page of output. By learning the PostScript programming language you can create your own PostScript programs. This is an interesting programming environment in its own right, and knowledge of this language is essential for producing print drivers, forms generators, etc. that interface with PostScript printers. These tutorials cover the following topics:

32. Learning PostScript: A Visual Approach By Ross Smith
ISBN 0938151126 ; Dimensions (in inches) 0.82 x 9.02 x 7.04. This bookis an excellent introduction to the postscript programming language!
http://www.lasergo.com/book001.htm
Main News Software Order ... Contact
Learning PostScript: A Visual Approach
by Ross Smith
ISBN: 0938151126 ; Dimensions (in inches): 0.82 x 9.02 x 7.04 This book is an excellent introduction to the PostScript programming language! It has an easy, introductory style that visually leads to a strong understanding of the PostScript language and what it can accomplish in graphics and text design. It has hundreds of language examples along with an illustration of each example! Contents
Introduction - Getting Started
Chapter 1 - Drawing Lines
Chapter 2 - Showing Text
Chapter 3 - Graphics States
Chapter 4 - Resizing and Repositioning
Chapter 5 - Arcs and Curves
Chapter 6 - Repeat Loops
Chapter 7 - Procedures
Chapter 8 - Special Effects Appendix A - Text Characters Appendix B - Tools and Techniques Appendix C - Other Programs NOTE: This book is not available in electronic form and is not available for download from the Internet. If the book is ordered, it must be physically shipped. Available for a limited time from LaserGo, Inc. for FREE plus US$ 5 shipping within the U.S. or US$ 10 shipping outside of the U.S.! Get it now by simply selecting the FREE BOOK, part number BK-9000, on any of our order forms and submitting the form (be sure to select a quantity of at least one, and select a shipping method other than Internet download)! Yes!

33. CD-ROM
Back CDROMs published by Günter Born. Hands on postscript programming This CDcontains everything you need to get your hands on postscript programming
http://ourworld.compuserve.com/homepages/Guenter_Born/cd-rom1.htm
Hands on PostScript Programming This CD contains everything you need to get your hands on PostScript programming:
  • An online-book with a step-by-step introduction into the concepts of PostScript, including a reference of the PostScript language. Examples to show how to use different PostScript operators. A PostScript interpreter for DOS, Windows, OS/2, Mac and Unix
All you need to become a PostScript expert is a computer and this CD. The CD-ROM is available from Dr. Dobb's Journal, a Miller Freeman subsidiary.

34. All About PostScript
Discussion about postscript error handling and general Postscript links.Category Computers Programming Languages Postscript...... The book is in Acrobat PDF format, and covers beginner to intermediatepostscript programming experience. Other resources on the web.
http://www.quite.com/ps/
Home page Products Support News ... Contact You are here: Quite
PostScript info
This page will be a valuable resource telling people everything they need to know about PostScript, novice or expert. One day. For now, I have pillaged some useful links to conceal the fact that I haven't written much yet. The word PostScript is a registered trademark of Adobe Systems and their web page has information on that and their many other excellent products. Or, go straight to their PostScript page
At the quite site
PostScript errors
It is hard to find out much about PostScript errors , so we've written something. It is aimed mostly at the non-programmer trying to print a file and getting PostScript errors. It includes details on what each PostScript error is likely to mean in a 'real world' problem.
Encapsulated PostScript
Thinking in PostScript
Thinking in PostScript is an important book about programming in PostScript. Now out of print, the author has made it available on http://www.rightbrain.com/

35. Alexa Web Search - Subjects > Computers > Programming > Languages > Postscript
Don Lancaster's PostScript Library Essays and examples on postscript programming. Includesexamples www.cs.indiana.edu/docproject/programming/postscript/po
http://www.alexa.com/browse/general?catid=6179&mode=general

36. PostScript Books: PostScript Language Program Design, Thinking In PostScript
Glenn Reid's book, generously made available in PDF format.Category Computers Programming Languages Postscript...... stores everywhere. It's a pretty hardcore book for those with seriouspostscript programming to do. Thinking in PostScript, 1990.
http://www.rightbrain.com/pages/books.html
Books
Glenn Reid, principal and founder of RightBrain Software, has written and published two books with Addison-Wesley, both on the PostScript Language.
PostScript Language Program Design, 1987 The first of these books, PostScript Language Program Design , is Adobe's "green book", and is still in print after 16 years (and in fact has not even been revised in that time!). It's available at technical book stores everywhere. It's a pretty hard-core book for those with serious PostScript programming to do.
Thinking in PostScript, 1990
The second book, Thinking in PostScript , did not have the power of Adobe's marketing behind it, and has been out of print since the first printing but is a valuable book nonetheless. It takes a completely different angle from all other PostScript books. The book is a result of Glenn Reid's years trying to teach people to write PostScript programs, during which he discovered that people tended to try to make PostScript "look like" other programming languages they already knew. There is even a chapter in this book entitled "PostScript Is Not Like C", because it is really a very different language, and one must learn to "think" in PostScript in order to be a good programmer. We're proud to offer the full text of the Thinking in PostScript book on-line as an Adobe Acrobat (pdf) file. At some point we make it available as HTML as well, but need to upgrade FrameMaker first.

37. Programming (Ohjelmointi) Programming Languages & Techniques (Ohjelmointikielet
Ohjelmointikielet tekniikat) PostScript. HandsOn postscript programmingCDROM Dr. Dobbs / / ISBN 0000006047 Hinta 48.75 e (sis.
http://www.dataclub.fi/SHOP/struct/9.243.19.html
Pikahaku
[Etusivu]

[Päähakemisto]
[Etsi tuote] [Uutta!] ...
Hands-On Postscript Programming CDROM
Dr. Dobbs / / ISBN 0000006047
Hinta 48.75 e (sis. alv) - clubialennus
Postscript By Example
Addison-Wesley / 1992 / ISBN 0201632284
Hinta 55.4 e (sis. alv) - clubialennus
Postscript Language Program Design
Addison-Wesley / 1988 / ISBN 0201143968
Hinta 35.15 e (sis. alv) - clubialennus
Postscript Language Reference Manual (2nd Edition)
Addison-Wesley / 1991 / ISBN 0201181274
Hinta 55.2 e (sis. alv) - clubialennus
Postscript Language Tutorial And Cookbook
Addison-Wesley / 1985 / ISBN 0201101793
Hinta 38.8 e (sis. alv) - clubialennus
Helsingin DataClub Oy
Av. ark: 9-19, la 10-16
Elielinaukio (Sanomatalo), 00100 Helsinki, Finland Tel: 09-6121202, Fax: 09-6121205, Email: palvelu@dataclub.fi www.dataclub.fi -asiat: webmaster@dataclub.fi

38. Software/Ohjelmistot Programming Languages & Techniques (Ohjelmointikielet & Tek
HandsOn postscript programming CDROM Dr. Dobbs / / ISBN 0000006047Hinta 48.75 e (sis. alv) - clubialennus. Helsingin DataClub Oy Av.
http://www.dataclub.fi/SHOP/struct/321.243.19.html
Pikahaku
[Etusivu]

[Päähakemisto]
[Etsi tuote] [Uutta!] ...
Hands-On Postscript Programming CDROM
Dr. Dobbs / / ISBN 0000006047
Hinta 48.75 e (sis. alv) - clubialennus
Helsingin DataClub Oy
Av. ark: 9-19, la 10-16
Elielinaukio (Sanomatalo), 00100 Helsinki, Finland
Tel: 09-6121202, Fax: 09-6121205, Email: palvelu@dataclub.fi
www.dataclub.fi -asiat: webmaster@dataclub.fi

39. Five South Software
PDF File Creation. pdfmark Programming. postscript programming. Custom PostScriptprogramming. Driver development customization. PPD creation and customization.
http://www.5southsoftware.com/
Welcome to the Five South Software web site. We specialize in providing programming and consulting services to the publishing and printing industry. As expert programmers in PostScript, Acrobat/PDF and Macintosh applications we can get your project completed successfully and on time. Feel free to contact us regarding your project needs. We can help by providing expert assistance in the following areas: Macintosh Software Development Acrobat Plugins PDF Workflow automation PDF File Creation pdfmark Programming PostScript Programming Custom PostScript programming PPD creation and customization

40. Postscript Programing
postscript programming.
http://sip.clarku.edu/links/programming/postscript.html
Postscript programming
Please send comments and corrections to Harvey Gould, hgould@clarku.edu Updated 26 June 1997.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 2     21-40 of 96    Back | 1  | 2  | 3  | 4  | 5  | Next 20

free hit counter