Re: [Tutor] pdf syntax

2006-02-20 Thread Hugo González Monteverde
Hi, Syntax for composing a PDF is ugly PostScript. However, there are a couple of ways to use Python libraries to avoid the details. You can draw a canvas in Tkinter and then print it, then use something linke ps2pdf to do the conversion. http://effbot.org/tkinterbook/canvas.htm You can use Re

Re: [Tutor] pdf syntax

2006-02-19 Thread Alan Gauld
>> i want create n manipulate pdf files. >> can anybody tell me what is pdf syntax n how it works? PDF syntax is, I believe, a subset of Postscript. Postscript is a page description language so it defines a document something like a programming language draws graphics. Lots of positioning comm

Re: [Tutor] pdf syntax

2006-02-18 Thread Terry Carroll
On Sat, 18 Feb 2006, saurabh akshekar wrote: > i want create n manipulate pdf files. > can anybody tell me what is pdf syntax n how it works? > also best or efficient language in which i should write program I'm looking into this myself. From what I gather, Reportlab's PDF toolkit ("The R

[Tutor] pdf syntax

2006-02-18 Thread saurabh akshekar
Hi all my name is saurabh i want create n manipulate pdf files. can anybody tell me what is pdf syntax n how it works? also best or efficient language in which i should write program please reply       regards saurabh Yahoo! Mail Use Photomail to share photos without annoying attachm