Hosting Unlimited Indonesia

Friday, May 22, 2015

Tuesday, February 10, 2015

nauraonline.com adalah toko online yang mengkhususkan diri berjualan baju muslimah dan aksesoriesnya

Koleksi yang di tawarkan adalah murni hasil ide dan pengerjaan sendiri. Situs ini dikelola oleh Nitha Lia Suryani, seorang karyawati swasta yang sangat hobby mendesain dan membuat baju sendiri.

Range harga yang ditawarkan sangatlah kompetitif, mulai dari 125 ribu sampai dengan 400an ribu rupiah saja.

Model dan bahan sangat beragam dan lebih banyak yang ekslusif, artinya hanya di buat satu atau dua model saja untuk bahan dan corak yang sama.

Situs yang dikembangkan berkesan modern dengan plaform prestashop terbaru sehingga memudahkankan pelanggan ataupun pemilik untuk memantau aktifitasnya.

Untuk yang masih penasaran dengan toko yang satu ini dapat dikunjungi di http://www.nauraonline.com

Monday, February 9, 2015

About Us

Tuesday, February 3, 2015

This video show to you how to open Sheet protection on MS Excel File in
few second without special tools, it only using an opensource popular
software.



Step by Step Installung Wamp Server on Your PC

1. Downloading WampServer
Download the installer file for the latest version of WampServer, and save the file to your computer.

Make sure you select the correct installer file for your version of Windows. If you don’t know if your system is 32-bit or 64-bit, right-click on My Computer, and then click Properties.

  • For Vista, Windows 7, and Windows 8, look for System Type.
  • For Windows XP, look for x64 in the System description.
2. Installing WampServer
To start the installation process, you need to open the folder where you saved the file, and double-click the installer file. A security warning window will open, asking if you are sure you want to run this file. Click Run to start the installation process.
Next you will see the Welcome To The WampServer Setup Wizard screen. Click Next to continue the installation.

The next screen you are presented with is the License Agreement. Read the agreement, check the radio button next to I accept the agreement, then click Next to continue the installation.

Next you will see the Select Destination Location screen. Unless you would like to install WampServer on another drive, you should not need to change anything. Click Next to continue.

The next screen you are presented with is the Select Additional Tasks screen. You will be able to select whether you would like a Quick Launch icon added to the taskbar or a Desktop icon created once installation is complete. Make your selections, then click Next to continue.

Next you will see the Ready To Install screen. You can review your setup choices, and change any of them by clicking Back to the appropriate screen, if you choose to. Once you have reviewed your choices, click Install to continue.

WampServer will begin extracting files to the location you selected.

Once the files are extracted, you will be asked to select your default browser. WampServer defaults to Internet Explorer upon opening the local file browser window. If your default browser isn’t IE, then look in the following locations for the corresponding .exe file:
  • Opera: C:\Program Files (x86)\Opera\opera.exe
  • Firefox: C:\Program Files (x86)\Mozille Firefox\firefox.exe
  • Safari: C:\Program Files (x86)\Safari\safari.exe
  • Chrome: C:\Users\xxxxx\AppData\Local\Google\Chrome\Application\chrome.exe
Select your default browser’s .exe file, then click Open to continue.

A Windows Security Alert window will open, saying that Windows Firewall has blocked some features of the program. Check whether you want to allow Apache HTTP Server to communicate on a private or public network, then click Allow Access.
The Setup screen will appear next, showing you the status of the installation process.

Once the progress bar is completely green, the PHP Mail Parameters screen will appear. Leave the SMTP server as localhost, and change the email address to one of your choosing. Click Next to continue.

The Installation Complete screen will now appear. Check the Launch WampServer Now box, then click Finish to complete the installation.

You should see the WampServer icon appear in the systray on the right side of your taskbar. If the icon is green, then everything is working properly. If the icon is orange, then there are issues with one of the services. If the icon is red, then both Apache and MySQL services aren’t running. You will need to resolve those issues before continuing.

3. Testing WampServer
Once you have completed the installation process, test that your installation is working properly by going to http://localhost/ in your browser. You should see the WampServer homepage displayed.

