Provides a seamless interface for viewing and interacting with PDF documents using native iOS integration.PDF for iOS provides a seamless interface for viewing and interacting with PDF documents using native iOS integration. It is designed to be lightweight, efficient, and highly customizable, offering both granular control over PDF instances and quick access for simplified PDF viewing.Key ComponentsPDFInstance: A flexible class for managing individual PDF views with fine-grained control over their appearance and behavior.Ideal for developers who need to embed PDFs into their apps with custom layouts and functionality.PDFViewer: A static utility for quick and simple PDF viewing.Perfect for scenarios where you need to rapidly display PDFs with minimal configuration.Includes built-in options for saving and sharing documents.FeaturesPDFInstanceCustomizable Frames: Position and size the PDF viewer with precision using configurable frames.Scroll Direction Control: Choose between vertical and horizontal scrolling, with optional continuous page mode.Scaling Options: Enable automatic scaling or lock the scale at a specific zoom level.Auto Fit and Lock Scale: Automatically adjusts the PDF to fit the screen size and locks the zoom for a consistent experience.Text Extraction: Extract text from any page of the PDF document programmatically.Page Navigation: Navigate to any page in the document with ease.Page Shadows: Enable or disable shadows for PDF pages to suit your design preferences.Scroll Bars: Toggle the visibility of horizontal and vertical scroll bars.Full-Screen Mode: Instantly expand the PDF viewer to full screen for an immersive experience.User Interaction Control: Enable or disable touch-based interactions like scrolling and zooming.Event Handling: Hook into events to detect when the PDF is shown or hidden.Resource Management: Explicitly dispose of unused instances to free up memory.PDFViewerQuick View Mode: Open PDFs from URLs, local paths, or byte arrays with just one line of code.Save and Share: Provides built-in functionality for saving PDFs locally or sharing them using the native share sheet.Animated Transitions: Add smooth opening animations for a polished user experience.Platform Compatibility: Detect if the platform supports native PDF viewing before attempting to load documents.Use CasesEmbedding PDFs into apps with custom UI and interaction requirements.Displaying product manuals, reports, or educational materials in a polished and interactive way.Rapidly previewing documents with saving and sharing options.Support:iOS 13.0+iPadOS 13.0+Clean and simple API.Every API method is documented.Full source code included.Tested in real conditions.Documentation included.