|
@@ -1060,7 +1060,6 @@ end;
|
|
|
|
|
|
procedure TPDFPath.AddSegment(aSegment: TPDFPathSegment);
|
|
procedure TPDFPath.AddSegment(aSegment: TPDFPathSegment);
|
|
begin
|
|
begin
|
|
- Writeln('Adding : ',aSegment.Description);
|
|
|
|
if (FCount=Length(FSegments)) then
|
|
if (FCount=Length(FSegments)) then
|
|
SetLength(FSegments,Length(FSegments)+SegmentDelta);
|
|
SetLength(FSegments,Length(FSegments)+SegmentDelta);
|
|
|
|
|
|
@@ -1887,7 +1886,6 @@ Var
|
|
S : String;
|
|
S : String;
|
|
|
|
|
|
begin
|
|
begin
|
|
- Writeln('Registering ',classname,' for command ',RegisterCommandName,' and type ',CommandType);
|
|
|
|
S:=RegisterCommandName;
|
|
S:=RegisterCommandName;
|
|
If S<>'' then
|
|
If S<>'' then
|
|
RegisterCommand(S,Self);
|
|
RegisterCommand(S,Self);
|
|
@@ -2122,10 +2120,6 @@ begin
|
|
begin
|
|
begin
|
|
aParent:=TPDFIndirect(Obj);
|
|
aParent:=TPDFIndirect(Obj);
|
|
Obj:=TPDFIndirect(aParent).ObjectDict;
|
|
Obj:=TPDFIndirect(aParent).ObjectDict;
|
|
- if assigned(Obj) then
|
|
|
|
- Writeln('Indirect resource : ', TPDFDictionary(Obj).GetDescription)
|
|
|
|
- else
|
|
|
|
- Writeln('Indirect object ',aParent.ObjectID,'does not have a dict');
|
|
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
if Obj is TPDFDictionary then
|
|
if Obj is TPDFDictionary then
|