Plugin info

Total downloads: 853
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 5
Last updated: 11/14/2017 (2968 days ago)
Added to WordPress: 9/16/2017 (8 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 4.9.22
Minimum PHP version: 5.5

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2968 days ago

20/100

Is PDF or image generator abandoned?

Possibly abandoned (last update 2968 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 4.9.22
Requires PHP: 5.5

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

GrabzIt Web Capture
Rating 0.0/5 (0 reviews)Active installs 10

Description

It provides the following functionalities

  • Converting webpage content, HTML string or file into image.
  • Converting webpage content, HTML string or file into PDF.

Getting Started

Configuration

  • Go to plugin settings page through settings menu or settings link under plugin name in the plugins page.
  • Download wkhtmltox from here.
  • Run that executable file then it will create wkhtmltox folder. Enter the absolute path of the files inside wkhtmltox->bin files.

Usage

  • We have to call the following function with specified paramters and it will return the generated PDF/image path.

    PDFIG_generate($src, $src_type, $dest_file_name, $conversion_type);

    • $src is required, expected string. Ex: “http://osmosys.asia”, “home/osmosys/test.php” etc.
    • $src_type is required, expected string. It specifies what is the source type, It can be one of the 3 values which are specified in the possible values. Possible values: “TEMPLATE_PATH”, “HTML_STRING”, “URL”.
    • $dest_file_name is optional, expected string. It is the file with which file will get downloaded. Ex: “test” etc.
    • $conversion_type is optional, expected string. It specifies to which format we have to convert the given source, it can be one among the 2 values which are specified in the possible values. Possible values: “PDF”, “IMG”.
  • Simply insert the following shortcode [PDFIG_generator_demo] for a demo page.

Installation

Automatic installation

  • Go to the ‘Plugins’ menu in WordPress and click ‘Add New’
  • Search for ‘PDF or image generator’ and select ‘Install Now’
  • Activate the plugin when prompted

Manual installation

  • Upload the ‘pdf-img-generator’ folder to the ‘/wp-content/plugins/’ directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

Installation Instructions

Automatic installation

  • Go to the ‘Plugins’ menu in WordPress and click ‘Add New’
  • Search for ‘PDF or image generator’ and select ‘Install Now’
  • Activate the plugin when prompted

Manual installation

  • Upload the ‘pdf-img-generator’ folder to the ‘/wp-content/plugins/’ directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress

Where can I contribute to this plugin?

https://github.com/OsmosysSoftware/pdf-image-generator

Review feed

No reviews available

Screenshots

  1. PDF or image generator settings page.

    PDF or image generator settings page.

  2. PDF or image generator demo page.

    PDF or image generator demo page.

Changelog

0.0.1

  • Initial release.