Did you find this guide helpful?
Some test text!
iOS / Changelog / v6.7.3.62393
Release date: October 13, 2017
Built with Xcode 9.0 GM Seed.
##Improvements:
contentInsetAdjustmentBehavior to PTPDFViewCtrl control the behavior for determining the adjusted content offsets of the PDF scrollview in iOS 11.+ (BOOL)CatchException:(void(^)())tryBlock error:(__autoreleasing NSError **)error to convert Obj-C exceptions to Swift errors. Usage is as follows:do  
{  
    try PTPDFNet.catchException {  
        // method that could throw an exception
        doc = PTPDFDoc(filepath: docPath!)  
    }
}
catch
{
    print("Caught exception \(error)")
}##Changes and Bug fixes:
PT to a number of classes and enums that were previously missing it.Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales