Hallo,
hat jemand Erfahrung mit dem PDFtoolkit ? Wir haben es gekauft und ich musste heute feststellen, dass GetBitmap und SaveAsImage Memory Leaks hervorrufen. Der Hersteller hat das auch mehr oder weniger bestätigt
Zitat:
We are constantly working on the quality of our product and keep releasing builds as we fix any memory leaks. By default we work on the memory leaks which happen on ALL PDF files. if any memory leak happens only in specific PDFs, please send us the file so that we can investigate and fix it.
But however few memory leaks won't be fixable due to our design(TgtIndirectRef) and FreeType library.
We use FreeType C library for rendering fonts. There is a known memory leak while loading PDFs with specific encoded font (Custom encoded TrueType). We have already tried to debug the C code and failed to find where exactly the memory leak happens. We may have to spend more time to understand and debug the library than writing our own font rendering engine.
We are working on a Delphi font engine and it will be included in our next document processing components.
Blöd nur, dass wir das Produkt genau wegen den beiden Funktionen gekauft haben.
Ich habe jetzt noch nicht soooo große Erfahrung in der Delphi Programmierung, aber wie würdet Ihr damit umgehen ?
Einfach ReportMemoryLeaksOnShutdown := true; weglassen ? Ich habe jetzt mal beim Hersteller angefragt, ob wir das Geld zurückbekommen, aber andererseits benötige ich die Funktionen, um von einzelnen Pdf Seiten Bilder zu erzeugen.
Wie dramatisch sind denn die Memory Leaks (siehe Bild im Anhang) ???
Sorry wegen dem konfusen Text, aber irgendwie nervt mich das echt
Christof