pdftohtml

On July 29, 2009, in Fedora, LAMP, Linux, Tips, Tricks, Web Services, by Sandeep Verma

Hits: 45  pdftohtml converters  PDF documents into HTML format, which is more suitable for Internet publishing. The converter produces HTML documents with texts, pictures, graphics and bookmarks. pdftohtml software does not require Adobe Acrobat, or even Acrobat Reader. Install pdftohtml on Fedora/Linux: # yum install pdftohtml # which pdftohtml Usage: pdftohtml [Option] <PDF File> [<HTM File>] [...]

pdftk – fedora – merge pdf files

On July 29, 2009, in Fedora, LAMP, Linux, PHP, Tips, Tricks, Web Services, by Sandeep Verma

Hits: 143  Pdftk allows to manipulate PDF easily and freely. It does not require Acrobat, and it runs on Windows, Linux, Mac OS X, FreeBSD and Solaris etc. Features: Merge PDF Documents Split PDF Pages into a New Document Rotate PDF Pages or Documents Decrypt Input as Necessary (Password Required) Encrypt Output as Desired Fill PDF Forms [...]

Resume Builder pdf2txt, word2txt

On July 28, 2009, in Fedora, LAMP, Linux, PHP, Tips, Tricks, Web Services, by Sandeep Verma

Hits: 47  Reading PDF Files XPDF package includes “pdftotext.” You have to install XPDF/pdftotext then run the following PHP statement to get the PDF text: $txtcontent = exec(‘/usr/local/bin/pdftotext svnlabs.pdf -’); Reading DOC Files This package is called Antiword. Here’s the PHP code to grab the Word DOC content: $txtcontent = exec(‘/usr/local/bin/antiword svnlabs.doc’);

Publish HTML2PDF

On July 28, 2009, in Fedora, Linux, PHP, Tips, Tricks, Web Services, by Sandeep Verma

Hits: 55  HTMLDOC converts HTML files and web pages into HTML, PostScript and PDF files suitable for on-line viewing and printing. HTMLDOC is used for anything that needs to be viewed or printed including on-line billing, books, financial statements, automated network configuration guides, mailing lists and labels, marketing flyers, quarterly reports, technical manuals, and users manuals. [...]

Tagged with:  

Configure Amazon EC2

On July 13, 2009, in Amazon Cloud EC2 S3, Fedora, LAMP, Linux, Tips, Tricks, Web Application, Web Services, by Sandeep Verma

Hits: 110  1.Boot 2 linux servers on EC2 2.Assign elastic IP to each of them 3.Register a domain (eg svnlabs.com) 4.On the domain settings – create 2 host records – ns1.svnlabs.com and ns2.svnlabs.com and point each record to each of the elastic IPs. 5.On your 2 nameserver instances – create dns zone for ns1. and ns2 [...]

Mysql useful queries

On July 11, 2009, in LAMP, Mysql, Tips, Tricks, by Sandeep Verma

Hits: 60  Age: Select DATE_FORMAT (NOW(), ‘%Y’) – DATE_FORMAT(BirthDate, ‘%Y’) – (DATE_FORMAT(NOW(), ’00-%m-%d’) < DATE_FORMAT(BirthDate, ’00-%m-%d’)) AS Age From tbl_member where 1; Change collation: Alter table `tbl_student` convert to character set utf8 collate utf8_swedish_ci; Shift mysql column: ALTER TABLE tableName MODIFY column column_2 int AFTER column_1; Get video info with user info: SELECT `video_id` , `video_title` [...]

Form’s array element in javascript

On July 11, 2009, in Javascript, LAMP, Tips, Tricks, by Sandeep Verma

Hits: 137  How to access form’s array element in javascript? Web Post Mobile Post Application Post Open Source Post Solution: <form action=”<?=$_SERVER['PHP_SELF']?>” method=”post”> <input name=”post[]” type=”checkbox” value=”web” /> Web Post <input name=”post[]” type=”checkbox” value=”mobile” /> Mobile Post <input name=”post[]” type=”checkbox” value=”application” />Application Post <input name=”post[]” type=”checkbox” value=”open” /> Open Source Post </form> <script type=”text/javascript”> for(i=0;i { [...]

HTML WYSIWYG Editor for Fedora

On July 2, 2009, in Fedora, LAMP, Linux, Tips, Tricks, Web Application, by Sandeep Verma

Hits: 73  http://kdewebdev.org/ Quanta Plus is a web development tool for the K Desktop Environment. Quanta is designed for quick web development and is rapidly becoming a mature editor with a number of great features and lies at the heart of the KDE Web Dev suite of tools. http://bluefish.openoffice.nl/ Bluefish is a powerful editor targeted towards [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...