This module is used Conversion of HTML page to PDF using mPDF PHP Library. This module allows you to generate the pdf documents of any node:

PDF creation (at www.example.com/show_pdf/nid)

where nid is the node id of content to render.

By creating your own CSS file and/or the pdf--node.tpl.php files, it is possible to change the look of the output page to suit your taste. For a more fine-grained customization, it is possible to use a template file named:

Drupal 7: pdf--node--[node-type|node-id].tpl.php
located in the same module directory i.e., 'pdf_using_mpdf'.

Where node-type & node-id are Drupal's node type (e.g. page, story, etc.) and node-id (eg: 12) respectively.

API Function : pdf_using_mpdf_api()

This API function is available to content developers that prefer to generate a pdf file of custom path. The function takes two parameters, first a rendered html content and an optional second parameter, name of the pdf file. E.g: pdf_using_mpdf_api($html) where $html is any html content.

You must install the following third-party tools to generate PDFs:

mPDF

Please follow the instructions in the README.txt files carefully.

Sandbox URL - http://drupal.org/sandbox/osscube/1819680

Version - 7.x

Comments

klausi’s picture

Status: Needs review » Closed (duplicate)
Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: http://drupal.org/node/1823698
Project 2: http://drupal.org/node/1822638
Project 3: http://drupal.org/node/1823696

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

brajendrasingh’s picture

It seems to be duplicate.
It needs to be close.
You must working on : http://drupal.org/node/1822638

apaderno’s picture

Issue summary: View changes
Related issues: +#1822638: [D7] PDF using mPDF