If the WampServer homepage does not display, you will want to check that your hosts file has localhost mapped to 127.0.0.1, and you aren’t running any other services on port 80, such as another local server (XAMPP, DesktopServer, etc.), WebDAV, or Skype.
You also need to check that phpMyAdmin is working by going to http://localhost/phpmyadmin/ in your browser. If you get the Cannot connect: invalid settings error message, then you’ll need to edit the C:\wamp\apps\phpmyadmin3.5.1\config.inc.php file in a plain text editor (your version number may be different), and ensure this option is set to true:
$cfg['Servers'][$i]['AllowNoPassword'] = true;
4. Configuring WampServer
After you’ve installed and tested WampServer, you will need to adjust some configuration options to complete your local setup.
4.1 PHP Configuration
Click on the WampServer icon, go to the php menu, and click on the php.ini option. This will open the php.ini file in your plain text editor. Adjust the following settings:
  • Set level of error reporting – remove the ; at beginning of line to enable:
    error_reporting = E_ALL ^ E_DEPRECATED (~line 112)
  • Log PHP errors – remove the ; at beginning of line to enable:
    error_log = "c:/wamp/logs/php_error.log" (~line 639)
  • Increase maximum size of POST data that PHP will accept – change the value:
    post_max_size = 50M (~line 734)
  • Increase maximum allowed size for uploaded files – change the value:
    upload_max_filesize = 50M (~line 886)
Once you have made the above changes, click Save.
4.2 Apache Configuration
To use custom permalinks in WordPress, you will need to enable Apache’s rewrite_module. Click on the WampServer icon, go to the Apache > Apache modules menu, then find and click rewrite_module to ensure it is enabled. WampServer will change the httpd.conf file, and restart Apache automatically.

5. Creating A MySQL Database With WampServer
Creating a database in WampServer is done via phpMyAdmin. You can access phpMyAdmin by entering http://localhost/phpmyadmin/ in your web browser.
The main phpMyAdmin screen will appear. On the left is a list of databases that already exist: information_schema, mysql, performance_schema, and test. Do not delete these, as they are necessary for WampServer and phpMyAdmin to run properly.
To create a database, click Databases in the main navbar at the top.

On the Databases screen, you will need to enter the database name (for example, root_wordpress-trunk) in the left field, choose your database collation from the Collation dropdown box (utf8_unicode_ci), then click Create.


You will see a success message once the database has been created, and your new database will appear in the list on the left.

The default phpMyAdmin user, root, is automatically assigned to the database upon creation, and has no password. The database connection info you will need to use when installing WordPress locally will be:
/** The name of the database for WordPress */
define('DB_NAME', 'root_databasename');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL hostname */
define('DB_HOST', 'localhost');
6. Shutting Down WampServer
To shut down WampServer, click on the systray icon and select Stop All Services to shut down the Apache and MySQL services. The icon will turn red once all services have been shut down.

Next you will right-click on the WampServer systray icon and click Exit to close the program.


source :
https://make.wordpress.org/core/handbook/installing-a-local-server/installing-wampserver/#top
If you are looking for a asloution to manage your employee or HR on your company, You can try this freeware application name Ice HRM.

Features

  • Employee Information Management
  • Leave Management
  • Leave Calendar
  • Time Tracking
  • Attendance Management
  • Employee Document Store
  • Excel Report Download
IceHrm allows companies to centralize confidential employee information and define access permissions to authorized personnel to ensure that employee information is both secure and accessible.

 IceHrms' powerful leave management module allows you to stop all time-off abuses and centralize all your leave data. It allows you to add your own leave types, make exceptions to individual employees and groups using leave rules and also supports leave accrual and carry forwarding leaves to next leave period.

With the help of IceHrms' Timesteets module employees to update their own time sheets and send those for approval to supervisors. The attendance module will keep track of employee punch-in and punch-out times. 

 There are 2 version :



They provide Hosting Server also with commpetitive pricing and accomodate your number of employee
 The availiable Support are :
Enjoy.

