Skip to content

Instantly share code, notes, and snippets.

View vcalfa's full-sized avatar

Vladimir Calfa vcalfa

  • Ringier Axel Springer Comunities s.r.o.
  • Zilina
View GitHub Profile
@vcalfa
vcalfa / wkhtmltopdf.tablesplit.js
Created September 20, 2012 11:30 — forked from niflostancu/wkhtmltopdf.tablesplit.js
WkHtmlToPdf Table Splitting Hack
/**
* WkHtmlToPdf table splitting hack.
*
* Script to automatically split multiple-pages-spanning HTML tables for PDF
* generation using webkit.
*
* To use, you must adjust pdfPage object's contents to reflect your PDF's
* page format.
* The tables you want to be automatically splitted when the page ends must
* have a class name of "splitForPrint" (can be changed).
//
// TransitionController.h
//
// Created by XJones on 11/25/11.
//
#import <UIKit/UIKit.h>
@interface TransitionController : UIViewController