pdf report generator error

2 vues (au cours des 30 derniers jours)
Pavlo KOchkin
Pavlo KOchkin le 24 Avr 2018
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);

Réponse acceptée

Amanda Figueroa
Amanda Figueroa le 19 Août 2019
I was looking into this and found the direct answer :
That fixed it for me.

Plus de réponses (0)

Catégories

En savoir plus sur Java Package Integration dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by