Code: Alles auswählen
aImageIdx:=ActPDFDocument.Images.AddFromFile('Computer.bmp');
ActPDFPage.DrawImage(xPos,yPos,aWidth,aHeight,aImageIdx);
Code: Alles auswählen
aImageIdx:=ActPDFDocument.Images.AddFromFile('Computer.bmp');
ActPDFPage.DrawImage(xPos,yPos,aWidth,aHeight,aImageIdx);
Code: Alles auswählen
aShortString:='ABCDEF';
ActPDFPage.WriteText(x/PDFScale, PageHeight-(y/PDFScale),aShortString);