|
@@ -217,6 +217,8 @@ begin
|
|
if not FillBufferForwardAt(FPosition) then
|
|
if not FillBufferForwardAt(FPosition) then
|
|
aCount:=0;
|
|
aCount:=0;
|
|
end;
|
|
end;
|
|
|
|
+ if IsEOB then
|
|
|
|
+ FillBufferForwardAt(FPosition);
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TPDFSourceStream.Previous;
|
|
procedure TPDFSourceStream.Previous;
|