Author: buildbot Date: Mon Jan 5 23:57:42 2015 New Revision: 935203 Log: Staging update by buildbot for pdfbox
Modified: websites/staging/pdfbox/trunk/content/ (props changed) websites/staging/pdfbox/trunk/content/1.8/faq.html Propchange: websites/staging/pdfbox/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Jan 5 23:57:42 2015 @@ -1 +1 @@ -1649694 +1649695 Modified: websites/staging/pdfbox/trunk/content/1.8/faq.html ============================================================================== --- websites/staging/pdfbox/trunk/content/1.8/faq.html (original) +++ websites/staging/pdfbox/trunk/content/1.8/faq.html Mon Jan 5 23:57:42 2015 @@ -141,13 +141,13 @@ </div> <div class="col-xs-9"> <h1 id="frequently-asked-questions">Frequently asked questions</h1> -<h2 id="general-questions">General Questions</h2> +<h3 id="general-questions">General Questions</h3> <ul> <li><a href="#log4j">I am getting the below Log4J warning message, how do I remove it?</a></li> <li><a href="#threadsafe">Is PDFBox thread safe?</a></li> <li><a href="#notclosed">Why do I get a "Warning: You did not close the PDF Document"?</a></li> </ul> -<h2 id="text-extraction">Text Extraction</h2> +<h3 id="text-extraction">Text Extraction</h3> <ul> <li><a href="#notext">How come I am not getting any text from the PDF document?</a></li> <li><a href="#gibberish">How come I am getting gibberish(G38G43G36G51G5) when extracting text?</a></li> @@ -155,7 +155,7 @@ <li><a href="#permission">Why do I get "You do not have permission to extract text" on some documents?</a></li> <li><a href="#partially">Can't we just extract the text without parsing the whole document or extract text as it is parsed?</a></li> </ul> -<h2 id="answers-general-questions">Answers: General Questions</h2> +<h2 id="general-questions_1">General Questions</h2> <h3 id="log4j">I am getting the below Log4J warning message, how do I remove it?</h3> <div class="codehilite"><pre><span class="nl">log4j:</span><span class="n">WARN</span> <span class="n">No</span> <span class="n">appenders</span> <span class="n">could</span> <span class="n">be</span> <span class="n">found</span> <span class="k">for</span> <span class="n">logger</span> <span class="o">(</span><span class="n">org</span><span class="o">.</span><span class="na">apache</span><span class="o">.</span><span class="na">pdfbox</span><span class="o">.</span><span class="na">util</span><span class="o">.</span><span class="na">ResourceLoader</span><span class="o">).</span> <span class="nl">log4j:</span><span class="n">WARN</span> <span class="n">Please</span> <span class="n">initialize</span> <span class="n">the</span> <span class="n">log4j</span> <span class="n">system</span> <span class="n">properly</span><span class="o">.</span> @@ -201,7 +201,7 @@ PDDocument objects; one from the "new PD </pre></div> -<h2 id="answers-text-extraction">Answers: Text Extraction</h2> +<h2 id="text-extraction_1">Text Extraction</h2> <h3 id="notext">How come I am not getting any text from the PDF document?</h3> <p>Text extraction from a pdf document is a complicated task and there are many factors involved that effect the possibility and accuracy of text extraction. It would be helpful