origapy

A Python module to clean PDF files by disabling active content (javascript, launch, etc), using the Rub...
Download

origapy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Publisher Name:
  • Philippe Lagadec
  • Publisher web site:
  • http://www.decalage.info/

origapy Tags


origapy Description

A Python module to clean PDF files by disabling active content (javascript, launch, etc), using the Ruby Origami PDF parser origapy is a Python library to clean PDF files by disabling active content (JavaScript, launch, etc), using the Ruby Origami PDF parser.It includes a partial version of the origami PDF parser.origapy website: http://www.decalage.info/python/origapy origami website: http://www.security-labs.org/origamiINSTALLATION: * on Windows, launch install.bat * on other systems, launch: setup.py installHOW TO USE THIS MODULE:import origapy pc = origapy.PDF_Cleaner() pc.clean('file.pdf', 'cleaned.pdf')See also the main code at the end of the module, and docstrings. Requirements: · Python · Ruby


origapy Related Software