mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 21:00:55 +08:00
Create AnnotField for MetafileToRenderer
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user