fcl-pdf: fixed example pdfdump

This commit is contained in:
mattias 2023-06-15 11:34:57 +02:00
parent f20c7b9ae9
commit 63bf4dacbf
2 changed files with 3 additions and 1 deletions

View File

@ -3,3 +3,5 @@ testfppdf
*.exe
*.pdf
fonts
lib
pdfdump

View File

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