http://www.icehrm.com/
http://sourceforge.net/projects/icehrm/files/latest/download?source=directory
Front Accounting is Accounting systems for small companies and our popular web based FrontAccounting is a simple, but powerful, system for the entire ERP chain and covers:


  • Purchase Orders
  • Goods Receivable Notes
  • Supplier Invoices/Credit Notes
  • Payments
  • Allocations
  • Accounts Payable
  • Items and Inventory
  • Stock
  • Manufacturing
  • Sales Orders
  • Customer Invoices/Credit Notes
  • Deposits
  • Allocations
  • Accounts Receivable
  • Dimensions
  • General Ledger with Budget
  • Languages
  • Currencies
  • Several Companies
The databases can be placed anywhere in the world and can be reached from everywhere.
FrontAccounting is free and released under the GNU General Public License.

Features of FrontAccounting Software


Sales And Accounts Receivables

  • Open Customer Accounts and Customer Branches
  • Make Sales Areas, Sales Types, Sales Groups, Salesman Groups
  • Make Sales Groups for grouping Customer Branches
  • Prepare Sales Quotations (with inquiry and creating of Sales Orders)
  • Prepare Sales Orders and Goods Delivery Notes
  • Prepare Customer Invoices and Credit Notes
  • Make Batch Invoicing for more than one delivery order.
  • All of the Sales documents are completely editable and printable
  • Point of sales definitions for better handling of cash sales
  • Customer Payments and Allocations
  • Company logos can be attached to sales documents
  • Dimensions can be selected for Sales Delivery and Invoices
  • Shipping Costs and Legal Text can be added to Invoices

Purchases and Accounts Payable

  • Open Supplier accounts
  • Make Purchase Orders, Goods Receival Notes and Payment Terms
  • Clearing of Goods Receival Notes
  • Entry of Supplier price lists & related conversion factor into purchase prices
  • Prepare Debit Notes and record Credit Notes from Suppliers
  • Supplier Payments and Allocations
  • Company logos can be attached on documents
  • Option of attaching scanned documents with transactions

Inventory and Stocks

  • Record Stock Items
  • Define Item Categories and Item Locations
  • Record location transfers and other adjustments
  • Set re-order levels for Inventory Items
  • Automatic calculation of average material cost (per unit)
  • Application of standard and overhead costs, into material prices
  • Quantity of Items can be measured into standard units
  • Foreign codes registration for barcode scanner entry

Manufacturing

  • Prepare bills of materials, Work Center inquiries and Work Order entries
  • Feasibility of adding advanced production and simple assembling features

Cash and Bank

  • Open Bank and Petty Cash Accounts
  • Record payments, deposit and withdrawals in related accounts
  • Various currencies can be added and foreign currency translation is also done
  • Record bank enquiries and reports
  • Prepare bank accounts reconciliation
  • Transactions can be made void and reprinted

General Ledger

  • Open general ledger accounts, account classes and groups
  • Record journal entries and budget entries
  • Generate ledger accounts detailed enquiries with drill down reports
  • Make journal enquiries with an option to view journal entries
  • Closes the fiscal year and brings forward retained earnings
  • Record depriciation entries on period based
  • Make journal entries with corresponding entry in supplier / customer account
  • Filter General Ledger reports by dimensions
  • Quick entries (preset GL transactions) in bank deposit/payment, journal entry and supplier invoice/credit

Reports

  • Print, Email and Convert into PDF; all the reports
  • Export the reports in MS Excel/Open Office Calc format
  • Generate reports on periodic and financial years basis
  • Email documents directly to customers
  • Make graphical analysis (Horizontal/Vertical Bars, Dot Lines, Pies and Donuts)
  • Tag and save report selections

Access Levels and adaptations

  • Different companies can be set-up simultaneously
  • Separate financial years can be created and closed against entries
  • Multi user access with different privileges
  • Make backups and restore for companies
  • Date Picker with week numbers for all date fields
  • Simple Audit Trails
  • Extensions for customizing menu tabs and applications

Advanced Features

Multi-Currency Support
  • Historical Currency Rates
  • Multi-Currency Bank Accounts, Customers And Suppliers
Advanced GST/VAT handling
  • GST/VAT can be selected on Customer, Supplier and Item basis
  • Advanced GST/VAT report for details and outputs/inputs
Language Support
  • Full support for localization by the GNU's gettext package
  • Multi language support with right to left support in Arabic language
  • Different chart of accounts can be installed and activated
  • Jalali and Islamic calendars are supported

