For Programmers: Free Programming Magazines  


Home > Archive > Clipper > March 2005 > Create a PDF file









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Create a PDF file
Marco

2005-03-23, 8:55 am

Hi, there is someting to create PDF file directly from clipper? I don't need
advanced functions, i just like to create simple PDF files with only text. I
have clipper 5.2e and blinker 7.0

Thanks
Marco
Italy


Ross McKenzie

2005-03-23, 8:55 am

On Wed, 23 Mar 2005 10:41:59 +0100, "Marco" <noname@nomail.com> wrote:

>Hi, there is someting to create PDF file directly from clipper? I don't need
>advanced functions, i just like to create simple PDF files with only text. I
>have clipper 5.2e and blinker 7.0
>
>Thanks
>Marco
>Italy
>
>


Hi Marco,

Victor K wrote a pdf library for use with Clipper. I have used it
successfully.

Regards,

Ross McKenzie
ValuSoft
Melbourne Australia

valusoft AT optushome DOT com DOT au

I love deadlines...I particularly enjoy the whooshing noise they make as they fly by.
Marco

2005-03-23, 3:55 pm

Thaks, i have found version 6 (pdf006.zip) is this the last version? Where
can i find a function list if exist?

"Ross McKenzie" <NoJunk_valusoft@optushome.com.au> ha scritto nel messaggio
news:42415eef.22540359@news...
> On Wed, 23 Mar 2005 10:41:59 +0100, "Marco" <noname@nomail.com> wrote:
>
>
> Hi Marco,
>
> Victor K wrote a pdf library for use with Clipper. I have used it
> successfully.
>
> Regards,
>
> Ross McKenzie
> ValuSoft
> Melbourne Australia
>
> valusoft AT optushome DOT com DOT au
>
> I love deadlines...I particularly enjoy the whooshing noise they make as
> they fly by.



E. Fridman

2005-03-23, 3:55 pm

<<< I love deadlines...I particularly enjoy the whooshing noise they
make as they fly by >>>

<LOL> You made my day. Thanks.

Dave Pearson

2005-03-23, 3:55 pm

* E. Fridman <pm771.am@gmail.com>:

> <<< I love deadlines...I particularly enjoy the whooshing noise they
> make as they fly by >>>
>
> <LOL> You made my day. Thanks.


All hail Douglas Adams.

--
Dave Pearson | OSLib - Timeslice release functions.
http://www.davep.org/ | eg - Norton Guide reader for Linux.
http://www.davep.org/clipper/ | weg - Norton Guide reader for Windows.
http://www.davep.org/norton-guides/ | dgscan - DGROUP scanner for Clipper.
Ross McKenzie

2005-03-23, 8:55 pm

On Wed, 23 Mar 2005 13:48:10 +0100, "Marco" <noname@nomail.com> wrote:

>Thaks, i have found version 6 (pdf006.zip) is this the last version? Where
>can i find a function list if exist?


Marco,

Yes, there are later versions, 0.7 and 0.8. I don't think that Victor
has released the last version (0.8) yet. Version 0.8 was produced to
solve a memory problem that I exposed with a very large colour
graphics report. Version 0.8 worked perfectly and Victor was told
that.

Within the pdf.prg file there is a list of the function names and
parameters in a single block towards the end of the file.

If you send me an email I will send you a a sample package of mine.

Regards,

Ross McKenzie
ValuSoft
Melbourne Australia

valusoft AT optushome DOT com DOT au

I love deadlines...I particularly enjoy the whooshing noise they make as they fly by.
Ross McKenzie

2005-03-23, 8:55 pm

On 23 Mar 2005 07:23:26 -0800, "E. Fridman" <pm771.am@gmail.com>
wrote:

><<< I love deadlines...I particularly enjoy the whooshing noise they
>make as they fly by >>>
>
><LOL> You made my day. Thanks.
>


....and, as Dave says correctly, the honour belongs elsewhere <g>.

Regards,

Ross McKenzie
ValuSoft
Melbourne Australia

valusoft AT optushome DOT com DOT au

I love deadlines...I particularly enjoy the whooshing noise they make as they fly by.
Klas Engwall

2005-03-23, 8:55 pm

Ross,

>Version 0.8 was produced to
>solve a memory problem that I exposed with a very large colour
>graphics report. Version 0.8 worked perfectly and Victor was told
>that.


Any hints what to look for in 0.7?

Regards,
Klas

-------
klas dot engwall at engwall dot com

http://www.engwall.com/clipper/

The LFN Library for Clipper
The LanMan Library for Clipper
The NFPAT1A Timeslice release patch for the Nanforum Toolkit
Victor

2005-03-24, 3:55 am

Hi!

Latest version can be found at:
http://www.playalot.ca/pdf/clippdf_008.zip

Thank you, Victor
Ross McKenzie

2005-03-24, 3:55 am

On Wed, 23 Mar 2005 19:28:43 -0500, "Victor" <andvit@sympatico.ca>
wrote:

>Hi!
>
>Latest version can be found at:
>http://www.playalot.ca/pdf/clippdf_008.zip
>
>Thank you, Victor


Hi Victor.

You have moved ! No wonder I could not find you. Had a small melt down
here and lost many email addresses...have yours again now. Will send
the sample report code via email.

Regards,

Ross McKenzie
ValuSoft
Melbourne Australia

valusoft AT optushome DOT com DOT au

I love deadlines...I particularly enjoy the whooshing noise they make as they fly by.
Dave Pearson

2005-03-24, 3:55 pm

* Ross McKenzie <NoJunk_valusoft@optushome.com.au>:

