Main > Free Download Search >

Free from pdf software for linux

from pdf

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 453
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::FromHTML 0.12

PDF::FromHTML 0.12


PDF::FromHTML is a Perl module to convert HTML documents to PDF. more>>
PDF::FromHTML is a Perl module to convert HTML documents to PDF.

SYNOPSIS

my $pdf = PDF::FromHTML->new( encoding => utf-8 );
$pdf->load_file(source.html);
$pdf->convert(
Font => /path/to/font.ttf,
LineHeight => 10,
Landscape => 1,
);
$pdf->write_file(target.pdf);

This module transforms HTML into PDF, using an assortment of XML transformations implemented in PDF::FromHTML::Twig.

There is also a command-line utility, html2pdf.pl, that comes with this distribution.

<<less
Download (0.023MB)
Added: 2006-08-10 License: Perl Artistic License Price:
1179 downloads
cairomm 1.4.2

cairomm 1.4.2


cairomm is a C++ interface for the cairo graphics library. more>>
cairomm is a C++ interface for the cairo graphics library.

cairomm is a C++ drawing API that is integrated with gtkmm for custom drawing. It can also be used to generate png, pdf, ps, or svg images.

<<less
Download (0.56MB)
Added: 2007-07-20 License: LGPL (GNU Lesser General Public License) Price:
827 downloads
Haru Free PDF library 2.0.8

Haru Free PDF library 2.0.8


Haru Free PDF library is a free, cross platform, open-sourced software library for generating PDF. more>>
Haru Free PDF library is a free, cross platform, open-sourced software library for generating PDF.
Main features:
- Generating PDF files with lines, text, images.
- Outline, text annotation, link annotation.
- Compressing document with deflate-decode.
- Embedding PNG, Jpeg images.
- Embedding Type1 font and TrueType font.
- Creating encrypted PDF files.
- Using various character set (ISO8859-1~16, MSCP1250~8, KOI-8R).
- Supporting CJK fonts and encodings.
Enhancements:
- fixed a problem of HPDF_Circle() which causes buffer overflow.
- added HPDF_Ellipse().
<<less
Download (1.5MB)
Added: 2007-06-14 License: zlib/libpng License Price:
869 downloads
Plone2PDF 0.3.7

Plone2PDF 0.3.7


Plone2PDF is a Plone product which exports various types of Plone documents to a pdf document. more>>
Plone2PDF is a Plone product which exports various types of Plone documents to a pdf document.

The goal of this product is to add a plone action to export Plone documents to the PDF format.

Architecture
The products needs HTMLdoc to make the conversion to PDF.

Status
The status of this product is still beta (version < 1.0). Comments, patches etc. are welcome.

<<less
Download (0.017MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
933 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::FromHTML::Twig 0.23

PDF::FromHTML::Twig 0.23


PDF::FromHTML::Twig is a Perl module with PDF::FromHTML guts. more>>
PDF::FromHTML::Twig is a Perl module with PDF::FromHTML guts.

SYNOPSIS

(internal use only)

No user-serviceable parts inside.

<<less
Download (0.051MB)
Added: 2007-02-13 License: MIT/X Consortium License Price:
985 downloads
CAM::PDF::GS 1.07

CAM::PDF::GS 1.07


CAM::PDF::GS is a PDF graphic state. more>>
CAM::PDF::GS is a PDF graphic state.

SYNOPSIS

use CAM::PDF;
my $pdf = CAM::PDF->new($filename);
my $contentTree = $pdf->getPageContentTree(4);
my $gs = $contentTree->computeGS();

This class is used to represent the graphic state at a point in the rendering flow of a PDF page. Much of the functionality is actually based in the parent class, CAM::PDF::GS::NoText.

Subclasses that want to do something useful with text should override the renderText() method.

<<less
Download (0.72MB)
Added: 2006-07-28 License: Perl Artistic License Price:
1184 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
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
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
JUnit PDF Report 1.0

JUnit PDF Report 1.0


JUnit PDF Report project generates a PDF report from JUnit test results. more>>
JUnit PDF Report project generates a PDF report from JUnit test results.

It uses Apache Ant to execute the generation, and Apache FOP to render the PDF document.

While automating tests for my company, I found that everything I need is available in the open source community, except printable test reports.

I couldnt sell the JUnitReport HTML reports to users. They see them as a technical artifact, and want to have a report that feels like a sign-off document.

Rather than building a solution in-house, I decided to initiate an open source project for it. I hope I can give something back to the community for everything it gave me.

<<less
Download (0.20MB)
Added: 2006-12-10 License: Common Public License Price:
1059 downloads
pdfTeX 1.40.5

pdfTeX 1.40.5


pdfTeX is an extended version of TeX that can create PDF directly from TeX source files. more>>
pdfTeX is an extended version of TeX that can create PDF directly from TeX source files and enhance the result of TeX typesetting with the help of PDF.
When PDF output is not selected, pdfTeX produces normal DVI output, otherwise it produces PDF output that looks identical to the DVI output.
An important aspect of pdfTeX project is to investigate alternative justification algorithms, optionally making use of multiple master fonts.
Enhancements:
- This includes xpdf 3.02pl1, fixing some security problems.
<<less
Download (3.9MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
844 downloads
phppdflib 2.8

phppdflib 2.8


phppdflib allows dynamic generation of PDF files using PHP. more>>
phppdflib is a class written in php that presents an easy to use API for generating PDF files dynamically.
Main features:
- Its freely licensed under the GNU GPL.
- Since its written in php, it doesnt require you to recompile or reconfigure your web server in any way
- Since its written in php, its platform independent. It will run on any system that supports php, such as Windows, Linux, Macintosh, and BSD.
- Its specifically designed to allow easy programming for text processing applications (such as reporting)
<<less
Download (0.10MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1633 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5