home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kompon / d3456 / POWERPDF.ZIP / PowerPdf / readme.txt < prev   
Text File  |  2001-09-16  |  3KB  |  100 lines

  1. ==============================================================================
  2.  
  3.                               P o w e r P d f
  4.                              Version 0.9 (beta)
  5.                    1999-2001 Copyright (c) takeshi kanno
  6.                        takeshi_kanno@est.hi-ho.ne.jp
  7.  
  8. ==============================================================================
  9.  
  10. INTRODUCTION
  11. ============
  12.  
  13. PowerPdf is  a VCL to create PDF docment visually. Like QuickReport, you can
  14. design PDF document easily on Delphi IDE.
  15.  
  16.  
  17. REQUIRES
  18. ========
  19.  
  20. Delphi3.0 or later.
  21. The non-visual unit(TPdfDoc, TPdfType) can be used with kylix.
  22.  
  23.  
  24. INSTALLATION
  25. ============
  26.  
  27. 1.Extracts the files from powerpdf.zip.
  28. 2.Choose Component|Install Component, and install PowerPdf.pas.
  29.  
  30. NOTE
  31. If you want to use FlateDecode/Zlib compression, copy zlib.pas and *.obj files
  32. (these are included in Delphi's CD-ROM) to your librally path.
  33.  
  34. If you use Delphi4, some error may occur while installing component because of
  35. "package conflict of VCLJPEGXX".
  36. If you meet the problem, add VCLJPEGXX to the "Requires" node of your package.
  37.  
  38. Please see the file PowerPdfRef.pdf for the full documentation.
  39.  
  40.  
  41. COPYRIGHT
  42. =========
  43.  
  44. Copyright (C) 1999-2001 Takeshi Kanno
  45.  
  46. This library is free software; you can redistribute it and/or modify it
  47. under the terms of the GNU Library General Public License as published
  48. by the Free Software Foundation; either version 2 of the License, or any
  49. later version.
  50.  
  51. This library is distributed in the hope that it will be useful, but WITHOUT
  52. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  53. FOR A PARTICULAR PURPOSE. See the GNU Library general Public License for more
  54. details.
  55.  
  56.  
  57. GETTING LATEST VERSION
  58. ======================
  59. Visit my homepage at www.est.hi-ho.ne.jp/takeshi_kanno/powerpdf
  60.  
  61.  
  62. CHANGES
  63. =======
  64. 2001.06.14 Added TPRJpegImage.
  65. 2001.06.16 Fixed bugs of TPRImage.
  66. 2001.06.30 Added chinese fonts(experimental).
  67. 2001.06.30 Modify FloatToStrR method for area whose decimal separator is ",".
  68. 2001.07.07 Changed some type definition of PdfDoc.pas (for BCB).
  69. 2001.07.07 Added TPRAnnotation.
  70. 2001.07.21 Added TPREllipse.
  71. 2001.07.28 Fixed bug of TPdfCanvas.SetPage.
  72. 2001.08.01 added TPReport.PageLayout.
  73. 2001.08.08 changed the algorithm of the free XObject name.
  74. 2001.08.10 changed the text width routine(bugs when large font size).
  75. 2001.08.12 changed the implementation of outlines.
  76. 2001.08.12 changed the implementation of annotation.
  77. 2001.08.15 added TPROutline and TPRDestination.
  78. 2001.09.01 changed the implementation of the image.
  79. 2001.09.08 added OpenAction function.
  80.            added AlignJustified property to TPRLabel.
  81. 2001.09.13 added ViewerPreference functions.
  82.  
  83.  
  84. NOTE
  85. ====
  86. There are some "uncompatibility" functions in version 0.85 and 0.9.
  87. 1.pdHolz in TPrintDirection was changed to pdHorz (spelling mistake :-).
  88. 2.The implementation of outline-entry was changed. See the documentation and
  89.   sample programs.
  90. 3.The implementation of Image in TPdfDoc was changed. If needs that change
  91.   your programs if you use TPdfDoc class directory.
  92. 4.Change the method name MesureText to MeasureText in TPdfDoc.
  93.  
  94. I'm Japanese and I'm not good at English. So there may be a funny expression
  95. in this file and document.
  96. If you notice such a thing, please report all problems or suggestions to me.
  97.  
  98. Thanks.
  99.  
  100.