Coder Social home page Coder Social logo

cf-wkhtmltopdf's Introduction

cf-wkhtmltopdf

Coldfusion Wrapper for wkhtmltopdf.

Usage

.fromX methods results the binary content of the PDF file. Options are documented by wkhtmltopdf, there are all supported and must be provided in camelcase.

.fromString(str[, options])

<cfscript>
  wkhtmltopdf = new Wkhtmltopdf();
  pdf = wkhtmltopdf.fromString('<h1>Hello world</h1>');
</cfscript>
<cfcontent type="application/pdf" variable="#pdf#">

.fromURL(urlStr[, options])

<cfscript>
  wkhtmltopdf = new Wkhtmltopdf();
  pdf = wkhtmltopdf.fromURL('http://github.com');
</cfscript>
<cfcontent type="application/pdf" variable="#pdf#">

.commandPath

Default: wkhtmltopdf Allow you to specify wkhtmltopdf bin.

cf-wkhtmltopdf's People

Contributors

cubiclabs avatar fridus avatar loicmahieu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cf-wkhtmltopdf's Issues

Options problem

pdf = wkhtmltopdf.fromString(content, { 'footer-right':'Page [page] of [toPage]' }); does not work on Linux. Works from command line.

wkhtmltopdf has fail. - Command: /opt/wkhtmltox/bin/wkhtmltopdf --quiet --footer-right "Page [page] of [toPage]" - /opt/coldfusion/cfusion/runtime/conf/Catalina/localhost/tmp/wkhtmltopdf69342960700972779.tmp - Exit code: 1 - Message: Error: Failed loading page http://of (sometimes it will work just to ignore this error with --load-error-handling ignore) Exit with code 1 due to network error: HostNotFoundError

Error: Failed loading page http://of (sometimes it will work just to ignore this error with --load-error-handling ignore) Exit with code 1 due to network error: HostNotFoundError

Looks like when option has a space:

wkhtmltopdf has fail. - Command: /opt/wkhtmltox/bin/wkhtmltopdf --quiet --title test test - /opt/coldfusion/cfusion/runtime/conf/Catalina/localhost/tmp/wkhtmltopdf2771392900161365326.tmp - Exit code: 1 - Message: Error: Failed loading page http://test (sometimes it will work just to ignore this error with --load-error-handling ignore) Exit with code 1 due to network error: HostNotFoundError

Error: Failed loading page http://test (sometimes it will work just to ignore this error with --load-error-handling ignore) Exit with code 1 due to network error: HostNotFoundError

Tried with '"' and without.

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.