PDF Conversion
11 views (last 30 days)
Show older comments
Hi, I'm getting the following error when I tried to convert my file to pdf:
??? Undefined variable "org" or class "org.apache.fop.apps.FopFactory.newInstance".
Error in ==> publish>fopInitialize at 543 fopFactory = org.apache.fop.apps.FopFactory.newInstance();
Error in ==> publish>publishToPdf at 501 [fopDriver, fopOutputStream] = fopInitialize(outputAbsoluteFilename);
Error in ==> publish at 193 publishToPdf(dom,options,outputAbsoluteFilename)
Error in ==> mdbpublish at 55 outputPath = publish(file, options);
??? Error using ==> open at 69 NAME must contain a single string.
Any suggestions?
0 Comments
Answers (1)
Aurelien Queffurust
on 22 Jun 2012
It is a known issue explained in this bug report : Publishing to PDF returns errors in MATLAB® R2010b and R2011a
See Also
Categories
Find more on Characters and Strings in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!