ASCII85Encode.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------------------
00002 // Copyright (c) 2001-2008 by PDFTron Systems Inc. All Rights Reserved.
00003 // Consult legal.txt regarding legal and license information.
00004 //---------------------------------------------------------------------------------------
00005 
00006 #ifndef   H_CPPFilterASCII85Encode
00007 #define   H_CPPFilterASCII85Encode
00008 
00009 #include <Filters/Filter.h>
00010 #include <Common/Common.h>
00011 #include <C/Filters/TRN_Filter.h>
00012 
00013 namespace pdftron { 
00014         namespace Filters {
00015 
00020 class ASCII85Encode : public Filter
00021 {
00022 public:
00023 
00027          ASCII85Encode (Filter input_filter, ULong line_width = 72, ULong buf_sz = 256);
00028 };
00029 
00030 #include <Impl/ASCII85Encode.inl>
00031 
00032 
00033         };      // namespace Filters
00034 };      // namespace pdftron
00035 
00036 
00037 #endif
00038 

© 2002-2008 PDFTron Systems Inc.