pdf report generator error

조회 수: 2 (최근 30일)
Pavlo KOchkin
Pavlo KOchkin 2018년 4월 24일
답변: Amanda Figueroa 2019년 8월 19일
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);

채택된 답변

Amanda Figueroa
Amanda Figueroa 2019년 8월 19일
I was looking into this and found the direct answer :
That fixed it for me.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Java Package Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by