You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2021/11/05 13:34:47 UTC

svn commit: r1894758 - /xmlgraphics/commons/trunk/src/main/java/org/apache/xmlgraphics/image/loader/ImageFlavor.java

Author: ssteiner
Date: Fri Nov  5 13:34:47 2021
New Revision: 1894758

URL: http://svn.apache.org/viewvc?rev=1894758&view=rev
Log:
FOP-3032: Embed pdf into afp using unique type

Modified:
    xmlgraphics/commons/trunk/src/main/java/org/apache/xmlgraphics/image/loader/ImageFlavor.java

Modified: xmlgraphics/commons/trunk/src/main/java/org/apache/xmlgraphics/image/loader/ImageFlavor.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/main/java/org/apache/xmlgraphics/image/loader/ImageFlavor.java?rev=1894758&r1=1894757&r2=1894758&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/main/java/org/apache/xmlgraphics/image/loader/ImageFlavor.java (original)
+++ xmlgraphics/commons/trunk/src/main/java/org/apache/xmlgraphics/image/loader/ImageFlavor.java Fri Nov  5 13:34:47 2021
@@ -55,6 +55,8 @@ public class ImageFlavor {
     /** An image in form of a raw EPS (Encapsulated PostScript) file/stream */
     public static final ImageFlavor RAW_EPS = new MimeEnabledImageFlavor(RAW,
                                                         MimeConstants.MIME_EPS);
+    public static final ImageFlavor RAW_PDF = new MimeEnabledImageFlavor(RAW, MimeConstants.MIME_PDF);
+
     /** An image in form of a raw LZW file/stream */
     public static final ImageFlavor RAW_LZW = new ImageFlavor("RawLZW");
     /** An image in form of a raw CCITTFax stream */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org