Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Syretta Man
simplewebapp
Commits
aec7ecf4
Commit
aec7ecf4
authored
Jan 16, 2020
by
Syretta Man
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start pb
parent
7e89f1df
Pipeline
#112904
passed with stages
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/main/java/ic/doc/WebServer.java
src/main/java/ic/doc/WebServer.java
+2
-0
No files found.
src/main/java/ic/doc/WebServer.java
View file @
aec7ecf4
...
...
@@ -71,9 +71,11 @@ public class WebServer {
}
}
file
.
delete
();
if
(
filetype
.
equals
(
"pdf"
))
{
ProcessBuilder
pb
=
new
ProcessBuilder
();
pb
.
command
(
"pandoc"
,
"-s"
,
"-o"
,
"sample.pdf"
,
"sample.md"
);
pb
.
start
();
}
...
...
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