Friday, March 9, 2012

"Column Limit Exceeded"


Just run these power shall commands
By Default  MaxListItemRowStorage =6
$webApp = Get-SPWebApplication servername
$webApp.MaxListItemRowStorage = 8
$webApp.Update()

No comments:

Extract text or data from PDFs

Depending on the format of your PDF (text-based vs. scanned images), there are various methods for extracting text or data from PDFs. Here a...