Giter Site home page Giter Site logo

wpplugins / pdf-creator Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 11.62 MB

This is a mirror of the svn repo: https://plugins.svn.wordpress.org/pdf-creator/, the master is always the latest release.

Home Page: http://wpplugins.it

PHP 99.60% HTML 0.06% CSS 0.34%

pdf-creator's Introduction

=== PDF-Creator ===
Contributors: maartenhemmes
Donate link: http://www.hemmes.it
Tags: pdf, creator
Requires at least: 3.4
Tested up to: 3.4
Stable tag: 0.2.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Plugin to create PDF files
 
 == Description ==
 
Use this plugin to generator PDF's. Note: this is a beta version! 
 
 == Installation ==

1. Download 'PDF creator'.
2. Upload the 'PDF creator' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate 'PDF creator' from your Plugins page.
4. Initiate and use the plugin in your code by writing :

	4.1. $mode = 'utf-8'; 
	4.2. $size = array(212.72500, 276.22500);
	4.3. $html = '<div>';
	4.4. $css = site_url().'/wp-content/plugins/directorypress-extend-listings/includes/pdf-generation/sample-css.css';
		 $css = file_get_contents($css); 
	4.5. $footer = '<div>footer</div>';
	
	4.6. pdf_generation($css, mode, $size, $html, $footer);
	
5. Have fun! Send an email to [email protected] or visit http://www.hemmes.it/wordpress-pdf-creator/ if you have any questions related to this project.

== Frequently Asked Questions ==

 = Please explain this stage 
4. Initiate and use the plugin in your code by writing :

	4.1. $mode = 'utf-8'; 
	4.2. $size = array(212.72500, 276.22500);
	4.3. $html = '<div>';
	4.4. $footer = '<div>footer</div>';
	4.5. pdf_generation($mode, $size, $html, $footer); =
	
You have to run this (without the 4.1. etc.) to generate the PDF. Make sure you include the function pdf_generation.
Your $html is the variable where you store the content of the PDF, it's now, as an example, '<div>', you need to change that and add your own content. Same goes for the $footer.
	

== Screenshots ==

More to come


== Changelog ==

= 0.2 =
11/11/2013

- Added MDF5.7 class
- Added function to create directory structure to upload PDF
- Changed PDF name to result.pdf

= 0.2.2 =
04/12/2013

- Added support for CSS

= 0.2.4 =
04/12/2013

- Added feature to delete (old) PDF before generating a new one
- Small fixes

= 0.2.5. =
04/12/2013

- Fixed footer bug (needed to print footer before html-content)

= 0.2.6. =
08/12/2013

- Added settings for tmp-folders

= 0.3. =
01/31/2014

- Added PDF Generator menu to backend
- Created separate section in code for settings
- Added expirimental API

== Upgrade Notice ==

More to come

pdf-creator's People

Contributors

wppluginsbot avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.