Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
Lab4
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
9731094
Lab4
Commits
5bc8c82e
Commit
5bc8c82e
authored
Mar 10, 2019
by
--global
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lab4 finalfinal
parent
ac061b61
Pipeline
#313
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
gg.java
src/gg.java
+5
-4
No files found.
src/gg.java
View file @
5bc8c82e
import
com.itextpdf.text.pdf.PdfReader
;
import
com.itextpdf.text.pdf.parser.PdfTextExtractor
;
public
class
gg
{
public
static
void
main
(
String
[]
args
)
{
...
...
@@ -7,10 +8,10 @@ public class gg {
int
pages
=
pdfReader
.
getNumberOfPages
();
System
.
out
.
println
(
pages
);
//
for (int i=1; i<=pages; i++) {
//
String pageContent = PdfTextExtractor.getTextFromPage(pdfReader, i);
//
System.out.println("Content on Page " + i + ": " + pageContent);
//
}
for
(
int
i
=
1
;
i
<=
pages
;
i
++)
{
String
pageContent
=
PdfTextExtractor
.
getTextFromPage
(
pdfReader
,
i
);
System
.
out
.
println
(
"Content on Page "
+
i
+
": "
+
pageContent
);
}
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment