| Title |
TMemoPDF |
| Description |
TMemoPDF is a freeware VCL component that uses our TRolePDF to create .pdf documents automatically from Borland Delphi/C++Builder TMemo.Example:with TMemoPDF.Create(nil) dotry AutoLaunch := true; CreateOutlines := true; Lines.LoadFromFile('test.txt'); |
Comments * (Please tell us details about the problem or what links in error..) |
|