Blog Post

PSPDFKit 3.6 for Flutter Adds Measurement Tools

We’re excited to announce that PSPDFKit 3.6 for Flutter is now available. This release adds the Measurement Tools component to our Flutter library, which allows you to measure the distance, area, and perimeter of diagrams in your documents. Measurement Tools is also available for our iOS, Android, and Web SDKs.

Key Capabilities

Measurement Tools builds on our existing support for PDF annotations with five new tools that can be used to measure distance, area, and perimeter. More specifically, this new component enables you to add the following capabilities to your Flutter app:

  • Measuring the distance between two points

  • Measuring the area of a polygon

  • Measuring the perimeter of a polygon

  • Calibrating the length of a measurement

  • Adjusting the precision and scale of a measurement

Measurement annotations are fully customizable and can be used in combination with other annotation types. This component is also device-agnostic, giving you a consistent user experience across web, mobile, and desktop clients. We recommend reading our detailed Measurement Tools blog post or the Flutter guides to learn more.

Simple Integration

As an integral part of PSPDFKit for Flutter, you can start using Measurement Tools with no configuration on your side; you only need to have it enabled in your license. If you want to test out the functionality, check out our demo.

If you’re interested in PSPDFKit for Flutter, contact our Sales team. For a complete list of features, visit our product page. We’d love to hear about your use case and discuss how to best implement it.

Related Products
Share Post
Free 60-Day Trial Try PSPDFKit in your app today.
Free Trial

Related Articles

Explore more
TUTORIALS  |  Flutter • PDF Generation

How to Convert an Image to a PDF in Flutter

TUTORIALS  |  Flutter • How To • PDF Generation

How to Use Flutter to Create a PDF Document

TUTORIALS  |  Flutter • How To • SDK

How to Open a PDF from a Remote URL in Flutter