Package org.pdfbox.exceptions

Examples of org.pdfbox.exceptions.OutlineNotLocalException


                //if the outline action is null then this outline does not refer
                //to anything and we will just return null.
            }
            else
            {
                throw new OutlineNotLocalException( "Error: Outline does not reference a local page." );
            }
        }
       
        PDPageDestination pageDest = null;
        if( rawDest instanceof PDNamedDestination )
View Full Code Here

TOP

Related Classes of org.pdfbox.exceptions.OutlineNotLocalException

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.