mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 02:19:27 +02:00
fcl-pdf: fixed example pdfdump
This commit is contained in:
parent
f20c7b9ae9
commit
63bf4dacbf
2
packages/fcl-pdf/examples/.gitignore
vendored
2
packages/fcl-pdf/examples/.gitignore
vendored
@ -3,3 +3,5 @@ testfppdf
|
||||
*.exe
|
||||
*.pdf
|
||||
fonts
|
||||
lib
|
||||
pdfdump
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user