Main > Free Download Search >

Free sonic pdf creator rapidshare software for linux

sonic pdf creator rapidshare

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 546
PatternText Creator 1.1

PatternText Creator 1.1


For volume editing of text base or text containing file(s). more>> PatternText Creator is a program for volume editing of text base or text containing file(s). This is ideal for work where a professional may need to replace the same sentence or word in multiple file(s). This program also offers additional features instead of just simple find and replace. The user can choose find and append, prepend with a custom string; find and remove the target find text string; find and reverse the order of the target find text string.<<less
Download (400KB)
Added: 2009-04-22 License: Freeware Price: Free
192 downloads
Sonic Visualiser for Linux 1.3

Sonic Visualiser for Linux 1.3


Load audio files in WAV, Ogg and MP3 formats, and view their waveforms. more>> Load audio files in WAV, Ogg and MP3 formats, and view their waveforms.
Look at audio visualisations such as spectrogram views, with interactive adjustment of display parameters.
Annotate audio data by adding labelled time points and defining segments, point values and curves.
Overlay annotations on top of one another with aligned scales, and overlay annotations on top of waveform or spectrogram views.
View the same data at multiple time resolutions simultaneously (for close-up and overview).
Run feature-extraction plugins to calculate annotations automatically, using algorithms such as beat trackers, pitch detectors and so on.
Import annotation layers from various text file formats.
Import note data from MIDI files, view it alongside other frequency scales, and play it with the original audio.
Play back the audio plus synthesised annotations, taking care to synchronise playback with display.
Select areas of interest, optionally snapping to nearby feature locations, and audition individual and comparative selections in seamless loops.
Time-stretch playback, slowing right down or speeding up to a tiny fraction or huge multiple of the original speed while retaining a synchronised display.
Export audio regions and annotation layers to external files.
<<less
Download (8.9MB)
Added: 2009-04-11 License: Freeware Price: Free
195 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
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 Split and Merge 0.7 Beta 2

PDF Split and Merge 0.7 Beta 2


PDF Split and Merge (pdfsam) is an easy-to-use tool that provides functions to split and merge PDF files or subsections of them. more>>
PDF Split and Merge project is an easy-to-use tool that provides functions to split and merge PDF files or subsections of them.

<<less
Download (2.0MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
831 downloads
Deb creator 0.3.9.1

Deb creator 0.3.9.1


Deb creator is a GTK wizard tool to build deb packages easily. more>>
Deb creator is a GTK wizard tool to build deb packages easily.

This software is based upon debhelper, dpkg-buildpackage, and other well tested tools. You can try to build simple package from source archive with some GNU-packaged software containing at least a Makefile and a configure script.

In the future this application will be able to perform advanced operation.

Note: you dont need any particular package building knowledge to use this.

<<less
Download (0.024MB)
Added: 2007-07-21 License: GPL (GNU General Public License) Price:
864 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
PDF::Reuse::Tutorial 0.11

PDF::Reuse::Tutorial 0.11


PDF::Reuse::Tutorial is a Perl module that will teach you how to produce PDF-files with PDF::Reuse. more>>
PDF::Reuse::Tutorial is a Perl module that will teach you how to produce PDF-files with PDF::Reuse.

In this tutorial I will show some aspects of PDF::Reuse, so you should be able to use it in your own programs. Most important is how to produce and reuse PDF-code, and then if you are interested, you can look at Graphics and JavaScript, so you can to do special things.

Reusing code:

You can take advantage of what has been done before, it is not necessary to start from scratch every time you create a PDF-file. You use old PDF-files as a source for forms, images, fonts and texts. The components are taken as they are, or rearranged, and you add your own texts and you produce new output.
If you dont care too much about the size of your templates, you should make them with a commercial, visual tool, thats most practical; and then you should use PDF::Reuse to mass produce your files. In this tutorial I show in many places how create single files with PDF::Reuse. That is possible, but more of an exception. I do it here to show the technique. You will anyway need it to add texts and graphics to your templates.

Graphics:

With this module you get a good possibility to program directly with the basic graphic operators of PDF. This is perhaps an advanced level, and you can avoid it if you want. On the other hand, it is not very difficult, and if you take advantage of it, your possibilities to manage text and graphics increase very much. You should look at the "PDF-reference manual" which probably is possible to download from http://partners.adobe.com/asn/developer/acrosdk/docs.html. Look especially at chapter 4 and 5, Graphics and Text, and the Operator summary.
Whenever the function prAdd() is used in this tutorial, you can probably get more explanations in the "PDF-reference manual". The code, you add to the content stream with prAdd(), has to follow the PDF syntax completely.

JavaScript:

You can add JavaScript to your PDF-file programmatically. This works with Acrobat Reader 5.0.5 or Acrobat 5.0 and higher versions.

You should have the "Acrobat JavaScript Object Specification" by hand. If you havent got Acrobat, you can probably download it from http://partners.adobe.com/asn/developer/technotes/acrobatpdf.html. It is technical note # 5186. JavaScript for HTML and PDF differs so much that you need the manual, even if you know JavaScript very well.

<<less
Download (0.13MB)
Added: 2007-06-21 License: Perl Artistic License Price:
863 downloads
Sudognu 1.03

Sudognu 1.03


Sudognu is a command line sudoku solver and creator. more>>
Sudognu is a command line sudoku solver and creator. Sudognu can display the logical steps it uses to find the solution. It can print four sudokus to a pdf page and it comes with example cgi scripts for integration into www sites (see sudognu @ work below).
This project is written in C and tested on Linux. In order to compile and install sudognu you need Haru Free PDF library.
Enhancements:
- This release applies the forcing chain after X-wing, swordfish, and jellyfish, improves the documentation, adds a -P option for reordering solution techniques, facilitates browsing of sudoku solutions, and adds minor bugfixes.
<<less
Download (0.037MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
CQL::Parser 1.0

CQL::Parser 1.0


CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes. more>>
CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes.

SYNOPSIS

use CQL::Parser;
my $parser = CQL::Parser->new();
my $root = $parser->parse( $cql );

CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of CQL comes from the CQL homepage at the Library of Congress http://www.loc.gov/z3950/agency/zing/cql/

CQL is a formal language for representing queries to information retrieval systems such as web indexes, bibliographic catalogs and museum collection information. The CQL design objective is that queries be human readable and human writable, and that the language be intuitive while maintaining the expressiveness of more complex languages.

A CQL statement can be as simple as a single keyword, or as complicated as a set of compoenents indicating search indexes, relations, relational modifiers, proximity clauses and boolean logic. CQL::Parser will parse CQL statements and return the root node for a tree of nodes which describes the CQL statement. This data structure can then be used by a client application to analyze the statement, and possibly turn it into a query for a local repository.

Each CQL component in the tree inherits from CQL::Node and can be one of the following: CQL::AndNode, CQL::NotNode, CQL::OrNode, CQL::ProxNode, CQL::TermNode, CQL::PrefixNode. See the documentation for those modules for their respective APIs.

Here are some examples of CQL statements:

george
dc.creator=george
dc.creator="George Clinton"
clinton and funk
clinton and parliament and funk
(clinton or bootsy) and funk
dc.creator="clinton" and dc.date="1976"

<<less
Download (0.019MB)
Added: 2007-06-20 License: Perl Artistic License Price:
856 downloads
ksar 4.0.8

ksar 4.0.8


ksar is a java application to graph local or remote (via ssh) sar statistics. more>>
ksar is a java application to graph local or remote (via ssh) sar statistics. The project currently support Solaris and Linux sar output. it can generate pdf report.

<<less
Download (3.6MB)
Added: 2007-06-17 License: BSD License Price:
870 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
PDF::API2::Simple 1.1.2

PDF::API2::Simple 1.1.2


PDF::API2::Simple is a simplistic wrapper for the excellent PDF::API2 modules. more>>
PDF::API2::Simple is a simplistic wrapper for the excellent PDF::API2 modules.

SYNOPSIS

use PDF::API2::Simple;

my $pdf = PDF::API2::Simple->new(
file => output.pdf
);

$pdf->add_font(VerdanaBold);
$pdf->add_font(Verdana);
$pdf->add_page();

$pdf->link( http://search.cpan.org, A Hyperlink,
x => 350,
y => $pdf->height - 150 );

for (my $i = 0; $i < 250; $i++) {
my $text = "$i - All work and no play makes Jack a dull boy";

$pdf->text($text, autoflow => on);
}

$pdf->save();

Take note that PDF coordinates are not quite what youre used to. The coordinate, (0, 0) for instance is at the lower-left hand corner. Thus, x still grows to the right, but y grows towards the top.

METHODS

new
PDF::API2::Simple->new(
file => output.txt,
width => 612,
height => 792,
line_height => 10,
margin_left => 20,
margin_top => 20,
margin_right => 20,
margin_bottom => 50,
width_right => 0,
height_bottom => 0,
effective_width => 0,
effective_height => 0,
header => undef,
footer => undef,
);

Creates a new PDF::API2::Simple instance. A good strategy is to create a new object for each pdf file you want to create. That is, of course, up to you.

file - The PDF file you want to write to. No default, parameter required

width - The width of the PDF file. Defaults to 612, the 8 1/2 x 11 US Letter width

height - The height of the PDF file. Defaults to 792, the 8 1/2 x 11 US Letter height

line_height - The standard height you want to define for lines. The default is 10

margin_left - The amount of margin space you want on the left side. Of course, you can specify whatever coordniates you want. Default is 20

margin_top - The amount of margin space you want on the top of each page. Default is 20

margin_right - The amount of margin space you want of the right side of each page. Default is 20

margin_bottom - The amount of margin space you want on the bottom of each page. Default is 50

width_right - A convenience property that contains the furthest x of the page, accounting for the margins specified

height_bottom - A convenience property that contains the largest y of the page, accounting for the bottom margin

effective_width - A convenience property that contains the width of the page, after the left and right margin have been accounted for

effective_height - A convenience property that contains the height of the page, after the top and bottom margin have been accounted for

header - This CODE reference will be called everytime a page is appended to the PDF, allowing you to specifiy a header for your pages

footer - This CODE reference will be called everytime a page is ended, allowing you to specifiy a footer for your pages

open
PDF::API2::Simple->open(
open_file => my_pdf.pdf,
open_page => 1, # Default is 1.
# Any other options to new.
);

This method opens an existing PDF for editing. You can include any other arguments that are valid for new and they will be set in the resulting object.

<<less
Download (0.030MB)
Added: 2007-06-12 License: Public Domain Price:
868 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
Ubuntu LiveCD Creator

Ubuntu LiveCD Creator


Ubuntu LiveCD Creator proposes a set of tools and graphical user interface to create and maintain custom Ubuntu LiveCDs. more>>
Ubuntu LiveCD Creator proposes a set of tools and graphical user interface to create and maintain custom Ubuntu LiveCDs.
LiveCD tools should provide a robust enough environment for the Ubuntu developers to generate the official CDs from them. Required functionality includes:
- Creating LiveCDs based on templates, such as bare minimum installing ubuntu-minimal
- Selects repositories
- Selects default packages
- Adjusting the packages on the LiveCD by adding or removing through a Synaptic-like interface
- Adding files directly to the LiveCD just before finalizing
- Modifying the default X11 environment
- Execute a GNOME, KDE, or XFCE log-in in Xnest
- Save the home directory as the /etc/skel
- Saving and updating LiveCD templates
- Save the package list, /etc/skel, and additional files
- Update by adjusting repositories and performing upgrades or dist-upgrades
- Adding the Ubiquity installer
<<less
Download (MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
645 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5