Skip to main content

Thin wrapper for pandoc.

Project description

pypandoc provides a thin wrapper for pandoc, a universal document converter.

Usage

The basic invocation looks like this: pypandoc.convert('input', 'output format'). pypandoc tries to infer the type of the input automatically. If it’s a file, it will load it. In case you pass a string, you can define the format using the parameter. The example below should clarify the usage:

import pypandoc

output = pypandoc.convert('somefile.md', 'rst')

# alternatively you could just pass some string to it and define its format
output = pypandoc.convert('#some title', 'rst', format='md')

In addition to format, it is possible to pass extra_args. That makes it possible to access various pandoc options easily. Please refer to pandoc -h and the official documentation for further details.

See also pyandoc for an alternative implementation.

Django Service Example

See services.py at the project root for implementation. Use it like this:

from .services import PandocDocxService

service = PandocDocxService()
doc_file = service.generate(html='<html><body><h1>Heading 1</h1><p>testing testing 123</p></body></html>')

Contributors

License

pypandoc is available under MIT license. See LICENSE for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypandoc-0.8.4.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file pypandoc-0.8.4.tar.gz.

File metadata

  • Download URL: pypandoc-0.8.4.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pypandoc-0.8.4.tar.gz
Algorithm Hash digest
SHA256 b40441bf1e4b958b0805aee68e11aa86b362d0ba3e8cedebbb698223d4e63f00
MD5 cc0c4515872e4ee4b6ea8bd8951ad716
BLAKE2b-256 4ae67556eea517b009a8526dcd84e40005ecd6154f12819256d2b35cc0580c1c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page