Package org.jpedal.objects.raw

Examples of org.jpedal.objects.raw.XObject


            }
           
        }
       
        //create a fake XObject to make use of the code we already have to generate image
    fakeObj=new XObject(form.getObjectRefAsString()); //value does not matter
   
    //do not think we need but here for completeness
//    XObject.setFloatArray(PdfDictionary.Matrix,new float[]{1,0,0,1,0,0});

    //forms can have resources (Fonts, XOBjects, etc) which are in the DR value -
View Full Code Here

TOP

Related Classes of org.jpedal.objects.raw.XObject

Copyright © 2018 www.massapicom. 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.