a8
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4
Audi A8 Screensaver
A great image slideshow for your desktop screen. more>>
A great image slideshow for your desktop screen. The Audi A8 is a full-size luxury car built by the German automaker Audi to replace the V8 model as its flagship offering. For MY 2008 the car has been refreshed in the form of new electronic safety systems. A must have free screensaver for upcoming executives.
The Audi A8 Screensaver contains over 20 high resolution photos, full screen wallpaper size.
System requirements:
- Intel Processor
- 32 MB RAM
- 8MB Hard Drive Space
<<lessThe Audi A8 Screensaver contains over 20 high resolution photos, full screen wallpaper size.
System requirements:
- Intel Processor
- 32 MB RAM
- 8MB Hard Drive Space
Download (5.97MB)
Added: 2007-11-17 License: Adware Price:
738 downloads
Download (info)
Added: 2008-11-18 License: Update Price:
296 downloads

Aloaha PDF Suite 3.9.147
Your PDF Files are just one click away! Aloaha PDF Suite is the perfect tool to create/edit your PDF Documents. One click is enough! Just print your document to any of your printers and Aloaha will convert the print job to a PDF Document. more>>
Your PDF Files are just one click away!
Aloaha PDF Suite is the perfect tool to create your PDF Documents. One click is enough! Just print your document to any of your printers and Aloaha will convert the print job to a PDF Document, which you can save, digitally sign, email, fax or publish to an exchange public folder.
- Creates and edits vector based PDF Files
- Digitally sign with our personal digital Certificate
- PDF-Signature Interchange Standard compatible
- supports PC/SC compatible smartcard reader
- e-ID support
- RFC 3161 compatible Timestamps
- some cards are supported native (no CSP needed)
- 40 and 128 Bit Encryption
- compression
- JPEG2000 compression
- Password Protection
- No special Printer Driver required
- Archives your PDF files
- Sends your PDF files via email or fax
- MAPI, WebDAV and SMTP supported.
- No page size limits. Even formats like A0-A8, 1x1 meter and custom supported
- Preview Function
- PDF Editor
- PDF Form Filler and saver
- tracking Images
- automatic generation of bookmarks
- Bookmark/Outline Editor
- Page mover
- Publish high quality PDFs without high costs
- Communicate across operating systems
- Maintain security for confidential material
- Preserve content integrity ? keep fonts, images and layout intact
- Letterhead or Watermark imposition
- direct Image 2 PDF Conversion
- batch prints your existing PDF
- batch converts, signes your files into PDF
- hotfolder support for autoprint, autosign, batchsign and PDF splitter
- automatically emails or faxes files depending on embedded commands
- XP/2003 Fax Service Connector included
- APDFPR included
- No Acrobat needed
- unattended server mode supported
- Windows Terminal Services supported
- Citrix Metaframe supported
- Works on NT4, XP, Windows 2000 and 2003
System Requirements: Windows
Enhancements: Bookmark Editor, automatic generation of bookmarks, Terminal Server/Citrix Mode, Smartcard support, WebDAV Mailer, Hot Folder, Splitter, batch signature, page imposition, image2pdf, JPG2000
<<less Download (8.58MB)
Added: 2009-10-26 License: Freeware Price: $0
downloads
Other version of Aloaha PDF Suite
Even formats like A0-A8, 1x1 meter and custom supported - Preview Function - PDF Editor - PDF Form Filler and saver - tracking Images - automatic generation of bookmarks - Bookmark/Outline EditorPrice: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
ShineInHex 1.13f
ShineInHex is a hex edit/view control made of steel and hard-core assembly mix more>>
ShineInHex is a hex edit/view control made of steel and hard-core assembly mix ShineInHex is a hex edit/view control made of steel and hard-core assembly mix.
The suggested way of creating ShineInHex control is using CreateWindowEx function (not using DIALOG resource). The control handles WM_CHAR message, so if incomming messages are not translated (TranslateMessage), WM_CHAR never occurs. At the moment control works correctly if there exists only one instance of ShineInHex.
Main features:
Supported keys:
- Right - moves current cursor 1 position right, clears selection if SHIFT is not pressed;
- Left - moves current cursor 1 position left, clears selection if SHIFT is not pressed;
- Up - moves current cursor 1 line up, clears selection if SHIFT is not pressed;
- Down - moves current cursor 1 line down, clears selection if SHIFT is not pressed;
- Page Up - moves current cursor n lines up, clears selection if SHIFT is not pressed;
- Page Down - moves current cursor n lines down, clears selection if SHIFT is not pressed;
- Home - moves current cursor to the beginning of current line;
- End - moves current cursor to the end of current line.
Mouse input
- Scroll contents by using mouse wheel;
- Change selection by moving mouse and holding left button;
- Change current cursor position by clicking on wanted place.
Input modes:
- You can see current input mode (HEX or ANSI) in the header.
- HEX mode: it is a primal mode that is initially acive. Making any selection in HEX part of the control causes to switch to this mode. Using it you change data specifying HEX numbers (0..F,0..f);
- ASCII mode: it is a hidden mode. Making any selection in ASCII part of the control causes to switch to this mode. Using it you change data specifying ASCII characters (a..z,A..Z,0..9 & more);
Embeded dialogs (check popup menu):
- Selection dialog - automatically selects specified (in hex) range of data.
- Find dialog - finds specified pattern (as UTF-8 string, as UTF-16 string or as hex numbers) of bytes.
Selection filling:
- Its when you select a pile of data & try to enter some numbers: meaning if you enter A while 06-98-78-67 is selected, data will change respectively A6-A8-A8-A7 enter one more number & you will have a group of clones, say you entered 7 - you got A7-A7-A7-A7.
Copy:
- You may copy both ANSI (zero terminated) string that corresponds to selected bytes and a pile of hex numbers (w/o new line separator) that are currently selected.
<<lessThe suggested way of creating ShineInHex control is using CreateWindowEx function (not using DIALOG resource). The control handles WM_CHAR message, so if incomming messages are not translated (TranslateMessage), WM_CHAR never occurs. At the moment control works correctly if there exists only one instance of ShineInHex.
Main features:
Supported keys:
- Right - moves current cursor 1 position right, clears selection if SHIFT is not pressed;
- Left - moves current cursor 1 position left, clears selection if SHIFT is not pressed;
- Up - moves current cursor 1 line up, clears selection if SHIFT is not pressed;
- Down - moves current cursor 1 line down, clears selection if SHIFT is not pressed;
- Page Up - moves current cursor n lines up, clears selection if SHIFT is not pressed;
- Page Down - moves current cursor n lines down, clears selection if SHIFT is not pressed;
- Home - moves current cursor to the beginning of current line;
- End - moves current cursor to the end of current line.
Mouse input
- Scroll contents by using mouse wheel;
- Change selection by moving mouse and holding left button;
- Change current cursor position by clicking on wanted place.
Input modes:
- You can see current input mode (HEX or ANSI) in the header.
- HEX mode: it is a primal mode that is initially acive. Making any selection in HEX part of the control causes to switch to this mode. Using it you change data specifying HEX numbers (0..F,0..f);
- ASCII mode: it is a hidden mode. Making any selection in ASCII part of the control causes to switch to this mode. Using it you change data specifying ASCII characters (a..z,A..Z,0..9 & more);
Embeded dialogs (check popup menu):
- Selection dialog - automatically selects specified (in hex) range of data.
- Find dialog - finds specified pattern (as UTF-8 string, as UTF-16 string or as hex numbers) of bytes.
Selection filling:
- Its when you select a pile of data & try to enter some numbers: meaning if you enter A while 06-98-78-67 is selected, data will change respectively A6-A8-A8-A7 enter one more number & you will have a group of clones, say you entered 7 - you got A7-A7-A7-A7.
Copy:
- You may copy both ANSI (zero terminated) string that corresponds to selected bytes and a pile of hex numbers (w/o new line separator) that are currently selected.
Download (79.2KB)
Added: 2007-07-18 License: Freeware Price:
853 downloads
Other version of ShineInHex
License:Freeware
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above a8 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

