Package org.apache.fop.pdf

Examples of org.apache.fop.pdf.PDFResources.makeReference()


                if (xObj != null) {
                    // e.g. Form XObject's resources aren't used for svg images
                    // (svg images are drawn directly to the stream)
                    PDFResources xFormRes = pdfi.factory.makeResources();
                    xFormRes.addXObject(xObj);
                    xFormResRef = xFormRes.makeReference();
                }

                // Build new Form XObject
                xForm = pdfi.pdfDoc.addFormXObject(resContext, xFormStream,
                    xFormResRef, xFormKey);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.