프로젝트

일반

사용자정보

개정판 4b33593a

ID4b33593af2d21c965519dca3b91c9da85144c88d
상위 a5e5fff6
하위 faf998c6

김태성이(가) 약 2년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)