Main > Free Download Search >

Free pdf document script

pdf document

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 426
How to Display PDF documents with ASP.NET 1

How to Display PDF documents with ASP.NET 1


This article describes how to embed and display PDF documents in a web page using simple ASP.NET custom server control. The method used, allows the developer to control the web page contents surrounding the embedded PDF. This is not same as linking more>> This article describes how to embed and display PDF documents in a web page using simple ASP.NET custom server control. The method used, allows the developer to control the web page contents surrounding the embedded PDF. This is not same as linking directly to a PDF which doesnt allow developer to control the appearance of the page.<<less
Added: 2008-06-05 License: Freeware Price: $0.00USD
12 downloads
Documentor 1.0

Documentor 1.0


Documentor is a online document and file management system which allows you to organize your files and documents into departments and categories. You can also search for files or documents based on keywords. Allows upto 5 document uploads at a time. more>> Documentor is a online document and file management system which allows you to organize your files and documents into departments and categories. You can also search for files or documents based on keywords. Allows upto 5 document uploads at a time.<<less
Added: 2006-10-02 License: Freeware Price: $0.00USD
43 downloads
 
Other version of Documentor
Documentorallows you to organize your files and documents into departments and categories. You can also ... You can also search for files or documents based on keywords. Allows upto 5 document uploads at
License:Freeware
Download
1147 downloads
Added: 2006-10-02
Stored Documents 1

Stored Documents 1


Stored Documents is a Favorites capability for your website. It is supplied both as a free hosted service, or available for download. By simply placing a tag on the page where you want the links to appear, the Stored Documents script provides three more>> Stored Documents is a Favorites capability for your website. It is supplied both as a free hosted service, or available for download. By simply placing a tag on the page where you want the links to appear, the Stored Documents script provides three separate JavaScript functions, which display the Store this document link, the Clear all documents link, and the list of stored documents.<<less
Added: 2003-10-12 License: Freeware Price: 0.00
14 downloads
TPCS Refresh document once

TPCS Refresh document once


Sometimes you need for a web document to instantly reload itself but only once. This Javascript does just that. As soon as the page loads it will refresh / reload once. This script will append ?reloaded=true to the page it reloads. If this is manually more>> Sometimes you need for a web document to instantly reload itself but only once. This Javascript does just that. As soon as the page loads it will refresh / reload once. This script will append ?reloaded=true to the page it reloads. If this is manually changed in browser it will continually reload the page.<<less
Added: 2008-03-16 License: Freeware Price: $0.00USD
12 downloads
JavaScript Document Command

JavaScript Document Command


Properly implementing Document forms in JavaScript could be the trickiest part in building an Ajax or JavaScript based application. The command Document enables a speedy implementation of any webpage in the client side. It is actually a command that more>> Properly implementing Document forms in JavaScript could be the trickiest part in building an Ajax or JavaScript based application. The command Document enables a speedy implementation of any webpage in the client side. It is actually a command that could be implemented in the background specifying the coding language which is the coding for the client side. Basically, Document command in JavaScript is used to inform the browsers the type of programming language that will be used. This will aid the browser in properly implementing or preparing the browser so that the Ajax based application will be properly implemented. Customization on JavaScript<<less
Added: 2009-05-09 License: Freeware Price: $0.00USD
10 downloads
Document Text Resizer

Document Text Resizer


This script adds the ability for your users to toggle your webpages font size, with persistent cookies then used to remember the setting. The script works unobtrusively and with any webpage, by adding to the page one of several CSS classes that change more>> This script adds the ability for your users to toggle your webpages font size, with persistent cookies then used to remember the setting. The script works unobtrusively and with any webpage, by adding to the page one of several CSS classes that change the pages font size depending on the setting clicked on.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
14 downloads
Open Source Document Management

Open Source Document Management


Epiware enables organizations to easily share information and effectively collaborate on documents in a browser-based environment. Epiware enables the creation of virtual teams by providing an online more>> Epiware enables organizations to easily share information and effectively collaborate on documents in a browser-based environment. Epiware enables the creation of virtual teams by providing an online workspace for users to collaborate and exchange information in a secure, protected setting. It is intuitive and easy to use, which allows users to concentrate on what they do best rather than on trying to master an application. Epiware utilizes Asynchronous JavaScript And XML (AJAX) to increase the application?s interactivity, speed, and usability. This helps make Epiware nearly as responsive as software that resides on a user?s computer. The technique helps speed up computer operations by cutting down on the need to request fresh Web pages from the server. Epiware can request smaller chunks of data to update the page that is already on the browser using DHTML.<<less
Added: 2006-08-09 License: GPL Price: Free
708 downloads
createDocumentFragment()

