public marks

PUBLIC MARKS with tags tools & pdf

June 2007

April 2007

Yep | yepthat.com

by simon_bricolo
Gestion et recherche de pdf sur un mac

RSS 2 to PDF free ATOM feeds conversion converts RSS2PDF

by ycc2106
Converts and merges up to 5 feeds to PDF or HTML. Website button available.

March 2007

TCPDF

by mbertier & 5 others (via)
TCPDF is an Open Source PHP class for generating PDF files on-the-fly without requiring external extensions. TCPDF is an extension and improvement of the FPDF class by Olivier Plathey (http://www.fpdf.org).

February 2007

January 2007

pyPdf

by pvergain & 3 others
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()

9-Interactive

by HK & 13 others (via)
enter url - get pdf

December 2006

November 2006

October 2006

PUBLIC TAGS related to tag tools

art +   audio +   blog +   colour +   community +   copyright +   css +   database +   del.icio.us +   design +   directory +   downloads +   firefox +   flickr +   free +   fun +   hacking +   internet +   java +   javascript +   license +   music +   network +   numly +   opera +   paste +   photo +   photography +   photos +   php +   plagiarism +   publishing +   reference +   resources +   search +   service +   sharing +   social +   statistics +   streaming +   tips +   tracking +   tutorial +   tutorials +   utilities +   web +   web2.0 +   webdesign +   windows +   writing +