From ac2ee1b56d7836efa1d52eacec19ef0d3527cdde Mon Sep 17 00:00:00 2001 From: Svetlana Kulikova Date: Wed, 31 Jul 2024 14:01:34 +0300 Subject: [PATCH] Save line AP --- PdfFile/PdfWriter.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()) {