Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
PeterPanino
Posted - Feb 12 2025 : 11:53:39 I have tried the following:
var ThisPdfDoc := iexPdfiumCore.TPdfDocument.Create;
try
ThisPdfDoc.LoadFromFile(APdfFile);
for var i := 0 to ThisPdfDoc.PageCount - 1 do
begin
//ThisPdfDoc.Pages[i]. -> Unfortunately, there is no method to extract the text from the whole page!
end;
finally
ThisPdfDoc.Free;
end;
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Feb 12 2025 : 18:41:35 Please see the example at: