Skip to content

A PHP component using Pandoc to generate docx file from url

Notifications You must be signed in to change notification settings

imnaifu/url2docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

url2docx

A PHP component using Pandoc to generate docx file from url

Example

<?php
use Naifu\Url2dDocx;

$con = new Url2docx();
$con -> add_pandoc('your/pandoc/path/here');
$con -> add_output_path('your/output/path/here');
$con -> push_url('http://url.you.wanna.com');
$your_file = $con -> download_docx();


About

A PHP component using Pandoc to generate docx file from url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages