mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 08:39:50 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63265 954022d7-b5bf-4e40-9824-e11837661b57
14 lines
353 B
C++
14 lines
353 B
C++
#ifndef _PDF_WRITER_ONLINEOFFICEBINTOPDF_H
|
|
#define _PDF_WRITER_ONLINEOFFICEBINTOPDF_H
|
|
|
|
#include <string>
|
|
#include "PdfRenderer.h"
|
|
|
|
namespace NSOnlineOfficeBinToPdf
|
|
{
|
|
bool ConvertBinToPdf(CPdfRenderer* pPdf, const std::wstring& wsSrcFile, const std::wstring& wsDstFile, bool bBinary);
|
|
};
|
|
|
|
#endif // _PDF_WRITER_ONLINEOFFICEBINTOPDF_H
|
|
|