diff --git a/PdfFile/PdfWriter.cpp b/PdfFile/PdfWriter.cpp index 6993c66746..ed92064f2c 100644 --- a/PdfFile/PdfWriter.cpp +++ b/PdfFile/PdfWriter.cpp @@ -2012,15 +2012,13 @@ HRESULT CPdfWriter::AddAnnotField(NSFonts::IApplicationFonts* pAppFonts, CAnnotF pLineAnnot->SetCO(dCO1, dCO2); } - pLineAnnot->SetAP(); - /* + //pLineAnnot->SetAP(); if (bRender) { LONG nLen = 0; BYTE* pRender = oInfo.GetRender(nLen); DrawAP(pAnnot, pRender, nLen); } - */ } else if (oInfo.IsTextMarkup()) {