mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Add ID with MetaOForm
This commit is contained in:
@ -179,6 +179,12 @@ namespace PdfWriter
|
||||
m_nLengthBegin = 0;
|
||||
m_nLengthEnd = 0;
|
||||
}
|
||||
void CStreamData::SetID(CBinaryObject* pID)
|
||||
{
|
||||
if (!pID)
|
||||
return;
|
||||
Add("ID", pID);
|
||||
}
|
||||
bool CStreamData::AddMetaData(const std::wstring& sMetaName, BYTE* pMetaData, DWORD nMetaLength)
|
||||
{
|
||||
if (sMetaName == L"Length")
|
||||
|
||||
Reference in New Issue
Block a user