Commit a301d728 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

(1.0.0.10): FileConverterService2

(1.0.0.7): FileConverter2
(1.0.0.17): FileConverterUtils2
Добавлена поддержка vkey защифрованного SHA256.
Убран тип AVS_OFFICESTUDIO_FILE_OTHER_PRINT_PDF

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49155 954022d7-b5bf-4e40-9824-e11837661b57
parent 20b56627
......@@ -55,7 +55,7 @@ var c_oAscFileType = {
ODS: 0x0103,
CSV: 0x0104,
HTML: 0x0803,
PDFPRINT: 0x0802,
PDFPRINT: 0x0201,
ZIP: 0x0803,
XLSY: 0x1002
};
......
......@@ -67,7 +67,7 @@ var c_oAscVertAlignJc = {
//files type for Saving & DownloadAs
var c_oAscFileType = {
INNER: 0x0081,
PDF: 0x0802,
PDF: 0x0201,
PPTX: 0x0081,
PPT: 0x0082,
ODP: 0x0083
......
......@@ -32,7 +32,7 @@ var c_oAscFileType = {
TXT: 0x0045,
HTML_ZIP: 0x0803,
MHT: 0x0047,
PDF: 0x0802,
PDF: 0x0201,
EPUB: 0x0048,
FB2: 0x0049,
MOBI: 0x004a,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment