mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-18 02:30:29 +08:00
Убраны лишние файлы. Все файлы сконвертированы в UTF8.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62550 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
f20a349e33
commit
65d72ae4ec
@ -1,4 +1,4 @@
|
||||
#include <stdio.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <ctype.h>
|
||||
@ -113,7 +113,7 @@ namespace PdfReader
|
||||
pStream = ((DCTStream *)pStream)->GetRawStream();
|
||||
pStream->Reset();
|
||||
|
||||
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD>
|
||||
// Копируем поток в файл
|
||||
int nChar = 0;
|
||||
while ((nChar = pStream->GetChar()) != EOF)
|
||||
fputc(nChar, pFile);
|
||||
@ -190,7 +190,7 @@ namespace PdfReader
|
||||
|
||||
pStream->Reset();
|
||||
|
||||
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD>
|
||||
// Копируем поток в файл
|
||||
int nSize = nHeight * ((nWidth + 7) / 8);
|
||||
|
||||
unsigned char *pBuffer = new unsigned char[nSize];
|
||||
@ -248,7 +248,7 @@ namespace PdfReader
|
||||
pStream = ((DCTStream *)pStream)->GetRawStream();
|
||||
pStream->Reset();
|
||||
|
||||
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD>
|
||||
// Копируем поток в файл
|
||||
int nChar = 0;
|
||||
while ((nChar = pStream->GetChar()) != EOF)
|
||||
fputc(nChar, pFile);
|
||||
@ -323,7 +323,7 @@ namespace PdfReader
|
||||
|
||||
pStream->Reset();
|
||||
|
||||
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD>
|
||||
// Копируем поток в файл
|
||||
int nSize = nHeight * ((nWidth + 7) / 8);
|
||||
|
||||
unsigned char *pBuffer = new unsigned char[nSize];
|
||||
|
||||
Reference in New Issue
Block a user