Skip to content

vinogcs/phppdftk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phppdftk

Unofficial PHP Wrapper for PdfTk Server toold.

Prerequists

Before starting work with this wrapper, you should download and install PdfTk server. https://www.pdflabs.com/tools/pdftk-server/

Usage

  1. Initiating PdfTk class

    // With Server Path

    $pdftk=new PdfTk($serverPath);

    //With Server Path and PDF File path

    $pdftk=new PdfTk($serverPath,$pdfFilePath);

  2. Get Bookmarks

    $bookmarks=$pdftk->get_bookmarks();

About

Unofficial PHP Wrapper for PdfTk Server tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages