Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
京
京能客户端
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王亚宁
京能客户端
Commits
586d5fca
Commit
586d5fca
authored
Jul 16, 2024
by
liangyb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#394 2024716 评标报告 - 生成报表适配pdf格式
parent
fe02f033
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
OBE-REPORT/src/com/gx/obe/report/utils/CreateReportThread.java
...EPORT/src/com/gx/obe/report/utils/CreateReportThread.java
+3
-0
No files found.
OBE-REPORT/src/com/gx/obe/report/utils/CreateReportThread.java
View file @
586d5fca
...
...
@@ -192,6 +192,9 @@ public class CreateReportThread implements Runnable{
if
(
file
.
exists
()){
if
(
isCreatePdfFile
){
try
{
if
(
reportPath
.
contains
(
"评标报告 .docx"
))
{
WordAddBreakUtils
.
writer
(
reportPath
,
reportPath
);
}
File
pdfFile
=
TransferUtils
.
convert2PDF
(
reportPath
);
if
(
null
!=
pdfFile
&&
pdfFile
.
exists
()){
reportPath
=
pdfFile
.
getAbsolutePath
();
...
...
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