Apache FOP in a Java Applet - No ImagePreloader found for data

前端 未结 3 496
挽巷
挽巷 2020-12-06 14:58

I\'m looking at an issue in a mature commercial product.

In a nutshell, we are using part of the Apache POI library to read in a Word .DOC or .DOCX file, and convert

3条回答
  •  伪装坚强ぢ
    2020-12-06 15:39

    Just been struggling with this one. If you're using the maven-shade-plugin to create an uber jar, use the ServicesResourceTransformer to merge all the services configuration:

    
      org.apache.maven.plugins
      maven-shade-plugin
      2.2
      
        
          
          
            
              
              
            
          
        
      
    
    

提交回复
热议问题