I'm creating a application with java and poi apache.
I want to use only the first page of docx file.
how to get only the first page of docx file with POI apache?
Asked
Active
Viewed 656 times
1

user2949153
- 43
- 4
-
Where is the code sample which you tried. Avoid asking a question straightaway before attempting yourself or atleast going through the material on the net. There are tons of material related to Apache POI on net which will guide you to what you want to do over here. – AngelsandDemons Nov 08 '13 at 06:47
-
Are you aware that the Word file format, unlike something such as PDF, isn't a page based format? – Gagravarr Nov 08 '13 at 10:11