개정판 24c5e56c
- final pdf Font 추가
- Markus navi 속도 최적화 Key input 최적화
Change-Id: I7f2cf1933e86017d7b1df9ef4bd3048a8e80a653
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
472 | 472 |
} |
473 | 473 |
catch (Exception ex) |
474 | 474 |
{ |
475 |
throw ex;
|
|
475 |
throw new Exception(ex.ToString() + ex.InnerException?.ToString());
|
|
476 | 476 |
} |
477 | 477 |
} |
478 | 478 |
#endregion |
내보내기 Unified diff