GithubHelp home page GithubHelp logo

pdfiumlib's Introduction

PdfiumLib

Example of a PDF Control using PDFium - works with both Delphi and Lazarus on Windows, Linux, and OSX.

Requirements

pdfium.dll (x86/x64) from the pdfium-binaries

Binary release: chromium/4660

Required pdfium.dll version

chromium/4660

Features

  • Multiple PDF load functions:
    • File (load into memory, memory mapped file, on demand load)
    • TBytes
    • TStream
    • Active buffer (buffer must not be released before the PDF document is closed)
    • Active TSteam (stream must not be released before the PDF document is closed)
    • Callback
  • File Attachments
  • Import pages into other PDF documents
  • Forms
  • PDF rotation (normal, 90° counter clockwise, 180°, 90° clockwise)
  • Highlighted text (e.g. for search results)
  • WebLink click support
  • Flicker-free and optimized painting (only changed parts are painted)
  • Optional buffered page rendering (improves repainting of complex PDF pages)
  • Optional text selection by the user (mouse and Ctrl+A)
  • Optional clipboard support (Ctrl+C, Ctrl+Insert)
  • Keyboard scrolling (Cursor, PgUp/PgDn, Home/End)
  • Optional selection scroll timer
  • Optional smooth scrolling
  • Multiple scaling options
    • Fit to width or height
    • Fit to width
    • Fit to height
    • Zoom (1%-10000%)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.