Navigation
Home

Login

How

Why

Who

Thanks


Start Bookmarking

Search Tags

 

 


What's Buzzing

 

What's News

 

What's News + Buzzing

 

Disclaimers

© Copyright OTD 2005, All Rights Reserved

Design by Smallpark

 

Tag Directory > Dependencies


We have 43 results for Dependencies.

1 | 2 | 3 | 4 | Next

pyPdf

2 Citations
A Pure-Python library built as a PDF toolkit. It is capable of: extracting document information (title, author, ...), splitting documents page by page, merging documents page by page, cropping pages, merging multiple pages into a single page, encrypting and decrypting PDF files. By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs., blogmarks.net
A Pure-Python library built as a PDF toolkit. It is capable of: * extracting document information (title, author, ...), * splitting documents page by page, * merging documents page by page, * cropping pages, * merging multiple pages into a single page, * encrypting and decrypting PDF files. By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs. Download Latest The latest release of pyPdf is version 1.9, release on December 15th, 2006. * pyPdf-1.9.tar.gz (src) * pyPdf-1.9.zip (src) * pyPdf-1.9.win32.exe (Win32 installer) Documentation Documentation of the pyPdf module is available online. This documentation is produced by PythonDoc, and as a result can also be seen integrated with the source code. Example from pyPdf import PdfFileWriter, PdfFileReader output = PdfFileWriter() input1 = PdfFileReader(file("document1.pdf", "rb")) # print the title of document1.pdf print "title = %s" % (input1.getDocumentInfo().title) # add page 1 from input1 to output document, unchanged output.addPage(input1.getPage(0)) # add page 2 from input1, but rotated clockwise 90 degrees output.addPage(input1.getPage(1).rotateClockwise(90)) # add page 3 from input1, rotated the other way: output.addPage(input1.getPage(2).rotateCounterClockwise(90)) # alt: output.addPage(input1.getPage(2).rotateClockwise(270)) # add page 4 from input1, but first add a watermark from another pdf: page4 = input1.getPage(3) watermark = PdfFileReader(file("watermark.pdf", "rb")) page4.mergePage(watermark.getPage(0)) # add page 5 from input1, but crop it to half size: page5 = input1.getPage(4) page5.mediaBox.upperRight = ( page5.mediaBox.getUpperRight_x() / 2, page5.mediaBox.getUpperRight_y() / 2 ) output.addPage(page5) # print how many pages input1 has: print "document1.pdf has %s pages." % input1.getNumPages() # finally, write "output" to document-output.pdf outputStream = file("document-output.pdf", "wb") output.write(outputStream) outputStream.close(), blogmarks.net

 

Why Gentoo Shouldn?t be on Your Server

2 Citations
The experience has been a bit of a mixed bag. There are things I really like about Gentoo: the package management, USE flags and the sophisticated dependencies system. But unfortunately the drawbacks are severe for a server setting., blogmarks.net

 

2 Strategies for Managing Run-Time dependencies

1 Citation
Many software projects have dependencies at run time on other projects that are built and deployed by the software team. Some version of another application must be present in order to run properly. We see this situation appearing most often with Web Services, J2EE environments where EJB clients and applications must match, and even in the roll-out of related database schemas. This post reviews strategies for coordinating these deployments with AnthillPro. Read more..., technorati.com

 

The Travel Book: A Journey Through Every Country in the World

1 Citation
The world is a breathtakingly big place, and in this big book we have undertaken the big task of detailing as much of it as we can - every single country, many of the larger dependencies and other, smaller destinations. With the traveler?s experience at its heart, this book shows a slice of life in every corner of the globe, and all points in between, engaging the reader?s senses in an adventure which conjures up the sights, smells, tastes, sounds and feel of our amazing world. Visit merchant, technorati.com

 

iFrame loveste performanta

1 Citation
Stiai ca atunci cand deschizi un iFrame pe pagina dependintele acesteia (CSS, JS, imagini) intarzie declansarea evenimentului de onload() pe window si ca se calculeaza din liniile paralele de download de resurse (connection pool) ale paginii gazda? (2 simultane in IE6, 6 simultane in Firefox 3) Eu nu stiam asta, dar am aflat dintr-un articol de pe blogul lui Steve Souders. Articolul e un fragment dintr-un capitol al cartii Even Faster Web Sites care va fi publicata in cursul acestei ve, technorati.com

 

Price Drop: Earthbook (reference)

1 Citation
Earthbook 1.1 Category: Reference Price: $0.99 -> Free ( iTunes ) Description: Earthbook is an complete world reference book for your iPhone or iPod Touch. It provides exhaustive information on nations' geography, demographics, government, economy, infrastructure, and more. Browse through every country in the world in the style of the CIA World Factbook Original post: Price Drop: Earthbook (reference), technorati.com

 

A possible future for package management

1 Citation
My recent post on the Kings of code side event got too long, so I extracted the following into its own blog post. It is a collection of thoughts on a possible presentation topic. RubyGems has been around for ages and has made it relatively easy to distribute Ruby code. Not everyone uses it, though. Some prefer to use the Debian package manager, or whatever their OS provides, instead. This is very useful if a gem has external dependencies, but it is not as portable as RubyGems. RIP was recent, technorati.com

 

Ksplice Uptrack: a quick-test on Ubuntu 9.04 Live

1 Citation
I?ve been using Ubuntu 8.04 on my laptop for ages, and never had any reason to upgrade from there ? ?it just works, I?m done upgrading? is what I?d smugly tell people? Now, I?ve found a big reason to upgrade: Ksplice More here read more, technorati.com

 

Microsoft Web Platform Installer 2.0

1 Citation
The Web Platform Installer (WebPI) is a simplified download/install experience for all of Microsoft?s free web products. It includes everything that you need to get up and running to build your web solutions ? from servers, tools, and technologies, including the most recently updated products. You can also choose from your favorite Web applications and Web , technorati.com

 

Ebor Post Office, NSW, Australia 2453

1 Citation
Ebor Post Office Related posts: Cobargo Post Office, NSW, Australia 2550 (2009) Erica Post Office, Victoria, Australia 3825 (2009) Carisbrook Post Office, Victoria, Australia 3464, technorati.com

 

1 | 2 | 3 | 4 | Next

Powered by Odin Assemble