Other Details

  • Every document can be emailed and printed simultaneously
  • PDF can be formatted for every document
  • Projects, Cost Centers, Departments can be added, using Dimensions

Screenshots

http://frontaccounting.com/wb3/media/gallery/image2.png

Journal Entry

An intuitive registration form, Journal Entry, can be used to enter specific transactions. You can use up to two dimensions per transaction to keep track of e.g. cost centres, departments, projects or whatever you define it to be. Every transaction line can have its own memo, as well as the complete voucher. At every time a Jornal Entry is in balance, it can be saved.
If You are looking for the Best PDF Converter to MS Word, Nemo PDF to Word, the best software i ever use it.

Nemo PDF to Word is a free PDF to Word converter that converts PDF to editable Word files (*.doc, *.rtf) in seconds. After conversion, you can easily get high-quality and easy-to-edit Word documents with original text, layouts, images and more of the output PDF files exactly retained. Moreover, you can enjoy fast and accurate conversion through its batch and partial conversion abilities.


Free and Efficient PDF to Word Converter
  • Absolutely free PDF to Word Converter
  • Convert to Word/RTF accurately in seconds (*.doc, *.rtf)
  • Support Password-protected PDF files (*.pdf)
  • Support Adobe PDF 9.4 and its previous versions (*.pdf)
  • Support PDF files created by other applications (*.pdf)
Retain 100% Original Format
  • Preserve original images, tables, charts, graphics, etc. positioned in the original places.
  • Retain original text styles exactly, including font, size, color, underline, boldness, etc.
  • Convert page numbers, headers and footers as them in the generated PDF files
Flexible and Accurate Conversion
  • Partial conversion - convert selected pages or page ranges of multi-page PDF files to Word.
  • Batch conversion - convert multiple PDF files to Word at one time.
Easy and Quick Operation
  • User-friendly interfaces, easy to process the conversion
  • Multi-page PDF files can be easily converted in seconds.
System Requirements
  • OS: Windows 7/Vista/XP/2003/2000
    Intel Pentium 1000MHz or fast processor
    128 MB Memory
    30 MB hard disk space
 Download it form : http://www.nemopdf.com/downloads/nemopdftoword.exe
IZArc is the best free file compression utility supporting many archive formats like: 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BIN, BZ2, BZA, C2D, CAB, CDI, CPIO,
DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG, PAK, PDI, PK3, RAR, RPM, TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR,
XPI, XXE, YZ1, Z, ZIP, ZOO
.
With a modern easy-to-use interface, IZArc provides support for most compressed and encoded files, as well as access to
many powerful features and tools.
It allows you to drag and drop files from and to Windows Explorer, create and extract archives directly in Windows Explorer,
create multiple archives spanning disks, creating self-extracting archives, repair damaged zip archives, converting from one archive type to
another,
view and write comments and many more.
IZArc has also build-in multilanguage support. With IZArc you can open CD image files like ISO, BIN, CDI and NRG. It is also possible to convert such files from one type to another (BIN to ISO, NRG to ISO).
If you need to send large files to your colleagues, friends or customers who may not have archiving tool
you can easily create self-extracting archive that can be extracted by simple double click.

IZArc can be configured to run your preferred Anti-Virus scanner when you open any archives.
IZArc supports 256-bit AES encryption to secure your data. IZArc is integrated in Windows so you can perform all archiving operations by using right-click menus in Windows Explorer. If you have broken archives IZArc can help you to repair them with ease. IZArc is 100% virus free. IZArc is the most complete archive utility available today. 

Get the software here

