Create AnnotField for MetafileToRenderer

This commit is contained in:
Kulikova Svetlana
2023-08-07 17:54:05 +03:00
parent bcc465396c
commit b5f1cfc578
7 changed files with 117 additions and 2 deletions

View File

@ -90,7 +90,7 @@ int main()
}
ICertificate* pCertificate = NULL;
if (true)
if (false)
{
std::wstring wsCertificateFile = NSFile::GetProcessDirectory() + L"/test.pfx";
std::wstring wsPrivateKeyFile = L"";
@ -109,7 +109,7 @@ int main()
pCertificate = NSCertificate::GenerateByAlg("ed25519", properties);
}
if (false)
if (true)
{
pdfFile.CreatePdf();
pdfFile.OnlineWordToPdfFromBinary(NSFile::GetProcessDirectory() + L"/pdf.bin", wsDstFile);