wkhtmltox is a great piece of kit to convert webpages to PDF format.
It is – however – an absolute Pita to install, as there are minimal resources on the net for installing this onto a Linux Server.
Ever wondered how you could generate the IndexPath row from a Function not related to tableview?
UITableViewCell *clickedCell = (UITableViewCell *)[[sender superview] superview]; NSIndexPath *clickedButtonPath = [_tableView indexPathForCell:clickedCell]; int row = [clickedButtonPath row]; NSLog(@"%i",row);
yum install -y subversion mod_dav_svn
groupadd svn useradd svn mkdir -pm700 /var/svn/projects svnadmin create /var/svn/projects/test chown -R svn:svn /var/svn/projects mkdir -p /var/www/projects.example.com/httpdocs
edit httpd.conf
Listen 8080 LoadModule dav_module modules/mod_dav.so LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so
Change the user and Group from apache:apache to svn:svn
User svn Group svn
Add a virtual host.
97e9595f6aa32a8d317650a0d39872f1013