http://www.izarc.org/download.html
FastStone Image Viewer is a fast, stable, user-friendly image browser, converter and editor. It has a nice array of features that include image viewing, management, comparison, red-eye removal, emailing, resizing, cropping, retouching and color adjustments. Its innovative but intuitive full-screen mode provides quick access to EXIF information, thumbnail browser and major functionalities via hidden toolbars that pop up when your mouse touches one of the four edges of the screen. Other features include a high quality magnifier and a musical slideshow with 150+ transitional effects, as well as lossless JPEG transitions, drop shadow effects, image annotation, scanner support, histogram and much more. It supports all major graphic formats (BMP, JPEG, JPEG 2000, animated GIF, PNG, PCX, PSD, EPS, TIFF, WMF, ICO and TGA) and popular digital camera RAW formats (CRW, CR2, NEF, PEF, RAF, MRW, ORF, SRF, ARW, SR2, RW2 and DNG).
Features :
  • Image browser and viewer with a familiar Windows Explorer-like user interface
  • Support of many popular image formats:
  • True Full Screen viewer with image zoom support and unique fly-out menu panels
  • Crystal-clear and customizable one-click image magnifier
  • Powerful image editing tools: Resize/resample, rotate/flip, crop, sharpen/blur, adjust lighting/colors/curves/levels etc.
  • Eleven re-sampling algorithms to choose from when resizing images
  • Image color effects: gray scale, sepia, negative, Red/Green/Blue adjustment
  • Image special effects: annotation, drop shadow, framing, bump map, sketch, oil painting, lens
  • Draw texts, lines, highlights, rectangles, ovals and callout objects on images
  • Clone Stamp and Healing Brush
  • Superior Red-Eye effect removal/reduction with completely natural looking end result
  • Multi-level Undo/Redo capability
  • One-touch best fit/actual size image display support
  • Image management, including tagging capability, with drag-and-drop and Copy To/Move To Folder support
  • Histogram display with color counter feature
  • Compare images side-by-side (up to 4 at a time) to easily cull those forgettable shots
  • Image EXIF metadata support (plus comment editing for JPEGs)
  • Configurable batch processing to convert/rename large or small collections of images
  • Slideshow creation with 150+ transition effects and music support (MP3, WMA, WAV...)
  • Create efficient image attachment(s) for emailing to family and friends
  • Print images with full page-layout control
  • Create fully configurable Contact Sheets
  • Create memorable artistic image montages from your family photos for personalized desktop wallpapers (Wallpaper Anywhere)
  • Acquire images from scanner. Support batch scanning to PDF, TIFF, JPEG and PNG
  • Versatile screen capture capability
  • Powerful Save As interface to compare image quality and control generated file size
  • Run favorite programs with one keystroke from within Image Viewer
  • Offer portable version of the program which can be run from a removable storage device
  • Configurable mouse wheel support
  • Support multiple program skins
  • Support dual-monitor configurations
  • Support touch interface (tap, swipe, pinch)
  • And much more...
download here
EXE : http://www.faststonesoft.net/DN/FSViewerSetup53.exe
ZIP (Portable) : http://www.faststonesoft.net/DN/FSViewer53.zip
xplorer² lite is a desktop file manager combining the efficiency of the legendary norton commander and the ease of use of windows file explorer. It is tough as boots, rock solid stable, industrial strength for large-scale file management, lightweight in size and system resource use, and fast.


main view with tree

Overview of program features


Despite its small size xplorer² packs tremendous functionality to help with your daily file management tasks.
play Click the links to watch demo videos highlighting how xplorer² can help you be productive.

Shell namespace explorer


xplorer² will browse and manage all your folders including virtual ones folders like zipfolders, webfolders, digital cameras, even FTP, as long as these services are available in your system. If you extend your shell namespace with new folder types, xplorer² will read them too, in a familiar tree/view window format.

Tabbed dual-pane interface


Can't decide between dual pane and tabbed browsing? No worries, xplorer² does them all. The traditional dual-pane format, handy for comparisons and file transfers, is augmented so that each pane can hold more than one folder. Hopping from one folder to another is just a tab click away.

Instant preview of files


xplorer² can preview most text, graphics, audio/video, and html & office documents — and does so in nearly all folder types including zipfolders etc. Wherever it finds file-like content it offers file-like access!

Browsing flexibility


You can browse your content in most useful view modes supported by explorer, including thumbnails. Within large folders you will appreciate the organization capabilities offered by arranging in groups and multi-way sort. xplorer² will remember your favorite mode for each folder.

View & edit text files


xplorer² collaborates with our companion editor² offering no-frills — yet useful — text viewing and editing, in a variety of formats (RTF, unicode, UTF8 etc). You can also associate your own external editor of choice.

Extended file information (metadata)


