From a5572c3715624b38ac861c87236185f98fa9083b Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Thu, 12 Jun 2014 13:40:04 -0700 Subject: Enable security removal in FPDF_Doc_Save R=jam@chromium.org Review URL: https://codereview.chromium.org/333753002 --- core/include/fpdfapi/fpdf_serial.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/include/fpdfapi') diff --git a/core/include/fpdfapi/fpdf_serial.h b/core/include/fpdfapi/fpdf_serial.h index 87ec7b5a05..a91870b5a5 100644 --- a/core/include/fpdfapi/fpdf_serial.h +++ b/core/include/fpdfapi/fpdf_serial.h @@ -1,7 +1,7 @@ // Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef _FPDF_SERIAL_ @@ -121,6 +121,8 @@ public: ~CPDF_Creator(); + void RemoveSecurity(); + FX_BOOL Create(FX_LPCWSTR filename, FX_DWORD flags = 0); FX_BOOL Create(FX_LPCSTR filename, FX_DWORD flags = 0); -- cgit v1.2.3