adobe
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 63
Adobe Flex 2.0 Beta1
Flex 2.0 delivers an integrated set of tools and technology for build and deploy scalable Rich Internet Applications. more>>
Adobe Flex is the complete solution for building cross-platform Rich Internet Applications within the enterprise and across the web.
Flex 2.0 delivers an integrated set of tools and technology enabling developers to build and deploy scalable Rich Internet Applications.
Flex provides a modern, standards-based language supporting common design patterns and includes a client runtime, programming model, development environment, and advanced data
Main features:
- Flex Framework 2.0
- Flex Builder 2.0
- Flex Enterprise Services 2.0
- Flex Charting Components 2.0
- ActionScript 3.0
- Flash Player 8.5.
Enhancements:
- The Flex 2.0 product line enables developers to build rich, engaging web-based applications based on the ubiquitous Macromedia Flash runtime from Adobe and includes a complete solution for building Rich Internet Applications. Macromedia (now Adobe) originally coined the phrase Rich Internet Application (RIA) to describe a trend in the web development community toward building more engaging web experiences using Flash and HTML.
- The first generation of RIAs combined graphic-rich user interface controls that reduced or eliminated page refreshes. They have since evolved into sophisticated desktop-like applications that integrate rich data visualization components, such as data grids and graphical charts, multimedia audio and video, collaborative features like whiteboards and cobrowsing experiences, and real-time data push. As the complexity of such applications increased, so too did the cost of building and maintaining RIAs. Adobe responded to this need with Flex, which has become the industry-leading RIA development solution.
- Developers are a major focus of the Flex 2.0 release. To ensure that we take the product in a direction that meets your needs, the Flex team is excited to announce the public beta release of the Flex 2.0 product line. If youre not already familiar with Flex 2.0, you can find a complete overview in the David Wadhwanis article, Flex 2.0: Enabling the Next Generation of Rich Internet Applications. Read on to learn more about changes since the release of Flex 2.0 alpha 1.
- The beta 1 release includes updated installers for Flex Builder 2.0, Flex Charting 2.0, Flex Framework 2.0, and Flash Player 8.5. In addition, Flex Enterprise Services 2.0 is now available for the first time. The following outlines what is new in the Flex 2.0 beta 1 release.
<<lessFlex 2.0 delivers an integrated set of tools and technology enabling developers to build and deploy scalable Rich Internet Applications.
Flex provides a modern, standards-based language supporting common design patterns and includes a client runtime, programming model, development environment, and advanced data
Main features:
- Flex Framework 2.0
- Flex Builder 2.0
- Flex Enterprise Services 2.0
- Flex Charting Components 2.0
- ActionScript 3.0
- Flash Player 8.5.
Enhancements:
- The Flex 2.0 product line enables developers to build rich, engaging web-based applications based on the ubiquitous Macromedia Flash runtime from Adobe and includes a complete solution for building Rich Internet Applications. Macromedia (now Adobe) originally coined the phrase Rich Internet Application (RIA) to describe a trend in the web development community toward building more engaging web experiences using Flash and HTML.
- The first generation of RIAs combined graphic-rich user interface controls that reduced or eliminated page refreshes. They have since evolved into sophisticated desktop-like applications that integrate rich data visualization components, such as data grids and graphical charts, multimedia audio and video, collaborative features like whiteboards and cobrowsing experiences, and real-time data push. As the complexity of such applications increased, so too did the cost of building and maintaining RIAs. Adobe responded to this need with Flex, which has become the industry-leading RIA development solution.
- Developers are a major focus of the Flex 2.0 release. To ensure that we take the product in a direction that meets your needs, the Flex team is excited to announce the public beta release of the Flex 2.0 product line. If youre not already familiar with Flex 2.0, you can find a complete overview in the David Wadhwanis article, Flex 2.0: Enabling the Next Generation of Rich Internet Applications. Read on to learn more about changes since the release of Flex 2.0 alpha 1.
- The beta 1 release includes updated installers for Flex Builder 2.0, Flex Charting 2.0, Flex Framework 2.0, and Flash Player 8.5. In addition, Flex Enterprise Services 2.0 is now available for the first time. The following outlines what is new in the Flex 2.0 beta 1 release.
Download (110.2MB)
Added: 2006-02-01 License: Other/Proprietary License Price:
1369 downloads
Adobe Source Libraries 1.0.29
The Adobe Source Libraries (ASL) are a collection of C++ libraries to allow the construction of commercial application. more>>
The Adobe Source Libraries (ASL) are a collection of C++ libraries building foundation technology to allow the construction of commercial applications by assembling generic algorithms through declarative descriptions.
Enhancements:
- GIL version 2.1 (support for sub-byte aligned pixel values in images).
- An ASL version_0 namespace has been introduced to maintain binary compatibility going forward.
- There are poly< > library improvements. adobe/vector.hpp and adobe/closed_hash.hpp have been added as generic containers.
- There are many other improvements.
<<lessEnhancements:
- GIL version 2.1 (support for sub-byte aligned pixel values in images).
- An ASL version_0 namespace has been introduced to maintain binary compatibility going forward.
- There are poly< > library improvements. adobe/vector.hpp and adobe/closed_hash.hpp have been added as generic containers.
- There are many other improvements.
Download (8.2MB)
Added: 2007-07-16 License: MIT/X Consortium License Price:
831 downloads
Task Database 1.0
Task Database brings users the convenience of an Adobe AIR application that effectively demonstrates Flex database capabilities. SQL database is created on your desktop. more>>
Task Database 1.0 brings users the convenience of an Adobe AIR application that effectively demonstrates Flex database capabilities. SQL database is created on your desktop.
Adobe Air is a Cross-operating system runtime that lets developers combine HTML, AJAX, Adobe Flash, and Flex technologies to deploy rich Internet applications on the desktop.
Companies like eBay, AOL, and NASDAQ are already using Adobe AIR to deliver engaging RIAs to their users' desktops. To run applications, you will need to first download and install Adobe Air on your computer.
<<less Added: 2009-07-27 License: Freeware Price: FREE
downloads
CAM::PDF::Content 1.07
CAM::PDF::Content is a PDF page layout parser. more>>
CAM::PDF::Content is a PDF page layout parser.
SYNOPSIS
use CAM::PDF;
my $pdf = CAM::PDF->new($filename);
my $contentTree = $pdf->getPageContentTree(4);
$contentTree->validate() || die Syntax error;
print $contentTree->render(CAM::PDF::Render::Text);
$pdf->setPageContent(5, $contentTree->toString());
This class is used to manipulate the layout commands for a single page of PDF. The page content is passed as a scalar and parsed according to Adobes PDF Reference 3rd edition (for PDF v1.4). All of the commands from Appendix A of that document are parsed and understood.
Much of the content objects functionality is wrapped up in renderers that can be applied to it. See the canonical renderer, CAM::PDF::GS, and the render() method below for more details.
Enhancements:
- Perl
<<lessSYNOPSIS
use CAM::PDF;
my $pdf = CAM::PDF->new($filename);
my $contentTree = $pdf->getPageContentTree(4);
$contentTree->validate() || die Syntax error;
print $contentTree->render(CAM::PDF::Render::Text);
$pdf->setPageContent(5, $contentTree->toString());
This class is used to manipulate the layout commands for a single page of PDF. The page content is passed as a scalar and parsed according to Adobes PDF Reference 3rd edition (for PDF v1.4). All of the commands from Appendix A of that document are parsed and understood.
Much of the content objects functionality is wrapped up in renderers that can be applied to it. See the canonical renderer, CAM::PDF::GS, and the render() method below for more details.
Enhancements:
- Perl
Download (0.72MB)
Added: 2006-07-31 License: Perl Artistic License Price:
684 downloads
AutoTrace 0.31.1
AutoTrace converts bitmap to vector graphics. more>>
AutoTrace is a program for converting bitmap to vector graphics. The aim of the AutoTrace project is the development of a freely available application with a functionality similar to CorelTrace or Adobe Streamline.
Main features:
- Inputformats BMP, TGA, PNM, PPM, PGM, PBM and those supported by ImageMagick.
- Exportformat Postscript, svg, xfig, swf, pstoedit, emf, dxf, cgm, mif, p2e and sk
<<lessMain features:
- Inputformats BMP, TGA, PNM, PPM, PGM, PBM and those supported by ImageMagick.
- Exportformat Postscript, svg, xfig, swf, pstoedit, emf, dxf, cgm, mif, p2e and sk
Download (0.35MB)
Added: 2005-05-04 License: GPL (GNU General Public License) Price:
1646 downloads