On top of the usual names, sizes & dates, xplorer² can access extended file information like comments, version information, ID3 tags, icture data etc, as supported by your Windows OS (shell column handlers). It even has useful columns of its own like file checksum, 8.3 names etc. If you install any custom column handlers they will be integrated too! (column handlers are even supported for windows vista/7/8).

Search for files everywhere, using arbitrary criteria


The search engine is the most powerful in the market this side of $70! xplorer² can search in all folder types including zipfolders etc, and the criteria can include each and every bit of extended file information combined in boolean hyperfilters. If you want to find files that contain some keyword in their comment, and are owned by a particular user, and are songs by an artist formerly known as prince, then look no further! When you search for contained text, the previewer panel will show you the text highlighted in context too.

Find text within office, Adobe PDF and other documents


xplorer² can work with text filters developed for windows indexing service, allowing you to search for keywords within all your document archive. Plain text previews of such proprietary formats are possible too, highlighting your search results in context. Plain text files are also searched with automatic detection of unicode/UTF8 encoding and local codepages.

Manage files from many folders at once


xplorer² has a special kind of window called scrap container where you can place files from many folders and deal with them all at once — like the find files result list, except that you control what goes in (aka virtual folders or playlists). You can save and reload scrap lists, organizing your content regardless of its physical location. You can even browse folders flat, recursively including all their subfolders!

Compare and synchronize folders


In dual pane mode xplorer² can show the contents of 2 folders in a single window, ideal for comparing and synchronizing content. Using scrap containers you can compare folder hierarchies, too.

Discover and cleanup duplicate files


xplorer² can check a local hierarchy (or even all your folders) for identical files and mark them ready for inspection and eventually deletion, releasing your valuable disk space.

Execute DOS commands and scripts


When file management calls for more advanced external commands, xplorer² will oblige with its template-based user menu system. You just provide a command template and it is automatically applied to all selected files. Thus you can achieve mass renaming and so much more.

Customizable user interface


There are plenty of adjustable options to bring xplorer² in line with your needs and tastes, from how many panels you see, which commands appear on toolbars, all the way to how many decimal points you want for file sizes and toolbar skins. You can arrange the user interface to be as simple or as complex as you like.

Help and assistance where you need it


In addition to a comprehensive help file, daily tips & tricks etc, xplorer² has a tooltip (balloon help) system that guides you through the more complex steps of command arguments without disturbing your workflow.

Individual folder settings


You can instruct xplorer² to show particular folders in fixed view modes, e.g. MyPictures in thumbnail mode, WinNT in detailed mode including a version column etc. You can also save window layouts to be reused for all folders that e.g. have visual content you want to preview.

Visual filters and selection engine


xplorer² helps you manage large folders easily, first controlling which items are visible — with a variety of wildcard and other filters, and then selecting the items you want to act upon with precision. There are too many selection techniques to list, including hyperfilter-based that allow you to select e.g. all items with "science" in their comments!

Advanced file management


Except for the basic drag-drop, context menu, copy, delete, rename etc, xplorer² has a palette of advanced file management commands like split-merge, shred, set comments, touch dates, paste subfolders, junctions or hard links, etc.

Robust file transfers


xplorer² can handle many parallel background file transfers (concurrent or queued) offering fine control over confirmations, error handling etc. You can copy large amounts of files with ease and peace of mind.

Export folder listings


Whatever you see in xplorer² can be exported as text for printing, e-mailing, pasting in other programs, etc. You can also export statistics for whole folder hierarchies, in detailed tree-like fashion.

Extensible interface through shell plugins


xplorer² adheres to the windows shell protocol and thus all the namespace and shell extensions designed for windows explorer will also work with xplorer² too. You can download many free plugins to provide thumbnails, previewing, extra attributes (columns) for search and information etc. For sample shell extensions please click here.

Maxed-out usability


Mostly and foremostly xplorer² is meant to be used day in and day out with maximum efficiency and minimum frustration. Its keyboard and mouse shortcuts, histories for most input fields, path autocompletion and many other small details, work together to offer you a comfortable and productive experience!

Last but not least: instant customer support


