pdf report generator error
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Pavlo KOchkin
am 24 Apr. 2018
Beantwortet: Amanda Figueroa
am 19 Aug. 2019
I am trying to generate a simple pdf report, but get java OutOfMemoryError
>> d = Document('test', 'pdf');
>> append(d,'hello');
>> close(d)
Error using rptgen.utils.FOPProxy/newFOPImpl (line 238) Java exception occurred: java.lang.OutOfMemoryError: Java heap space
Error in rptgen.utils.FOPProxy/foToPDFImpl (line 191) fop = newFOPImpl(h, fopOutputStream, basePath, locale, extraFonts);
Error in rptgen.utils.FOPProxy.foToPDF (line 84) foToPDFImpl(h, foPath, pdfPath, locale, extraFonts, cleanupFonts);
0 Kommentare
Akzeptierte Antwort
Amanda Figueroa
am 19 Aug. 2019
I was looking into this and found the direct answer :
That fixed it for me.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Java Package Integration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!