Class InternalDeprecatedCOSCloner


  • @Deprecated
    public class InternalDeprecatedCOSCloner
    extends org.apache.pdfbox.multipdf.PDFCloneUtility
    Deprecated.
    Temporary Workaround to allow access to the lowlevel functionality

    DO NOT USE!!!

    • Constructor Detail

      • InternalDeprecatedCOSCloner

        public InternalDeprecatedCOSCloner​(org.apache.pdfbox.pdmodel.PDDocument dest)
        Deprecated.
        Creates a new instance for the given target document.
        Parameters:
        dest - the destination PDF document that will receive the clones
    • Method Detail

      • cloneForNewDocument

        public <TCOSBase extends org.apache.pdfbox.cos.COSBase> TCOSBase cloneForNewDocument​(TCOSBase base)
                                                                                      throws IOException
        Deprecated.
        Overrides:
        cloneForNewDocument in class org.apache.pdfbox.multipdf.PDFCloneUtility
        Throws:
        IOException