Main > Free Download Search >

Free pdf file software for linux

pdf file

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 603
PDF Utilities 0.3

PDF Utilities 0.3


PDFUtil is a service menu entry that allows rotate and other interesting utilities for pdf files. more>>
PDFUtil is a service menu entry that allows rotate and other interesting utilities for pdf files.

<<less
Download (0.004MB)
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1318 downloads
ePDFView 0.1.6

ePDFView 0.1.6


ePDFView is a lightweight PDF Viewer. more>>
ePDFView is a lightweight PDF Viewer. ePDFView uses GTK+, Poppler and cairo libraries.
Main features:
- Support for encrypted files.
- Document index viewer.
Although its under continuous development.
<<less
Download (0.37MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
971 downloads
CL-PDF 2.1

CL-PDF 2.1


CL-PDF is a cross-platform Common Lisp library for generating PDF files. more>>
CL-PDF is a cross-platform Common Lisp library for generating PDF files.

It does not need any third-party tools from Adobe or others. It is used by cl-typesetting to provide a complete typesetting system.
<<less
Download (0.68MB)
Added: 2006-08-24 License: BSD License Price:
1156 downloads
PDF Toolkit 0.6

PDF Toolkit 0.6


PDF Toolkit is a simple servicemenu for PDF files. more>>
PDF Toolkit is a simple servicemenu for PDF files.
Main features:
- give master password
- give user password
- allow only printing
- watermark
- extract a range of pages
- join PDF files
<<less
Download (0.50MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1312 downloads
a2pdf 1.13

a2pdf 1.13


a2pdf project converts ASCII text to PDF format, with optional line/page numbering and Perl syntax highlighting. more>>
a2pdf project converts ASCII text to PDF format, with optional line/page numbering and Perl syntax highlighting.

Usage:

a2pdf [options] input.txt >output.pdf

Options:

a2pdf recognises the following command line options:

--help
Prints usage details and exits.

--doc
Displays full documentation and exits.

--version
Prints version number and exits.

--title
Sets the title to be included in the page header. If unspecified, the title will default to the name of the file which is being converted, or to STDIN if a2pdf is processing from standard input.

--timestamp
Boolean option - if set, the timestamp of the file to be converted will be included in the page header. This option is turned off by default.

--icon
Path to an image file which will be included as part of the header in the top left of each page. Image files may be in any format supported by PDF::API2.

--icon-scale
Scaling value for icon images, default is 0.25.

--header | --noheader | --notitle
Prints a header consististing of the page title, and optionally the timestamp and an image icon at the top of each page. This option is enabled by default, use "--notitle" or "--noheader" to disable.

--footer | --nofooter | --page-numbers | --nopage_numbers
Adds the current page number to the bottom of each page. This is enabled by default, use --nofooter or --nopage-numbers to disable.

--line-numbers | --noline-numbers
By default, line numbers will be included in the output PDF file. To disable this behaviour, use the --noline-numbers option.

--perl-syntax | --noperl-syntax
Enables or disables (default is enabled) Perl syntax highlighting. This feature requires that the Perl::Tidy module is installed.

--page-height
Page height in points. Default is 842 (A4).

--page-width
Page with in points. Default is 595 (A4).

--margins
--left-margin
--right-margin
--top-margin
--bottom-margin
Specifies the non-printable area of the page. The margin option will set all margins to the same value, however individual margins may be altered with the appropriate options. Values must be given in points. The default value for all margins is 48 points (0.75").

--font-face
Sets the font to use for the PDF file - currently this must be one of the PDF core fonts. The default font face is Courier.

--font-size
Font size in points, default value is 10.

--line-spacing
Line spacing in points, default value is the font size + 2.

--noformfeed
By default, any formfeed characters in the input stream will be processed and will act as expected, i.e. a new page will be started in the output PDF file. This can be disabled with the "--noformfeed" option which will cause all formfeed characters to be ignored.

Options may be given in any format recognised by the Getopt::Long Perl module, e.g. --name=value or --name value. Option names may be abbreviated to their shortest unique value.

If the input filename is not given, then a2pdf will expect to receive input from STDIN.

<<less
Download (2.7MB)
Added: 2007-05-11 License: Artistic License Price:
897 downloads
PDF::Table 0.91

PDF::Table 0.91


PDF::Table is a utility class for building table layouts in a PDF::API2 object. more>>
PDF::Table is a utility class for building table layouts in a PDF::API2 object.

SYNOPSIS

use PDF::API2;
use PDF::Table;

my $pdftable = new PDF::Table;
my $pdf = new PDF::API2(-file => "table_of_lorem.pdf");
my $page = $pdf->page;

# some data to layout
my $some_data =[
["1 Lorem ipsum dolor",
"Donec odio neque, faucibus vel",
"consequat quis, tincidunt vel, felis."],
["Nulla euismod sem eget neque.",
"Donec odio neque",
"Sed eu velit."],
... and so on
];

# build the table layout
$pdftable->table(
# required params
$pdf,
$page,
$some_data,
x => $left_edge_of_table,
w => 570,
start_y => 500,
next_y => 700,
start_h => 300,
next_h => 500,
# some optional params
padding => 5,
padding_right => 10,
background_color_odd => "gray",
background_color_even => "lightblue", #cell background color for even rows
);

# do other stuff with $pdf
...

This class is a utility for use with the PDF::API2 module from CPAN. It can be used to display text data in a table layout within the PDF. The text data must be in a 2d array (such as returned by a DBI statement handle fetchall_arrayref() call). The PDF::Table will automatically add as many new pages as necessary to display all of the data.

Various layout properties, such as font, font size, and cell padding and background color can be specified for each column and/or for even/odd rows. Also a (non)repeated header row with different layout properties can be specified.
See the METHODS section for complete documentation of every parameter.

<<less
Download (0.011MB)
Added: 2006-09-20 License: Perl Artistic License Price:
1140 downloads
PdfRipImage 0.2

PdfRipImage 0.2


PdfRipImage is a utility to extract images from PDF documents. more>>
PdfRipImage is a utility to extract images from PDF documents and convert them to a format of your choice. You can choose to extract whole pages or just the images contained in them.

The program is available as a GNOME graphical version.

<<less
Download (0.40MB)
Added: 2006-08-31 License: GPL (GNU General Public License) Price:
1150 downloads
jsp File Browser 1.2

jsp File Browser 1.2


jsp File Browser is an easy to use and easy to install file browser java server page. more>>
jsp File Browser is an easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation.
Main features:
- Create, copy, move, rename and delete files and directories
- View Files (pictures, movies, pdf, html,...)
- Edit textfiles
- Upload files to the server (Status via Upload monitor)
- Download files from the server
- Download groups of files and folders as a single zip file that is created on the fly
- Execute native commands on the server (e.g ls, tar, chmod,...)
- View entries and unpack zip, jar, war and gz files on the server
- Just one file, very easy to install (in fact, just copy it to the server)
- Customizable layout via css file
- Restrict file access via black or whitelist
It should work with any JSP1.1 compatible server(e.g. Tomcat>=3.0), I tested it on Tomcat 4.0, Resin 2.1.7 and Jetty.
Enhancements:
- A read-only version was added.
- It is now also usable as an upload-center.
- Some UI enhancements were made, like shortkeys and a better layout.
- It should also load a bit faster.
<<less
Download (0.023MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1211 downloads
Wad2PDF 1.6

Wad2PDF 1.6


Wad2PDF examines wad files and prints an overhead picture of all levels to a PDF file. more>>
Wad2PDF examines wad files and prints an overhead picture of all levels to a PDF file.
Wad2PDF is a program that converts the levels in Doom wad files into PDF files. The result has a birds eye view of every level, with floors neatly texturized and all items in the level in their proper places.
The PDF output can be imported to graphics programs for further editing or printed out directly. You can even create wall-sized mega posters of your favorite Doom levels.
Main features:
- supports all Doom games: Ultimate Doom, Doom II, Heretic, Hexen, and Strife
- full pwad support
- creates browsable PDF with bookmarks identified by level names
- reads gl nodes both from wads and GWA files
- resulting PDF is vectorized and can be zoomed arbitrarily (extreme zooms will make the textures blocky, though)
- available under the GPL
- does not support hi-res graphics or scaled/zoomed flats
<<less
Download (0.040MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1446 downloads
konq-pdf 0.1

konq-pdf 0.1


konq-pdf are various KDE service menus for PDF documents. more>>
konq-pdf are various KDE service menus for PDF documents.
1) pdftk service menu:
- Join selected PDF (alphabetic order)
- Add another pdf to selected file
- Extract pages
- Extraxt all even pages
- Extract all odd pages
- Burst PDF pages
- Repair
- Watermark pages of a PDF file
- Lock (give master password, give user password, select permissions)
- Unlock (with master password)
- Attach arbitrary file (not PDF only, but documents audio image movie too) (For now, you can view attached files with Acrobat Reader only)
- Extract all attached files (one or more) (Acrobat Reader not required for this)
(These are only useful when you want to edit PDF code in a text editor like vim or emacs)
- Uncompress PDF files (Remove PDF page stream compression)
- Compress PDF files (Restore page stream compression)
- Document information
- About
2) pdfjam service menu (pdf90, pdfnup, pdfjoin):
- Rotate -90 degrees pdf files
- Join selected documents
- Add another pdf to selected file
- 2 pages per sheet
- 4 pages per sheet
- 6 pages per sheet
- 8 pages per sheet
- Custom pages per sheet (Its possible to choose if you want framed or no-framed)
- About
Home installation: place the desktop files to ~/.kde/share/apps/konqueror/servicemenus/
System-wide installation (for *ubuntu): place the desktop files to /usr/share/apps/konqueror/servicemenus/
<<less
Download (0.017MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
831 downloads
PDF Download 0.8.1

PDF Download 0.8.1


PDF Download is an extension which allows you to choose what to do with a PDF file on a website. more>>
PDF Download is an extension which allows you to choose what to do with a PDF file on a website.

Allows to choose if you want to view a PDF file inside the browser (as PDF or HTML), if you want to view it outside Firefox with your default or custom PDF reader, or if you want to download it!

<<less
Download (0.12MB)
Added: 2007-06-04 License: MPL (Mozilla Public License) Price:
879 downloads
PoDoFo 0.5.0

PoDoFo 0.5.0


PoDoFo library is a free, portable C++ library. more>>
PoDoFo library is a free, portable C++ library. PoDoFo library can parse existing PDF files and create new ones from scratch.

PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package.

The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer).

Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo.

As of now PoDoFo is only available for Unix platforms. But the code is portable C++ and a Windows version will be available soon.

<<less
Download (0.44MB)
Added: 2007-07-02 License: LGPL (GNU Lesser General Public License) Price:
847 downloads
PDFBox 0.7.3

PDFBox 0.7.3


PDFBox is an open source Java PDF library for working with PDF documents. more>>
PDFBox is an open source Java PDF library for working with PDF documents. PDFBox project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. PDFBox also includes several command line utilities.
Main features:
- PDF to text extraction
- Merge PDF Documents
- PDF Document Encryption/Decryption
- Lucene Search Engine Integration
- Fill in form data FDF and XFDF
- Create a PDF from a text file
- Create images from PDF pages
- Print a PDF
Enhancements:
- This release contains significant bugfixes and an overhaul of the encryption framework.
<<less
Download (21.7MB)
Added: 2006-10-13 License: (FDL) GNU Free Documentation License Price:
1110 downloads
PDFLib Lite 7.0.1

PDFLib Lite 7.0.1


PDFlib is a widely used programming library which allows the programmer to generate and manipulate PDF files. more>>
PDFlib is a widely used programming library which allows the programmer to generate and manipulate files in Adobes well known Portable Document Format (PDF) and integrate this ability into any application or server environment.

The project is available for all major operating environments (12 different packages) and development environments.

The new release offers a variety of new and improved functions, including a new table formatter, PDF/A output for longtime archiving, AES encryption, integrated pCOS analyzing tools, a repair and optimization mode for input PDFs, and numerous other new features.

Table formatting. The new table formatter in PDFlib 7 creates complex tables automatically. The new table formatter simplifies the process of generating PDF files with tables on the fly, such as catalogs, invoices, or database reports.

PDF/A for archiving. PDFlib is one of the first tools worldwide to generate output according to the PDF/A-1a and PDF/A-1b standards. Existing PDF/A documents can be imported by PDFlib and combined or split.
<<less
Download (6.2MB)
Added: 2007-03-15 License: Free for non-commercial use Price:
967 downloads
PDFMiner 20090721

PDFMiner 20090721


PDFMiner is a suite of programs that help extracting and analyzing text data of PDF documents. more>>

PDFMiner 20090721 brings users the convenience of a suite of programs that help extracting and analyzing text data of PDF documents. Unlike other PDF-related tools, it allows to obtain the exact location of texts in a page, as well as other extra information such as font information or ruled lines.

It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes instead of text analysis.

Major Features:

  1. Written entirely in Python. (for version 2.4 or newer)
  2. PDF-1.7 specification support. (well, almost)
  3. Non-ASCII languages and vertical writing scripts support.
  4. Various font types (Type1, TrueType, Type3, and CID) support.
  5. Basic encryption (RC4) support.
  6. PDF to HTML conversion (with a sample converter web app).
  7. Outline (TOC) extraction.
  8. Tagged contents extraction.
  9. Infer text running by using clustering technique.
Requirements:
  • Python
<<less
Added: 2009-07-22 License: MIT/X Consortium Lic... Price: FREE
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5