e2spreadsheet 0.1
e2spreadsheet brings you a fully functional and easy-to-use spreadsheet and graphing application which is designed for Adobe AIR. more>> <<less
Added: 2009-06-02 License: Freeware Price: FREE
1 downloads
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.
<<lessThe 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.
Download (6.2MB)
Added: 2007-03-15 License: Free for non-commercial use Price:
967 downloads
PHP PSD reader 1.1
PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. more>>
PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. The project comes with imagecreatefrompsd (a function that returns an image handle just like the native PHP imagecreatefrom functions).
It supports documents from Adobe Photoshop 3.0 up to version CS3, where compatibility has been enabled. The class is also usefull for retrieving basic data from a Photoshop document.
You can use this script for a portfolio gallery, or to see the contents of a .psd file when Photoshop is not available.
<<lessIt supports documents from Adobe Photoshop 3.0 up to version CS3, where compatibility has been enabled. The class is also usefull for retrieving basic data from a Photoshop document.
You can use this script for a portfolio gallery, or to see the contents of a .psd file when Photoshop is not available.
Download (MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1051 downloads
CamlPDF 0.1
CamlPDF project is an OCaml library for reading, writing and manipulating Adobe portable document files. more>>
CamlPDF project is an OCaml library for reading, writing and manipulating Adobe portable document files. It is presented as a literate program in the manner of Knuth. Since this is an implementation of someone elses technology (unlike the rest of our work, which is new), we have decided to release it for wider use.
CamlPDF consists of a set of low level modules for representing, reading and writing the basic structure of PDF, together with an initial attempt at a higher level API.
CamlPDF is released under a BSD licence with special exceptions. See the LICENCE file in the source for details.
Main features:
- Support for PDF versions 1.0-1.7;
- Large file support: 64-bit file handles and fully tail-recursive;
- Lazy data reading, lexing and parsing - Optionally reads and processes data only when its required;
- Standard build depends only on zlib.
Notable ommisions
- Support for encrypted documents;
- External streams and embedded files;
- Writing support simplistic (no linearisation).
Modules
- Utility (generic functions)
- Io (generic I/O)
- Pdf (basic data types)
- Pdfwrite (write to file)
- Pdfcodec (compression and decompression)
- Pdfread (lexing and parsing)
- Pdfpages (lexing and parsing of graphics streams)
- Pdfdoc (document-level functions)
- Pdffun (PDF function parsing and evaluation)
<<lessCamlPDF consists of a set of low level modules for representing, reading and writing the basic structure of PDF, together with an initial attempt at a higher level API.
CamlPDF is released under a BSD licence with special exceptions. See the LICENCE file in the source for details.
Main features:
- Support for PDF versions 1.0-1.7;
- Large file support: 64-bit file handles and fully tail-recursive;
- Lazy data reading, lexing and parsing - Optionally reads and processes data only when its required;
- Standard build depends only on zlib.
Notable ommisions
- Support for encrypted documents;
- External streams and embedded files;
- Writing support simplistic (no linearisation).
Modules
- Utility (generic functions)
- Io (generic I/O)
- Pdf (basic data types)
- Pdfwrite (write to file)
- Pdfcodec (compression and decompression)
- Pdfread (lexing and parsing)
- Pdfpages (lexing and parsing of graphics streams)
- Pdfdoc (document-level functions)
- Pdffun (PDF function parsing and evaluation)
Download (0.085MB)
Added: 2007-04-25 License: Other/Proprietary License with Source Price:
912 downloads
ASLib 1.2.0
ASLib provides an ActionScript 2.0-based library that implements common data structures. more>>
ASLib provides an ActionScript 2.0-based library that implements common data structures.
ActionScript is a scripting language based on ECMAScript, primarily used to develop software for the Adobe Flash .
ActionScript first appeared in its current syntax with the release of Flash 5, which was the first thoroughly programmable version of Flash. This ActionScript release was named ActionScript 1.0. Flash 6 (MX) then further broadened the utility of the programming environment by adding a number of built-in functions and allowing better programmatic control of movie elements.
Flash 7 (MX 2004) introduced ActionScript 2.0, which added strong typing and class-based programming features such as explicit class declarations, inheritance, interfaces, and Strict Data Typing. ActionScript 1.0 and 2.0 share the same compiled form within Flash SWFs.
Enhancements:
- Simpliefied the Stack and Queue structures
<<lessActionScript is a scripting language based on ECMAScript, primarily used to develop software for the Adobe Flash .
ActionScript first appeared in its current syntax with the release of Flash 5, which was the first thoroughly programmable version of Flash. This ActionScript release was named ActionScript 1.0. Flash 6 (MX) then further broadened the utility of the programming environment by adding a number of built-in functions and allowing better programmatic control of movie elements.
Flash 7 (MX 2004) introduced ActionScript 2.0, which added strong typing and class-based programming features such as explicit class declarations, inheritance, interfaces, and Strict Data Typing. ActionScript 1.0 and 2.0 share the same compiled form within Flash SWFs.
Enhancements:
- Simpliefied the Stack and Queue structures
Download (0.20MB)
Added: 2007-03-16 License: LGPL (GNU Lesser General Public License) Price:
956 downloads
Graphics::ColorObject 0.5.0
Graphics::ColorObject can convert between color spaces. more>>
Graphics::ColorObject can convert between color spaces.
SYNOPSIS
use Graphics::ColorObject;
# rgb to hsv
$color = Graphics::ColorObject->new_RGB([$r, $g, $b]);
($h, $s, $v) = @{ $color->as_HSV() };
# one rgb space to another (NTSC to PAL)
$color = Graphics::ColorObject->new_RGB([$r, $g, $b], space=>NTSC);
($r, $g, $b) = @{ $color->as_RGB(space=>PAL) };
ABSTRACT
Use this module to convert between all the common color spaces. As a pure Perl module, it is not very fast, and so it you want to convert entire images quickly, this is probably not what you want. The emphasis is on completeness and accurate conversion.
Supported color spaces are: RGB (including sRGB, Apple, Adobe, CIE Rec 601, CIE Rec 709, CIE ITU, and about a dozen other RGB spaces), CMY, CMYK, HSL, HSV, XYZ, xyY, Lab, LCHab, Luv, LCHuv, YPbPr, YCbCr, YUV, YIQ, PhotoYCC.
Conversion between different RGB working spaces, and between different white-points, is fully supported.
For any supported color space XXX, there is one constructor new_XXX that creates a color using data in that color space, and one method as_XXX that returns the current color as expressed in that color space. For example, for RGB there is new_RGB and as_RGB. The color data is always passed as an array reference to a three-element array (four-element in the case of CMYK). Thus, to convert from RGB to HSL, you can use:
$color = Graphics::ColorObject->new_RGB([$r, $g, $b]);
($h, $s, $l) = @{ $color->as_HSL() };
The constructor can always take a hash of optional arguments in addition to the color value, namely the working RGB space and the white point. For example:
$color = Graphics::ColorObject->new_RGB([$r, $g, $b], space=>Adobe, white_point=>D65);
For a list of all supported color spaces, call Graphics::ColorObject->list_colorspaces(). For a list of all RGB working spaces and of all white points that this module supports, call Graphics::ColorObject->list_rgb_spaces() and Graphics::ColorObject->list_white_points().
If not specified, the working RGB space will be sRGB. Many non-RGB conversions also rely on an implicit RGB space, and passing an RGB space as an option (either to the constructor or later) will have an effect on the values.
<<lessSYNOPSIS
use Graphics::ColorObject;
# rgb to hsv
$color = Graphics::ColorObject->new_RGB([$r, $g, $b]);
($h, $s, $v) = @{ $color->as_HSV() };
# one rgb space to another (NTSC to PAL)
$color = Graphics::ColorObject->new_RGB([$r, $g, $b], space=>NTSC);
($r, $g, $b) = @{ $color->as_RGB(space=>PAL) };
ABSTRACT
Use this module to convert between all the common color spaces. As a pure Perl module, it is not very fast, and so it you want to convert entire images quickly, this is probably not what you want. The emphasis is on completeness and accurate conversion.
Supported color spaces are: RGB (including sRGB, Apple, Adobe, CIE Rec 601, CIE Rec 709, CIE ITU, and about a dozen other RGB spaces), CMY, CMYK, HSL, HSV, XYZ, xyY, Lab, LCHab, Luv, LCHuv, YPbPr, YCbCr, YUV, YIQ, PhotoYCC.
Conversion between different RGB working spaces, and between different white-points, is fully supported.
For any supported color space XXX, there is one constructor new_XXX that creates a color using data in that color space, and one method as_XXX that returns the current color as expressed in that color space. For example, for RGB there is new_RGB and as_RGB. The color data is always passed as an array reference to a three-element array (four-element in the case of CMYK). Thus, to convert from RGB to HSL, you can use:
$color = Graphics::ColorObject->new_RGB([$r, $g, $b]);
($h, $s, $l) = @{ $color->as_HSL() };
The constructor can always take a hash of optional arguments in addition to the color value, namely the working RGB space and the white point. For example:
$color = Graphics::ColorObject->new_RGB([$r, $g, $b], space=>Adobe, white_point=>D65);
For a list of all supported color spaces, call Graphics::ColorObject->list_colorspaces(). For a list of all RGB working spaces and of all white points that this module supports, call Graphics::ColorObject->list_rgb_spaces() and Graphics::ColorObject->list_white_points().
If not specified, the working RGB space will be sRGB. Many non-RGB conversions also rely on an implicit RGB space, and passing an RGB space as an option (either to the constructor or later) will have an effect on the values.
Download (0.022MB)
Added: 2006-08-05 License: Perl Artistic License Price:
1175 downloads
Photorec 6.6
PhotoRec is a small tool to recover pictures from digital camera memory. more>>
PhotoRec is a small tool to recover pictures from digital camera memory. Photorec software searches for MOV and JPEG headers, and because there is (usually) no data fragmentation, it can recover the whole file.
It can recover data from CompactFlash, Memory Stick, SecureDigital, SmartMedia, Microdrive, MMC, USB Memory Drives...
PhotoRec is safe to use, it will never attempt to write to the drive or memory support you are about to recover from. Recovered files are instead written in the directory from where you are running the PhotoRec program.
Photorec ignores the filesystem, this way it works even if the filesystem is severely damaged.
It can recover lost files at least from:
- FAT,
- NTFS,
- EXT2/EXT3 filesystem
Digital Camera
PhotoRec has been successfully tested with:
- Canon EOS300D, 10D
- HP PhotoSmart 620, 850, 935
- Nikon CoolPix 775, 5700
- Olympus C350N, C860L, Mju 400 Digital, Stylus 300
- Sony DSC-P9
- Praktica DCZ-3.4
- Casio Exilim EX-Z 750
PhotoRec searchs known file header and because there is no data fragmentation (usually), it can recover the whole file. Photorec recognises numerous file format including:
Archive
- .7z 7zip archive file
- .bz2 bzip2 compressed data
- .gz gzip compressed data
- .rar Rar archive
- .tar tar archive
- .zip zip archive
- Multimedia
- .asf, .wma, .wmv: Advanced Streaming Format used for Audio/Video
- .au Sun/NeXT audio data
- .avi .wav RIFF audio/video
- .bmp BMP bitmap image
- .cdr Corel Draw
- .crw Canon Raw picture
- .ctg Canon catalog
- .dcr Kodak Raw picture
- .dsc Nikon dsc
- .fla Flash Project File
- .gif Graphic Interchange Format
- .jng JPEG Network Graphics
- .jpg JPG picture
- .mng Multiple-Image Network Graphics
- .mov MOV video
- .mp3 MPEG ADTS, layer III, v1 audio
- .mp4 MPEG 4
- .mpg Moving Picture Experts Group video
- .mrw Minolta Raw picture
- .ogg OGG Vorbis audio
- .orf Olympus Raw Format picture
- .pcx PCX file format
- .pef Pentax Raw picture
- .png Portable Network Graphics
- .psd Adobe Photoshop Image
- .qxd QuarkXpress Document
- .qxp QuarkXpress Document
- .raf Raw Fujifilm picture
- .raw Contax picture
- .rdc Rollei picture
- .sit Mikron
- .sr2 Sony Raw picture
- .tif Tag Image File Format
- .x3f Sigma/Foveon X3 raw picture
- .xcf GIMP XCF File
Office
- .doc Microsoft Word
- .mbd Access database
- .odd OpenDocument Drawing
- .odp OpenDocument Presentation
- .ods OpenDocument Spreadsheet
- .odt OpenDocument Text
- .pap Papyrus word file
- .ppt PowerPoint presentation
- .rtf Rich Text Format
- .sda StarDraw
- .sdc StarCalc
- .sdd StarImpress
- .sdw StarWriter
- .slk Sylk, Multiplan Symbolic Link Interchange
- .sxc OpenOffice Spreadsheet
- .sxd OpenOffice Drawing
- .sxi OpenOffice Presentation
- .sxw OpenOffice Text Document
- .txt Text file
- .vis Visio document
- .xls Microsoft Excel
Others
- .asp ASP script
- .bat Batch
- .c C source file
- .dbf DBase 3 (prone to false positive)
- .dbx Outlook Express
- .eps Encasulated PostScript
- .exe MS executable
- .frm MySQL table definition
- .h C header
- .html HTML
- .jsp JSP script
- .MYI MySQL MISAM compressed data
- .pdf Portable Document Format
- .php PHP script
- .pl Perl script
- .prc PalmOS application
- .ps PostScript document
- .pst Outlook
- .py Python script
- .qdf Quicken
- .sh Shell script
- .wab Windows Address Book
Enhancements:
- A new method for handling fragmented data is now used, making recovery more reliable and faster.
- This release can be set to search for files in FAT16/FAT32 unallocated space only, which avoids wasting time recovering files that are still accessible, making the recovery of lost files much faster and more efficient.
- New file formats have been added.
<<lessIt can recover data from CompactFlash, Memory Stick, SecureDigital, SmartMedia, Microdrive, MMC, USB Memory Drives...
PhotoRec is safe to use, it will never attempt to write to the drive or memory support you are about to recover from. Recovered files are instead written in the directory from where you are running the PhotoRec program.
Photorec ignores the filesystem, this way it works even if the filesystem is severely damaged.
It can recover lost files at least from:
- FAT,
- NTFS,
- EXT2/EXT3 filesystem
Digital Camera
PhotoRec has been successfully tested with:
- Canon EOS300D, 10D
- HP PhotoSmart 620, 850, 935
- Nikon CoolPix 775, 5700
- Olympus C350N, C860L, Mju 400 Digital, Stylus 300
- Sony DSC-P9
- Praktica DCZ-3.4
- Casio Exilim EX-Z 750
PhotoRec searchs known file header and because there is no data fragmentation (usually), it can recover the whole file. Photorec recognises numerous file format including:
Archive
- .7z 7zip archive file
- .bz2 bzip2 compressed data
- .gz gzip compressed data
- .rar Rar archive
- .tar tar archive
- .zip zip archive
- Multimedia
- .asf, .wma, .wmv: Advanced Streaming Format used for Audio/Video
- .au Sun/NeXT audio data
- .avi .wav RIFF audio/video
- .bmp BMP bitmap image
- .cdr Corel Draw
- .crw Canon Raw picture
- .ctg Canon catalog
- .dcr Kodak Raw picture
- .dsc Nikon dsc
- .fla Flash Project File
- .gif Graphic Interchange Format
- .jng JPEG Network Graphics
- .jpg JPG picture
- .mng Multiple-Image Network Graphics
- .mov MOV video
- .mp3 MPEG ADTS, layer III, v1 audio
- .mp4 MPEG 4
- .mpg Moving Picture Experts Group video
- .mrw Minolta Raw picture
- .ogg OGG Vorbis audio
- .orf Olympus Raw Format picture
- .pcx PCX file format
- .pef Pentax Raw picture
- .png Portable Network Graphics
- .psd Adobe Photoshop Image
- .qxd QuarkXpress Document
- .qxp QuarkXpress Document
- .raf Raw Fujifilm picture
- .raw Contax picture
- .rdc Rollei picture
- .sit Mikron
- .sr2 Sony Raw picture
- .tif Tag Image File Format
- .x3f Sigma/Foveon X3 raw picture
- .xcf GIMP XCF File
Office
- .doc Microsoft Word
- .mbd Access database
- .odd OpenDocument Drawing
- .odp OpenDocument Presentation
- .ods OpenDocument Spreadsheet
- .odt OpenDocument Text
- .pap Papyrus word file
- .ppt PowerPoint presentation
- .rtf Rich Text Format
- .sda StarDraw
- .sdc StarCalc
- .sdd StarImpress
- .sdw StarWriter
- .slk Sylk, Multiplan Symbolic Link Interchange
- .sxc OpenOffice Spreadsheet
- .sxd OpenOffice Drawing
- .sxi OpenOffice Presentation
- .sxw OpenOffice Text Document
- .txt Text file
- .vis Visio document
- .xls Microsoft Excel
Others
- .asp ASP script
- .bat Batch
- .c C source file
- .dbf DBase 3 (prone to false positive)
- .dbx Outlook Express
- .eps Encasulated PostScript
- .exe MS executable
- .frm MySQL table definition
- .h C header
- .html HTML
- .jsp JSP script
- .MYI MySQL MISAM compressed data
- .pdf Portable Document Format
- .php PHP script
- .pl Perl script
- .prc PalmOS application
- .ps PostScript document
- .pst Outlook
- .py Python script
- .qdf Quicken
- .sh Shell script
- .wab Windows Address Book
Enhancements:
- A new method for handling fragmented data is now used, making recovery more reliable and faster.
- This release can be set to search for files in FAT16/FAT32 unallocated space only, which avoids wasting time recovering files that are still accessible, making the recovery of lost files much faster and more efficient.
- New file formats have been added.
Download (1.0MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
934 downloads
pstoedit 3.43
pstoedit converts Postscript and PDF files to other vector graphic formats so that they can be edited graphically. more>>
pstoedit program converts Postscript and PDF files to other vector graphic formats so that they can be edited graphically.
Supported Formats
Currently pstoedit can generate the following major formats:
- Tgif .obj format (for tgif version >= 3)
- .fig format for xfig
- pdf - Adobes Portable Document Format
- gnuplot format
- Flattened PostScript (with or without Bezier curves)
- DXF - CAD exchange format
- LWO - LightWave 3D
- RIB - RenderMan
- RPL - Real3D
- Java 1 or Java 2 applet
- Idraw format (in fact a special form of EPS that idraw can read)
- Tcl/Tk
- HPGL
- AI (Adobe Illustrator) (based on ps2ai.ps - not a real pstoedit driver - see notes below and manual)
- Windows Meta Files (WMF) (Windows 9x/NT only)
- Enhanced Windows Meta Files (EMF) (Windows 9x/NT only)
- OS/2 meta files (OS/2 only)
- PIC format for troff/groff
- MetaPost format for usage with TeX/LaTeX
- LaTeX2e picture
- Kontour
- GNU Metafile (plotutils / libplot)
- Skencil( http://www.skencil.org )
- Mathematica
- via ImageMagick to any format supported by ImageMagick
- SWF
Enhancements:
- Several usability improvements were introduced.
- Secure versions of several functions are used where possible.
- The code was cleaned up and a driver was included for the OpenOffice metafile format.
<<lessSupported Formats
Currently pstoedit can generate the following major formats:
- Tgif .obj format (for tgif version >= 3)
- .fig format for xfig
- pdf - Adobes Portable Document Format
- gnuplot format
- Flattened PostScript (with or without Bezier curves)
- DXF - CAD exchange format
- LWO - LightWave 3D
- RIB - RenderMan
- RPL - Real3D
- Java 1 or Java 2 applet
- Idraw format (in fact a special form of EPS that idraw can read)
- Tcl/Tk
- HPGL
- AI (Adobe Illustrator) (based on ps2ai.ps - not a real pstoedit driver - see notes below and manual)
- Windows Meta Files (WMF) (Windows 9x/NT only)
- Enhanced Windows Meta Files (EMF) (Windows 9x/NT only)
- OS/2 meta files (OS/2 only)
- PIC format for troff/groff
- MetaPost format for usage with TeX/LaTeX
- LaTeX2e picture
- Kontour
- GNU Metafile (plotutils / libplot)
- Skencil( http://www.skencil.org )
- Mathematica
- via ImageMagick to any format supported by ImageMagick
- SWF
Enhancements:
- Several usability improvements were introduced.
- Secure versions of several functions are used where possible.
- The code was cleaned up and a driver was included for the OpenOffice metafile format.
Download (0.82MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1337 downloads
KOffice 1.6.3
KOffice is an integrated office suite for KDE. more>>
KOffice project is an integrated office suite for KDE.
KOffice features a full set of applications which work together seamlessly to provide the best user experience possible.
KOffice components work together. Every program in the KOffice suite is a component which adds more functionality to the whole. You can embed any KOffice component in any other KOffice component, this is realised using the KParts object model from KDE.
KOffice, like KDE, is a free project which is released under GPL-compatible open source licenses, e.g. GPL, LGPL and BSD.
KOffice stays in active development. This means that KOffice is continually being improved, based on reports from users, evolving software technology and implementation of new features. Not all features are implemented yet in all applications.
Some components are more complete than others, but many KOffice applications are already being used for productive professional work. If you want to make KOffice better, or just implement that one little feature you really need, dont hesitate to jump in and we will happily make your changes part of the next release for everyone to use and see.
Main features:
- KWord - A frame-based word processor capable of professional standard documents
- KSpread - A powerful spreadsheet application.
- KPresenter - A full-featured presentation program.
- Kivio - A Visio-style flowcharting application.
- Karbon14 - A vector drawing application.
- Krita - A pixel-based image manipulation program like The GIMP or Adobe Photoshop.
- Kugar - A tool for generating business quality reports.
- KChart - An integrated graph and chart drawing tool.
- KFormula - A powerful formula editor.
- Kexi - An integrated environment for managing data.
- Filters - Import and Export Filters for KOffice.
<<lessKOffice features a full set of applications which work together seamlessly to provide the best user experience possible.
KOffice components work together. Every program in the KOffice suite is a component which adds more functionality to the whole. You can embed any KOffice component in any other KOffice component, this is realised using the KParts object model from KDE.
KOffice, like KDE, is a free project which is released under GPL-compatible open source licenses, e.g. GPL, LGPL and BSD.
KOffice stays in active development. This means that KOffice is continually being improved, based on reports from users, evolving software technology and implementation of new features. Not all features are implemented yet in all applications.
Some components are more complete than others, but many KOffice applications are already being used for productive professional work. If you want to make KOffice better, or just implement that one little feature you really need, dont hesitate to jump in and we will happily make your changes part of the next release for everyone to use and see.
Main features:
- KWord - A frame-based word processor capable of professional standard documents
- KSpread - A powerful spreadsheet application.
- KPresenter - A full-featured presentation program.
- Kivio - A Visio-style flowcharting application.
- Karbon14 - A vector drawing application.
- Krita - A pixel-based image manipulation program like The GIMP or Adobe Photoshop.
- Kugar - A tool for generating business quality reports.
- KChart - An integrated graph and chart drawing tool.
- KFormula - A powerful formula editor.
- Kexi - An integrated environment for managing data.
- Filters - Import and Export Filters for KOffice.
Download (54.2MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
533 downloads
jrawio 1.0 RC5
jrawio is a Service Provider Implementation for the Java ImageIO API. more>>
jrawio is a Service Provider Implementation for the Java ImageIO API. It provides the ability to read images coded in a digital "camera raw" format (such as NEF for Nikon or CRW/CR2 for Canon).
jrawio is to be pointed out that jrawio is implemented in 100% pure Java.
In simple words, a Camera RAW format is the dump of the data collected by the camera sensor, with basically no post-processing applied. While it has the pitfall of requiring heavy processing in order to achieve a displayable image, the basic advantage is that any transformatio applied to it is "reversible".
From this point of view a Camera RAW format can be thought as a "digital negative". But dont confuse this with Adobes Digital Negative format (.DNG), which is just the try to define a standard format of RAW images. Indeed every camera manufacturer (e.g. Nikon, Canon, ...) has its own format.
jrawio is presently a Release Candidate for v1.0, so its coming out of beta stage. Please refer also to the Release Notes for information about issues.
It has been tested with about 8,000 photos taken with Nikon D100 and D70 cameras and with about 250 samples of various cameras downloaded from the web. jrawio has been explicitly tested with the following models:
Canon CR2 Digital Rebel, EOS 1D MkII, EOS 1Ds MkII, EOS 350D
Canon CRW D30, EOD 10D, EOS 300D
Leica DNG R8, R9
Minolta MRW DiMAGE 5, DiMAGE 7i, DiMAGE 7Hi
Nikon NEF CoolPix 5400, CoolPix 5700, CoolPix 8700, CoolPix 8800, D1, D100, D1X, D200, D2H, D2X, D50, D70, D70s
Pentax PEF *ist D, *ist DL, *ist DS
Sony SRF F828
Enhancements:
- This release fixes bugs related to application integration.
<<lessjrawio is to be pointed out that jrawio is implemented in 100% pure Java.
In simple words, a Camera RAW format is the dump of the data collected by the camera sensor, with basically no post-processing applied. While it has the pitfall of requiring heavy processing in order to achieve a displayable image, the basic advantage is that any transformatio applied to it is "reversible".
From this point of view a Camera RAW format can be thought as a "digital negative". But dont confuse this with Adobes Digital Negative format (.DNG), which is just the try to define a standard format of RAW images. Indeed every camera manufacturer (e.g. Nikon, Canon, ...) has its own format.
jrawio is presently a Release Candidate for v1.0, so its coming out of beta stage. Please refer also to the Release Notes for information about issues.
It has been tested with about 8,000 photos taken with Nikon D100 and D70 cameras and with about 250 samples of various cameras downloaded from the web. jrawio has been explicitly tested with the following models:
Canon CR2 Digital Rebel, EOS 1D MkII, EOS 1Ds MkII, EOS 350D
Canon CRW D30, EOD 10D, EOS 300D
Leica DNG R8, R9
Minolta MRW DiMAGE 5, DiMAGE 7i, DiMAGE 7Hi
Nikon NEF CoolPix 5400, CoolPix 5700, CoolPix 8700, CoolPix 8800, D1, D100, D1X, D200, D2H, D2X, D50, D70, D70s
Pentax PEF *ist D, *ist DL, *ist DS
Sony SRF F828
Enhancements:
- This release fixes bugs related to application integration.
Download (0.96MB)
Added: 2006-02-18 License: IBM Public License Price:
1349 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above adobe search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed