Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
206dd12a
Commit
206dd12a
authored
Sep 12, 2017
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
e8d3059f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
HtmlFile/test/main.cpp
HtmlFile/test/main.cpp
+4
-1
No files found.
HtmlFile/test/main.cpp
View file @
206dd12a
...
...
@@ -108,7 +108,10 @@ int main(int argc, char *argv[])
#if 1
CHtmlFile
oFile
;
std
::
wstring
sMetaInfo
;
int
nResult
=
oFile
.
ConvertEpub
(
L"D:/1"
,
sMetaInfo
,
L"D:/test/Document"
);
//int nResult = oFile.ConvertEpub(L"D:/1", sMetaInfo, L"D:/test/Document");
std
::
vector
<
std
::
wstring
>
arFiles
;
arFiles
.
push_back
(
L"Note.html"
);
int
nResult
=
oFile
.
Convert
(
arFiles
,
L"D:
\\
test
\\
Document"
);
return
0
;
#else
...
...
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