Code Monkey home page Code Monkey logo

documentpagingutils's Introduction

Document Paging Utils

A Set of libraries in C# and a simple GUI to manipulate multi-page documents such as tiff, pdf, djvu

Supported Page Operations

  1. Merge all files in directory.
  2. Split a file to a directory, each page gets it's own file.
  3. Insert a file to another (at a given page-number).
  4. Delete a given page from a file.
  5. Reverse the order of pages in a given file.
  6. Interleave pages from two files. Great for manually scanned duplex (double sided) documents, one containing the Odd pages, and one containing the Even pages.
  7. Rename all files in a directory to their modifeid datestamp.

Supported Formats

  1. Tiff -
    Using the ImageMagik library as a Command Line Interface.
    Many thanks to http://www.imagemagick.org

  2. DjVu -
    Using the DjVuLibre library as a Command Line Interface.
    Many thanks to http://djvu.sourceforge.net/

  3. PDF -
    Using the Adobe Acrobat Interapplication Communication (Adobe Acrobat IAC)
    (Yes, this means that Adobe Acrobat must be installed. This library only automates it for easy access) Please note that this will not work with Adobe Acrobat Reader

    Also, using iTextSharp library - this allows anyone to manipulate PDF files regardless of having Adobe Acrobat installed!

documentpagingutils's People

Contributors

wolf1986 avatar

Stargazers

Pierre Haufe avatar

Watchers

 avatar

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.