> On 23 Mar 2005 07:23:26 -0800, "E. Fridman" <pm771.am@gmail.com>
> wrote:
>
>
> ...and, as Dave says correctly, the honour belongs elsewhere <g>.


Hopefully you're not quite as bad as DNA was for meeting deadlines. ;)

.. o O ( Bumper year for DNA fans: end of the Tertiary Phase on Radio 4 )
( and, finally, H2G2 the movie. <insert happy dance here>. )

--
"I just want to mention one thing, which is completely meaningless, but I am
terribly proud of -- I was born in Cambridge in 1952 and my initials are DNA!"
Douglas Adams during a speech in Cambridge, 1998
Polihronis Porfiris

2005-03-24, 8:55 pm

Hello
I would like to use this prg in my app, but I have a littel problem. How do
I make Gr text display in the pdf file. Using the pdf_demo.prg I edited
the test.txt file and added 2 lines with windows and dos codepage gr. The
text dose not display right. I then added pdfSetFont( "Arial Gr",0,12)
befor the pdftext() functions and still no show.
Thanks

Ο "Ross McKenzie" <NoJunk_valusoft@optushome.com.au> έγραψε στο μήνυμα
news:424226a8.5496312@news...
> On Wed, 23 Mar 2005 19:28:43 -0500, "Victor" <andvit@sympatico.ca>
> wrote:
>
>
> Hi Victor.
>
> You have moved ! No wonder I could not find you. Had a small melt down
> here and lost many email addresses...have yours again now. Will send
> the sample report code via email.
>
> Regards,
>
> Ross McKenzie
> ValuSoft
> Melbourne Australia
>
> valusoft AT optushome DOT com DOT au
>
> I love deadlines...I particularly enjoy the whooshing noise they make as
> they fly by.



Richard Bos

2005-03-25, 3:55 am

Dave Pearson <davep.news@davep.org> wrote:

> * Ross McKenzie <NoJunk_valusoft@optushome.com.au>:
>
>
> Hopefully you're not quite as bad as DNA was for meeting deadlines. ;)
>
> . o O ( Bumper year for DNA fans: end of the Tertiary Phase on Radio 4 )
> ( and, finally, H2G2 the movie. <insert happy dance here>. )


That, and Dr. Who is back. I dare say that many DNA fans will be Doctor
fans; not only are they clearly somewhat related in style, but DNA
himself wrote for Dr. Who in the past, didn't he?

Now here's hoping that the Beeb don't move it to BBC bloody Three (which
I don't get) after two episodes.

Richard
Dave Pearson

2005-03-25, 8:55 am

* Richard Bos <rlb@hoekstra-uitgeverij.nl>:

> Dave Pearson <davep.news@davep.org> wrote:
>
>
> That, and Dr. Who is back. I dare say that many DNA fans will be Doctor
> fans; not only are they clearly somewhat related in style,


Aye, I'll be pulling the sofa away from the wall at 7pm tomorrow evening. ;)

> but DNA himself
> wrote for Dr. Who in the past, didn't he?


Yes, he did. The story also goes that the Dirk Gently books, at least the
first one, started life as a story for Dr. Who.

> Now here's hoping that the Beeb don't move it to BBC bloody Three (which I
> don't get) after two episodes.


Shame, Three and Four are where most of the good BBC output appears to be
these days.

--
Dave Pearson | OSLib - Timeslice release functions.
http://www.davep.org/ | eg - Norton Guide reader for Linux.
http://www.davep.org/clipper/ | weg - Norton Guide reader for Windows.
http://www.davep.org/norton-guides/ | dgscan - DGROUP scanner for Clipper.
Richard Bos

2005-03-25, 8:55 pm

Dave Pearson <davep.news@davep.org> wrote:

> * Richard Bos <rlb@hoekstra-uitgeverij.nl>:
>
>
> Shame, Three and Four are where most of the good BBC output appears to be
> these days.


*Sigh* Don't I know it. I'd probably have to get either a satelite dish
or an expensive cable subscription (paying mostly for the porn, sports,
and cheesy film channel, naturally) to get them. I'd curse the BBC, but
I'm afraid that would only result in QI and University Challenge being
moved (exclusively) to Three as well.

Richard
Ross McKenzie

2005-03-26, 8:55 pm

On 23 Mar 2005 07:23:26 -0800, "E. Fridman" <pm771.am@gmail.com>
wrote:

><<< I love deadlines...I particularly enjoy the whooshing noise they
>make as they fly by >>>
>
><LOL> You made my day. Thanks.
>


....and, as Dave says correctly, the honour belongs elsewhere <g>.

Regards,

Ross McKenzie
ValuSoft
Melbourne Australia

valusoft AT optushome DOT com DOT au

I love deadlines...I particularly enjoy the whooshing noise they make as they fly by.
Marek Rzezwicki

2005-03-28, 3:55 pm

> Latest version can be found at:
> http://www.playalot.ca/pdf/clippdf_008.zip
>


Library is great, but i have problem with polish national characters. Is
possible to declare codepage ?

greetings
Marek Rzezwicki, Poland


Klas Engwall

2005-03-28, 3:55 pm

Marek,

>Library is great, but i have problem with polish national characters. Is
>possible to declare codepage ?


The library defaults to "WinAnsiEncoding" (see the pdfClosePage()
function) which is equal to CP1252. It is my understanding from
studying the PDF Reference manual that if you need a different
codepege (1250 ?) you will have to specify the differences in an
encoding dictionary that you include in the PDF file.

You can download the PDF Reference from Adobe's web site.

HTH,
Klas

-------
klas dot engwall at engwall dot com

http://www.engwall.com/clipper/

The LFN Library for Clipper
The LanMan Library for Clipper
The NFPAT1A Timeslice release patch for the Nanforum Toolkit
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com