개정판 4b33593a
issue #000000 datetime thread 충돌 수정
Change-Id: I819879ff73b14328ff57ed9613fcde413eebcdc1
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
22 | 22 |
{ |
23 | 23 |
public class MarkupToPDF : IDisposable |
24 | 24 |
{ |
25 |
public MarkupToPDF() |
|
26 |
{ |
|
27 |
} |
|
25 | 28 |
|
26 | 29 |
#region 초기 데이터 |
27 | 30 |
private static iTextSharp.text.Rectangle mediaBox; |
... | ... | |
637 | 640 |
} |
638 | 641 |
|
639 | 642 |
iTextSharp.text.Version.GetInstance(); |
643 |
|
|
640 | 644 |
using (PdfStamper pdfStamper = new PdfStamper(pdfReader, new FileStream(pdfFilePath, FileMode.Create))) |
641 | 645 |
{ |
642 | 646 |
try |
... | ... | |
718 | 722 |
string[] markedData = markupItem.DATA.Split(delimiterChars, StringSplitOptions.RemoveEmptyEntries); |
719 | 723 |
|
720 | 724 |
PdfContentByte contentByte = pdfStamper.GetOverContent(markupItem.PAGENUMBER); |
721 |
strLog.Append($"{markupItem.PAGENUMBER}/");
|
|
725 |
strLog.Append($"p.{markupItem.PAGENUMBER}:{markupItem.DATA_TYPE}/");
|
|
722 | 726 |
|
723 | 727 |
foreach (var data in markedData) |
724 | 728 |
{ |
... | ... | |
1247 | 1251 |
} |
1248 | 1252 |
finally |
1249 | 1253 |
{ |
1250 |
if (ControlT?.Name != null) |
|
1251 |
{ |
|
1252 |
strLog.Append($"{ControlT.Name},"); |
|
1253 |
} |
|
1254 |
//if (ControlT?.Name != null)
|
|
1255 |
//{
|
|
1256 |
// strLog.Append($"{ControlT.Name},");
|
|
1257 |
//}
|
|
1254 | 1258 |
} |
1255 | 1259 |
} |
1256 | 1260 |
|
내보내기 Unified diff