개정판 a1e2ba68
markus 외부주소 오류 수정
Change-Id: I03bd3df4edb78472d7d45f7a8c5db87fdfda226b
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
1225 | 1225 |
StatusChange($"markupItem : {markupItem.ID}" + ex.ToString(), 0); |
1226 | 1226 |
} |
1227 | 1227 |
} |
1228 |
|
|
1229 |
|
|
1230 | 1228 |
} |
1231 | 1229 |
} |
1232 | 1230 |
//PdfFileSpecification pfs = PdfFileSpecification.FileEmbedded(pdfStamper.Writer, @"C:\Users\kts\Documents\업무\CARS\엑셀양식\F-000-5378-702_R2_계장 Cable Schedule Sample.xlsx", "F-000-5378-702_R2_계장 Cable Schedule Sample.xlsx", null); |
... | ... | |
1239 | 1237 |
} |
1240 | 1238 |
#endregion |
1241 | 1239 |
} |
1240 |
|
|
1242 | 1241 |
if (tempFileInfo.Exists) |
1243 | 1242 |
{ |
1243 |
#if !DEBUG |
|
1244 | 1244 |
tempFileInfo.Delete(); |
1245 |
#endif |
|
1245 | 1246 |
} |
1246 | 1247 |
|
1247 | 1248 |
if (File.Exists(pdfFilePath)) |
... | ... | |
1602 | 1603 |
this.disposed = true; |
1603 | 1604 |
} |
1604 | 1605 |
|
1605 |
#endregion
|
|
1606 |
#endregion |
|
1606 | 1607 |
} |
1607 | 1608 |
} |
내보내기 Unified diff