Shell interface for performing pdf manipulations such as merge or split from the command line. Read more »

Download Console
All platforms (1.0.0.M6)

Video installation tutorial for linux


Web interface for manipulating pdf files online in your browser. (Beta version)

Try online web app
No Download Required

News: Zoom factor in PdfToImage conversion

Hi,
we released the new 1.0.0.M6 where a new parameter to set userzoom factor has been added to the tasks converting pdf documents to images (PdfToTiff, PdfToJpg). With this new parameter you can define the desired zoom factor (Ex. 150%) of the generated images, this will result in higher resolution and in the end better images. Other minor issues have been added/changed, here for the full list.
Enjoy

Add comment

Read more news » RSS2 feed

About

An extendible and configurable PDF manipulation layer.

A ready to use java library to perform PDF document manipulation without having to deal with the low level API.

Sejda offers many "ready to go" manipulations implemented using iText, PDFBox or ICEpdf but it can be extended and/or configured to use other implementations. More »

Command line shell interface available as a separate module, running on all platforms

Development

Using Maven:

<properties>
<sejda.version>1.0.0.M6</sejda.version>
</properties>
<!-- sejda core -->
<dependency>
<groupId>org.sejda</groupId>
<artifactId>sejda-core</artifactId>
<version>${sejda.version}</version>
</dependency>

<!-- you will also need at least one of sejda itext, pdfbox or icepdf -->
<dependency>
<groupId>org.sejda</groupId>
<artifactId>sejda-icepdf</artifactId>
<version>${sejda.version}</version>
</dependency>
<dependency>
<groupId>org.sejda</groupId>
<artifactId>sejda-itext</artifactId>
<version>${sejda.version}</version>
</dependency>
<dependency>
<groupId>org.sejda</groupId>
<artifactId>sejda-pdfbox</artifactId>
<version>${sejda.version}</version>
</dependency>

Quick example sample code (sejda-example module):

https://bitbucket.org/torakiki/sejda/src/26c8e3e74686/sejda-example

Support

Bugs/Features

Submit bugs or propose improvements on the issue tracker.

Dev Questions

To get help on a specific question or problem please use Stack Overflow with tag [sejda]. We monitor these questions.