Not many users contact us for support; there's a lot of easy to use information in the website to solve most problems. Those who do however are pleasantly surprised by the speed and efficiency we deal with the odd support query. Expect to get a reply even on weekends!
 download here http://zabkat.com/xplorer2_lite_setup.exe
PDFsam is a free, open source, platform independent tool released under GPLv2 license and designed to perform split, merge and other manipulations on pdf document. It’s released in 2 versions, basic and enhanced.
Requirements:
Java Runtime Environment 1.6 or higher
pdfsam basic:
A simple tool designed to split and merge pdf files. With it’s simple and intuitive interface you can:

  • split your pdf documents (into chapters, single pages, etc.).
  • merge many pdf documents or subsections of them.
  • extract sections of your document into a single pdf document.
  • mix alternate pages taken from two pdf documents in straight or reverse order into a single document.
  • rotate pages of the selected pdf documents.
  • visually reorder pages of a selected pdf document.
  • visually compose a document dragging pages from selected pdf documents.
  • save and load your workspace to automate your recurrent jobs.
  • manage pdfsam settings and set a workspace to load at start up.
pdfsam enhanced:
This is the enhanced version of pdfsam. In this version you’ll find all the basic features plus:
  • encrypt your pdf files (RC40 bits, RC128 bits, AES128 bits) and set permissions on them.
  • add a pdf frontpage or an addendum (or both) to your pdf documents.
  • decrypt pdf documents.
  • extract attachments from your pdf documents.
  • set viewer options to a document to tell the viewer application how should open the document.
  • set the metadata of a document (author, title, subject and keywords).

DOWNLOAD HERE
https://github.com/torakiki/pdfsam-v2/releases/download/v2.2.4/pdfsam-2.2.4-out.zip
https://github.com/torakiki/pdfsam-v2/releases/download/v2.2.4/pdfsam-v2_2_4.msi

The Foxit Reader PDF View and Print Overview

Whether you're a consumer, business, government agency, or educational organization, you need to read, create, sign, and annotate (comment on) PDF documents and fill out PDF forms. Foxit Reader is a small, lightning fast, and feature rich PDF viewer which allows you to create (free PDF creation), open, view, sign, and print any PDF file. Foxit Reader is built upon the industry’s fastest and most accurate (high fidelity) PDF rendering engine, providing users with the best PDF viewing and printing experience. Available in English, Dutch, French, German, Italian, Portuguese, Russian, and Spanish.
  • PDF Viewer - Lighting fast PDF view and print of PDF files and portfolios quickly without exhausting system resources.
  • Easily View Multiple PDF Files - Multi-tab style document display allows users to go back and forth between different PDF documents quickly and easily.
  • Configurable PDF Viewer - Configure document views with read mode, reverse view, and text viewer options. Configure page display with full screen, single page, continuous scrolling, split, two page facing, continuous facing, separate cover page, auto-scroll, and page transition options.
  • Bookmark Support - Easily add, edit, and modify bookmarks in a PDF document.
  • Multiple Views - Rotate pages between landscape and portrait. Configure zooming or adjust magnification using the marquee, loupe, and magnifier tools.

System Requirements

Operating Systems

  • Microsoft Windows® XP Home, Professional, or Tablet PC Edition with Service Pack 2 or 3 (32-bit & 64-bit)
  • Windows Vista Home Basic, Home Premium, Business, Ultimate, or Enterprise with or without Service Pack 1(32-bit & 64-bit)
  • Windows 7 (32-bit & 64-bit)
  • Microsoft Office® 2003 or later version (required for some PDF creation features)
  • For users utilizing the Active Directory Rights Management Service and SharePoint integration capability, Windows 7 or Windows Vista with Service Pack2 (SP2) is required
  • Windows 8 Full Version
  • Verified as Citrix Ready® with Citrix XenApp® 6

Recommended Minimum Hardware for Better Performance

  • 1.3 GHz or faster processor
  • 512 MB RAM (Recommended: 1 GB RAM or greater)
  • 1 GB of available hard drive space
  • 1024*768 screen resolution
Free Download
http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/7.x/7.0/en_us/FoxitReader706.1126_enu_Setup.exe 

    Total Pageviews

    Web Hosting
    Hosting Unlimited Indonesia

    My Blog List