RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-28 Thread Brian Leach
Glen Doesn't using PrintWizard imply the use of a Windows server somewhere? That's the way of the world. If you want a quick-and-dirty stick-some-text-into-a-doc type of PDF you can get away with cross platform solutions, but for a 'real' PDF solution - one with good font handling, images,

RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-28 Thread Symeon Breen
For simplistic pdf printing we create html docs in unibasic on linux then use html2ps to create ps files then ghostscript to create the pdf files. Html2ps actually works quite well tho we have only ever used it for fairly simplistic pdfs for invoices etc. You can include images and also set font

RE: [U2] PDF printing, LaTeX, Ghostscript, etc. - [OT]

2009-01-28 Thread Arnold Bosch
Having noticed that a good part of development is done in Delphi, and the cross-platform dilemma, has anyone looked into FPC-Lazarus for development around UV ? Also coming from a Delphi environment, I have so far found it relatively easy to port my Delphi applications to FPC-Lazarus, and then

RE: [U2] PDF printing, LaTeX, Ghostscript, etc. - [OT]

2009-01-28 Thread Brian Leach
-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Arnold Bosch Sent: 28 January 2009 10:19 To: u2-users@listserver.u2ug.org Subject: RE: [U2] PDF printing, LaTeX, Ghostscript, etc. - [OT] Having noticed that a good part of development is done in Delphi

RE: [U2] PDF printing, LaTeX, Ghostscript, etc. - [OT]

2009-01-28 Thread Bob Rasmussen
I was not aware of Lazarus! Looks very interesting. Thanks! On Wed, 28 Jan 2009, Arnold Bosch wrote: Having noticed that a good part of development is done in Delphi, and the cross-platform dilemma, has anyone looked into FPC-Lazarus for development around UV ? Also coming from a Delphi

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-28 Thread Ian Stuart
Have a look at UNFORM from synergetic - we've used this extensively with UniVerse to integrate with document archiving, emailing, printing PDF viewing etc. Runs on virtually all *NIX platforms as well as Windows. Rgds Ian Stuart Web: http://www.astralfoods.com This e-mail is subject to an

RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-28 Thread Tony G
Many thoughts, decided to blog um nospamNebula-RnD.com/blog/tech/mv/2009/01/pdf1.html This is yet another good topic for PickWiki: removeNebula-RnD.com/blog/tech/mv/2009/01/wiki1.html http://www.pickwiki.com/cgi-bin/wiki.pl Tony Gravagno Nebula Research and Development TG@

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-28 Thread Norman Bauer
Tony, good post. I agree with some of your points and others I disagree with. Your point about commercial support in particular. But I will refrain from counter point because it would take this thread off point and that is not it's purpose. Thanks for your thoughts. I had the day off from work,

RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-28 Thread John Hester
-Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Norman Bauer Sent: Tuesday, January 27, 2009 12:22 PM To: u2-users@listserver.u2ug.org Subject: [U2] PDF printing, LaTeX, Ghostscript, etc. Hello, Is there

RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Ron Hutchings
Back in December, Tony had this response to a similar question. From: Tony G I can provide some BASIC code examples that show how to get PrintWizard to... Bonnie Barber wrote: Hi, I would be interested in the code examples. Rather than asking people to email requests, we decided to put

RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Brutzman, Bill
Consider googling iText. --Bill -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Norman Bauer Sent: Tuesday, January 27, 2009 3:22 PM To: u2-users@listserver.u2ug.org Subject: [U2] PDF printing, LaTeX, Ghostscript, etc.

RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Glen Batchelor
I use GS on Linux to generate 99% of our paperwork. I also added a print-to-PDF-display and an email-me-a-PDF option in our printer selector for traditional laser output. I use html2ps and htmldoc to generate the Postscript content and then either convert to PDF or send the PS straight to a

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Norman Bauer
Glen,Bill, Ron, and Brian, Thanks for the input on this. Glen's way seems to be about the same way I am thinking of going about it. And it is proof enough to me that it is possible, allthough I am going to probably use LaTex to do the markup, it looks nicer. We are running UV on Windows and will

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Bob Rasmussen
On Tue, 27 Jan 2009, Norman Bauer wrote: Glen,Bill, Ron, and Brian, Thanks for the input on this. Glen's way seems to be about the same way I am thinking of going about it. And it is proof enough to me that it is possible, allthough I am going to probably use LaTex to do the markup, it

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Norman Bauer
Hey Bob, I do promise that I will look at it. It may be exactly what I am looking for and as I said I _want_ to look at all solutions proposed. My inherent developer side always draws me to 'roll-your-own' solutions first since they generally give you a lot more control. The down side obviously

RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Glen B
...@listserver.u2ug.org]on Behalf Of Bob Rasmussen Sent: Tuesday, January 27, 2009 7:42 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] PDF printing, LaTeX, Ghostscript, etc. On Tue, 27 Jan 2009, Norman Bauer wrote: Glen,Bill, Ron, and Brian, Thanks for the input on this. Glen's way seems

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Bob Rasmussen
On Tue, 27 Jan 2009, Norman Bauer wrote: Hey Bob, ... I favor LaTeX because of the huge community that surrounds it and the wealth of information that can be derived from it and because it produces beautiful documents. That being said, it's also very terse and not well known. Since I am

RE: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Bob Rasmussen
On Tue, 27 Jan 2009, Glen B wrote: Doesn't using PrintWizard imply the use of a Windows server somewhere? If not, then can you provide a link to your Linux version? I've looked your offering over several times and end up considering other options simply because I already have too many