Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdfix-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfix-sdk

PDFix SDK - Automated PDF Remediation, Data Extraction, HTML Conversion

  • 8.4.0
  • PyPI
  • Socket score

Maintainers
1

PDFix SDK Package

PDFix SDK - High Performace PDF library

keywords: pdf, accessibility, remediation, extraction, html, conversion, render, watermark, redact, sign, forms

PDFix SDK analyses the key components of the PDF and makes it easily available for you to manipulate. It’s a high-performance library that helps software developers and end-users integrate PDF functionality into their workflows.

Features

  • Automated PDF Remediation (PDF/UA)
  • Automated Data Extraction (JSON, XML)
  • PDF to HTML Conversion (Original, Responsive, by Tags)
  • Standard PDF Editing Features (render, watermark, redact, sign, forms, and more)

Change log

https://github.com/pdfix/pdfix_sdk_builds/blob/main/changelog.md

Supported platforms

  • Linux amd64
  • Windows amd64
  • macOS amd64, arm64

Installation

pip install pdfix-sdk

Example

from pdfixsdk.Pdfix import *

pdfix = GetPdfix()
doc = pdfix.OpenDoc("path/to/your.pdf", "")
print(doc.GetNumPages())
doc.Close()

More Python examples on https://github.com/pdfix/pdfix_sdk_example_python

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc