Skip to content

PDFix SDK samples for c#. PDF manipulation, content extraction, conversion , accessibility and more...

Notifications You must be signed in to change notification settings

tarzan0420/PDFixSDKSample-csharp

 
 

Repository files navigation

PDFix SDK

A multi-platform PDF Library SDK.

Description

Our PDF library analyses the key components of the PDF and make it easily available for you. With the ability to sign PDF's with both eSignatures and Digital Signatures we have your digital transactions covered.

We turn your simple PDF into a fully responsive document with semantic content and logical reading order built for you. You can search texts, you can save all images, you can export table values into your database or you can use exported elements for conversions – to HTML, JSON, Word, Excel, etc.

PDF form filling using AcroForm is an important part of many workflows. It allows data entry directly on print ready media with ability to import, export, submit or email data for further processing.

Try our autotag feature that recognises all important structures in your documents like tables, lists, reading order.

Documentation

For complete SDK documentation see the PDFix website.

Features

  • Standard PDF FeaturesHTML5 canvas-like API
    • Document Metadata (Author, Title, etc.)
    • Comments / Reviews
    • Watermarks / Stamps
    • Links / Actions
    • Bookmarks
    • Convert to HTML
    • Extract, insert and update data from Form fields
    • Printing
    • OCR
    • Access to low-level objects from PDF document (coming soon)
    • Page manipulation (coming soon)
    • Digital Signature Support
    • eSignature Support
    • Time Stamp Support
  • PDF Forms to HTML Form conversion
  • Logical Content Extraction
    • PDF to HTML Conversion
    • PDF to JSON Conversion
    • PDF to XML Conversion
  • PDF Accessibility
    • Add Tags to PDF
    • Read and Edit document structure tree
    • Edit reading order
    • PDF to PDF/UA

Installation on Windows, MacOS, Linux

Copy shared libraries from the bin folder in downloaded PDFix SDK package (https://pdfix.net/download) into the build folder same as the the executable. For 64-bit environment use files with *64.* suffix.

  • Windows: pdfix.dll, pdf_to_html.dll, ocr_tesseract.dll
  • MacOS: libpdfix.dylib, libpdf_to_html.dylib, libocr_tesseract.dylib
  • Linux: libpdfix.so, libpdf_to_html.so, libocr_tesseract.so

Have a question? Need help?

Let us know and we’ll get back to you. Write us to support@pdfix.net or fill the contact form.

About

PDFix SDK samples for c#. PDF manipulation, content extraction, conversion , accessibility and more...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.6%
  • Makefile 0.4%