Re: PurePDF Version 2.0
Posted: Fri Jun 07, 2013 8:02 am
Hi yrreti,
you are correct
The cidtogidmap memory must be released inside ipdf_PutFonts() put this procedure at the end of it and it should get fixed.
you are correct

The cidtogidmap memory must be released inside ipdf_PutFonts() put this procedure at the end of it and it should get fixed.
Code: Select all
If Fonts()\cidtogidmap
FreeMemory(Fonts()\cidtogidmap) ; Release cidtogidmap memory
Fonts()\cidtogidmap=0
EndIf
Next