Author: jahewson
Date: Mon Jan  5 23:57:30 2015
New Revision: 1649695

URL: http://svn.apache.org/r1649695
Log:
Tidy up FAQ 2

Modified:
    pdfbox/cmssite/trunk/content/1.8/faq.mdtext

Modified: pdfbox/cmssite/trunk/content/1.8/faq.mdtext
URL: 
http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/1.8/faq.mdtext?rev=1649695&r1=1649694&r2=1649695&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/1.8/faq.mdtext (original)
+++ pdfbox/cmssite/trunk/content/1.8/faq.mdtext Mon Jan  5 23:57:30 2015
@@ -18,13 +18,13 @@ Notice:    Licensed to the Apache Softwa
 
 # Frequently asked questions
 
-## General Questions
+### General Questions
 
  - [I am getting the below Log4J warning message, how do I remove it?](#log4j)
  - [Is PDFBox thread safe?](#threadsafe)
  - [Why do I get a "Warning: You did not close the PDF Document"?](#notclosed)
 
-## Text Extraction
+### Text Extraction
 
  - [How come I am not getting any text from the PDF document?](#notext)
  - [How come I am getting gibberish(G38G43G36G51G5) when extracting 
text?](#gibberish)
@@ -32,7 +32,7 @@ Notice:    Licensed to the Apache Softwa
  - [Why do I get "You do not have permission to extract text" on some 
documents?](#permission)
  - [Can't we just extract the text without parsing the whole document or 
extract text as it is parsed?](#partially)
 
-## Answers: General Questions
+## General Questions
 
 ### I am getting the below Log4J warning message, how do I remove it? ### 
{#log4j}
 
@@ -82,7 +82,7 @@ PDDocument objects; one from the "new PD
           }
        }
 
-## Answers: Text Extraction
+## Text Extraction
 
 ### How come I am not getting any text from the PDF document? ### {#notext}
 


Reply via email to