Browse Source

fcl-pdf: fixed example pdfdump

(cherry picked from commit 63bf4dacbfc53d8af5a34c5b5ee489c2c9cd6dcf)
mattias 2 years ago
parent
commit
49f80a5473
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-pdf/examples/pdfdump.pp

+ 1 - 1
packages/fcl-pdf/examples/pdfdump.pp

@@ -382,7 +382,7 @@ begin
     // P.ResolveObjects:=False;
     // P.ResolveObjects:=False;
     P.ParseDocument(Doc);
     P.ParseDocument(Doc);
     if isPageText in FSections then
     if isPageText in FSections then
-      P.ResolveToUnicodeCMaps(Doc);
+      P.DoResolveToUnicodeCMaps(Doc);
     For S in FSections do
     For S in FSections do
       begin
       begin
       Case s of
       Case s of