Files
harbour-core/harbour/examples/hbvpdf
Viktor Szakats 46f7e48f29 2010-07-26 12:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/tests/wvtqt.hbp
  * contrib/hbxbp/tests/wvtqt.hbp
    ! Added missing SVN header.
    % Cleanup.

  * INSTALL
  * contrib/hbpost.hbm
  * config/global.mk
    * Changed HB_BUILD_IMPLIB to HB_INSTALL_IMPLIB to reflect
      new meaning after recent changes. With new build system
      the implibs are always created in lib working dir, and
      this setting only controls whether to copy it to final
      install directory. The default is still 'no'. Setting it
      to yes is only recommended if the installation will be
      used in local environment (3rd party .dlls) only. IOW
      never set this to yes when creating a build for other
      users (f.e. for distribution).
      INCOMPATIBLE if you used this setting, pls change it now.

  * INSTALL
    + Documented HB_STATIC_* options.

  * contrib/make.hbs
    * Updated TODO list.

  * src/debug/debugger.prg
  * src/rtl/dirscan.prg
  * tests/wcecon.prg
  * contrib/xhb/traceprg.prg
  * contrib/hbqt/tests/wvtqt.hbp
  * contrib/hbqt/generator2/hbqtgen2.prg
  * contrib/hbxbp/tests/demoxbp.prg
  * contrib/hbxbp/tests/dialogqt.prg
  * contrib/hbxbp/tests/wvtqt.hbp
  * contrib/hbhpdf/tests/harupdf.prg
  * contrib/gtwvg/tests/wvgtbrowser.prg
  * contrib/gtwvg/tests/wvgwvtclasses.prg
  * contrib/hbtip/tests/dbtohtml.prg
  * contrib/hbtip/mail.prg
  * contrib/hbide/idemisc.prg
  * contrib/hbide/ideactions.prg
  * contrib/hbide/idetools.prg
  * contrib/hbide/idesources.prg
  * contrib/hbide/hbide.prg
  * examples/uhttpd2/umain.prg
  * examples/hbvpdf/tests/pdf_demo.prg
  * examples/httpsrv/uhttpd.prg
  * examples/httpsrv/cgifunc.prg
  * examples/httpsrv/modules/tableservletdb.prg
  * examples/httpsrv/session.prg
    * HB_OSPATHSEPARATOR() -> HB_PS()
    % Delete temp vars along the way.

  * utils/hbmk2/hbmk2.prg
    + Generalized internals for support for older Harbour and
      xhb versions.
    + Added -hb20 option. (thanks for asking for it so nicely ;)
2010-07-26 10:36:23 +00:00
..

/*
 * $Id$
 */

Welcome to _pure_ Clipper Pdf Library!

Changes in Release 0.08
1. Fixed page buffer string overflow.
*********************************************************************
Changes in Release 0.07a
1. Fixed minor errors with JPEG function to work properly with GRAY & RGB
*********************************************************************
Changes in Release 0.07.
1. Fixed minor errors
Changes in Release 0.06.
1. Added new function pdfBox1 for colorful boxes
2. Added new page to demo program
*********************************************************************
Changes in Release 0.05.
All changes commented as // 0.04.
1. Added #ifdef - #endif for Harbour support (see end of file pdf.prd)
2. Fixed minor error for allow different page sizes (A4, ...)
*********************************************************************
Changes in Release 0.04.
All changes commented as // 0.04.
1. Added Courier font.
2. TOP, LEFT, BOTTOM changed to PDFTOP, PDFLEFT, PDFBOTTOM to avoid conflicts.
All changes commented as // 0.04.
**** Please note 3 most popular fonts now available: Times, Helvetica
, Courier. When you calling pdfSetFont, please use only above names.
*********************************************************************
Changes in Release 0.03.
Replaced function from Clipper Tools and Nanfor for Clipper Source.
*********************************************************************
This is first public release 0.02.
*********************************************************************
Please send your comments on
andvit@sympatico.ca

Thank you