mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 17:29:20 +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
|
*.exe
|
||||||
*.pdf
|
*.pdf
|
||||||
fonts
|
fonts
|
||||||
|
lib
|
||||||
|
pdfdump
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user