Files:
Yes Freeware Source:
09 November, 2003 Date added:
- Author:
Freeware License:
-
C++ Builder:
C1
C3
C4
C5
C6
C2006
C2007
C2009
C2010
-
Delphi:
D1
D2
D3
D4
D5
D6
D7
D8
D2005
D2006
D2007
D2009
D2010
DPHP
DPRISM
Delphi/400
-
Kylix:
K1
K3
TRolePDF is a VCL component that uses our PDF.DLL to create Adobe PDF documents. Supports TrueType Fonts, and Outlines.
The VCL component is freeware with source code.
The PDF.DLL is a trial version:
- Limited to 10 pages per .pdf,...
Forum: Begindoc - NEED HELP IN CONVERTING TO C++BUILDER4 CODE (2001-01-24 10:23:53)I can convert this into C++-Code:
struct TPassThroughData {
int nLen;
byte Data;
}
TPassThroughData PTBlock;
char* s;
strcat(s, "\x16") //...
- HOW TO SEND OUTPUT TO PRINTER DIRECTLY (2001-01-29 16:29:50)Hi Use this code to send Escape code to my POS printer but you can modify the code alittle to fit youre need.
type
TPassThroughData = record...
- PRINTING FORM AT RUN-TIME VIA CODE. (2001-01-29 17:15:55)uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls,printers;
type
TForm1 = class(TForm)...
- PROBLEMS WITH PRINTING GRAFIC AND TEXT ON ONE PAGE (2001-03-05 07:24:26)I never used the TChart component so I am unfamiliar with the PrintPartialCanvas method.
I can only suggest that you temporarely comment the...
- HOW TO PRINT FORMATTED STRINGS/MEMO FIELDS ? (2001-03-20 06:33:15)Search www.tamaracka.com for "Peter and Below and Raw"
Peter has posted many code snippets to print direct to the
printer from code. You may be...
- PRINTING GRAPHICS FULL PAGE ON A PRINTER (2001-03-19 05:31:50)Hi, I am assuming that your graphic is a Bitmap or contains a bitmap. I am also assuming you use the delphi "Printers" unit and the Standard...
- PRINTING WITHOUT DIALOG ? ? (2001-03-20 06:08:31)add Printers to your uses statement first, then:
Printer.BeginDoc;
Printer.Canvas.TextOut(0,0,Memo1.Text);
Printer.EndDoc;
All this will do...
- PRINTING DBGRIDS. (2001-03-21 06:27:32)Sammy:
This is just about as generic as I can make it. In your button click event:
var
iRow, iCol, iRowHeight, iColWidth, i: Integer;...
- PRINTING AN IMAGE WITH DELPHI 16 (2001-04-04 14:24:29)I've had problems with StretchDraw(), so I use:
Printer.Canvas.Draw(0,0,ScreenImage);
Hope this helps.
Scottg
- HOW CAN I STRETCH A TBITMAP? (2001-04-11 02:29:54)Printer.Canvas.StretchDraw(...)
should work just fine.
News: Begindoc
Articles: Begindoc
Tips: Begindoc Print or Preview StringGrid with custome setting - 24 August, 2001 - Nilesh N Shah type
TrecPrintStrGrid = Record
PrCanvas : TCanvas; //Printer or PaintBox Canvas
sGrid: TStringGrid; //StringGrid containing data
sTitle: String; //Title of document
bPrintFlag : Boolean;...
|
Latest News
Submit News Form
Past News
Latest Forum Entries
Latest Searches
|