createDocumentFragment()


In this tutorial I show you how to create a new document fragment and append new nodes to it before appending it to the document. more>> In this tutorial I show you how to create a new document fragment and append new nodes to it before appending it to the document.<<less
Added: 2006-09-16 License: Freeware Price: $0.00USD
13 downloads
XODA - the KISSed Document manager 0.0.3

XODA - the KISSed Document manager 0.0.3


XODA is a DMS (Document Management System) written in PHP and using AJAX. It uses no database backend, though allows adding/editing descriptions, tags and categories to files and directories, downloading files over HTTP, uploading files to the server, more>> XODA is a DMS (Document Management System) written in PHP and using AJAX. It uses no database backend, though allows adding/editing descriptions, tags and categories to files and directories, downloading files over HTTP, uploading files to the server, as well as performing regular actions like moving, renaming and deleting. It uses user identification. The password, settings and labels can be user-friendly set over the browser. The project targets end-users who want to organize all kind of documents on a remote machine running a webserver with a PHP support. Though advanced users are ancouraged to contribute changes. The goal was therefore to write the code hacker-friendly. XODA is just one file including compressed JavaScript and stores the "meta information" in php-files.<<less
Added: 2007-04-17 License: BSD Price: $0.00USD
12 downloads
 
Other version of XODA - the KISSed Document manager
XODA - the KISSed Document managerXODA is a DMS (Document Management System) written in PHP and . XODA is a DMS (Document Management System) written in PHP and
License:BSD Style
Download
931 downloads
Added: 2007-04-17
Simple method for indexing MS Word documents

Simple method for indexing MS Word documents


Building indexers/spiders that can read binary MS Word (.doc) documents can be difficult, expecially on *nix servers, which dont support PHPs COM abilities. Solutions usually involve installing binari more>> Building indexers/spiders that can read binary MS Word (.doc) documents can be difficult, expecially on *nix servers, which dont support PHPs COM abilities. Solutions usually involve installing binaries on the server (often impossible or disallowed). This simple PHP snippet makes a pretty good job of extracting text from an MS Word document for use in a search index. While not pretending to be perfect, it has proved itself useful on thousands of test documents.<<less
Added: 2006-04-12 License: Freeware Price: Free
782 downloads
Advanced Document Management System

Advanced Document Management System


This super script expertly programmed in PHP is a web based document management system designed to comply with ISO 17025 and OIE standard for document management. It features fine grained control of access to files, and automated install and upgrades. more>> This super script expertly programmed in PHP is a web based document management system designed to comply with ISO 17025 and OIE standard for document management. It features fine grained control of access to files, and automated install and upgrades.<<less
Added: 2007-12-04 License: GPL Price: 1.00GBP
15 downloads
PDFedit 0.3.1

PDFedit 0.3.1


PDFedit script is a free editor for manipulating PDF documents containing a GUI version and commandline interface. more>>

PDFedit 0.3.1 is an effective editor for manipulating PDF documents containing a GUI version and commandline interface.

Scripting is used to a great extent in editor and almost anything can be scripted, it is possible to create own scripts or plugins.

<<less
Added: 2007-06-04 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
Printable Document Generation with PHP 1.0.0

Printable Document Generation with PHP 1.0.0


This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as more>> This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.<<less
Added: 2007-04-27 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Printable Document Generation with PHP
Printable Document Generation with PHPtransfer formatted text documents between applications. Printable Document Generation with ... when a document is created in one word processing program but is expected to be edited in another
License:Freeware
Download
940 downloads
Added: 2007-04-27
DOM Reference

DOM Reference


The DOM (Document Object Model) gives you generic access to most elements, their styles and attributes in a document. This is a no-nonsense, easy to follow DOM reference for JavaScript. more>> The DOM (Document Object Model) gives you generic access to most elements, their styles and attributes in a document. This is a no-nonsense, easy to follow DOM reference for JavaScript.<<less
Added: 2006-03-08 License: Freeware Price: $0.00USD
18 downloads
PDF on the fly for free

PDF on the fly for free


Learn how to convert HTML webpage to PDF for free by using HTMLDoc. With a simple installation of htmldoc.exe (opensource), by sending a command line from ASP. New version of the script is provided. F more>> Learn how to convert HTML webpage to PDF for free by using HTMLDoc. With a simple installation of htmldoc.exe (opensource), by sending a command line from ASP. New version of the script is provided. Feedback will be appreciated<<less
Added: 2005-09-29 License: GPL Price: FreeAdditionalInfoKeeptheoriginallinktothewebsitewhenusingthisscript
1498 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5