• 大小: 30.28MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-02
  • 语言: 其他
  • 标签: podofo  pdf  C++  开源  

资源简介

podofo vs2010 x86编译好的库 整理好的库 里面还有个测试工程自己 下载完自己稍微改一下路径就能用了

资源截图

代码片段和文件信息

/***************************************************************************
 *   Copyright (C) 2006 by Dominik Seichter                                *
 *   domseichter@web.de                                                    *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU Library General Public License as       *
 *   published by the Free Software Foundation; either version 2 of the    *
 *   License or (at your option) any later version.                       *
 *                                                                         *
 *   This program is distributed in the hope that it will be useful       *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 *   GNU General Public License for more details.                          *
 *                                                                         *
 *   You should have received a copy of the GNU Library General Public     *
 *   License along with this program; if not write to the                 *
 *   Free Software Foundation Inc.                                       *
 *   59 Temple Place - Suite 330 Boston MA  02111-1307 USA.             *
 *                                                                         *
 *   In addition as a special exception the copyright holders give       *
 *   permission to link the code of portions of this program with the      *
 *   OpenSSL library under certain conditions as described in each         *
 *   individual source file and distribute linked combinations            *
 *   including the two.                                                    *
 *   You must obey the GNU General Public License in all respects          *
 *   for all of the code used other than OpenSSL.  If you modify           *
 *   file(s) with this exception you may extend this exception to your    *
 *   version of the file(s) but you are not obligated to do so.  If you   *
 *   do not wish to do so delete this exception statement from your       *
 *   version.  If you delete this exception statement from all source      *
 *   files in the program then also delete it here.                       *
 ***************************************************************************/

#include “PdfArray.h“

#include “PdfOutputDevice.h“
#include “PdfDefinesPrivate.h“

#include 

namespace PoDoFo {

PdfArray::PdfArray()
    : PdfArraybaseClass() PdfDataType() m_bDirty( false )
{
}

PdfArray::~PdfArray()
{
}

PdfArray::PdfArray( const Pdfobject & var )
    : PdfArraybaseClass() PdfDataType() m_bDirty( false )
{
    this->push_back( var );
}

PdfArray::PdfArray( const PdfArray & rhs )
    : PdfArraybaseClass(rhs) PdfDataType(rhs) m_bDirty(rhs.m_bDirty)
{
    this->operator=( rhs );
}

 
PdfArray& Pd

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    2955444  2017-01-29 21:10  ext_lib\Debug\freetype271d.lib

     文件     575128  2017-01-29 21:00  ext_lib\Debug\libjpeg.lib

     文件    1471818  2017-01-29 23:05  ext_lib\Debug\libpng16.lib

     文件   31647368  2017-01-29 23:16  ext_lib\Debug\podofo.lib

     文件     925576  2017-01-29 22:57  ext_lib\Debug\zlibstat.lib

     文件        875  2017-01-29 23:41  ext_lib\ext_lib_debug.props

     文件        876  2017-01-29 23:42  ext_lib\ext_lib_Release.props

     文件       1151  2011-09-30 19:20  ext_lib\include\podofo\base\Pdf3rdPtyForwardDecl.h

     文件       5459  2014-06-07 06:13  ext_lib\include\podofo\base\PdfArray.cpp

     文件      16695  2015-08-07 00:25  ext_lib\include\podofo\base\PdfArray.h

     文件       5820  2014-06-16 00:53  ext_lib\include\podofo\base\PdfCanvas.cpp

     文件       4913  2014-06-07 06:13  ext_lib\include\podofo\base\PdfCanvas.h

     文件      45066  2014-06-16 00:53  ext_lib\include\podofo\base\PdfColor.cpp

     文件      28642  2014-06-07 06:13  ext_lib\include\podofo\base\PdfColor.h

     文件       6035  2014-06-18 02:42  ext_lib\include\podofo\base\PdfCompilerCompat.h

     文件       6767  2011-09-30 19:20  ext_lib\include\podofo\base\PdfCompilerCompatPrivate.h

     文件      10405  2015-03-05 23:54  ext_lib\include\podofo\base\PdfContentsTokenizer.cpp

     文件       6355  2014-06-07 06:13  ext_lib\include\podofo\base\PdfContentsTokenizer.h

     文件       2722  2014-06-07 06:13  ext_lib\include\podofo\base\PdfData.cpp

     文件       5210  2014-06-07 06:13  ext_lib\include\podofo\base\PdfData.h

     文件       2750  2014-06-07 06:13  ext_lib\include\podofo\base\PdfDataType.cpp

     文件       5722  2014-06-07 06:13  ext_lib\include\podofo\base\PdfDataType.h

     文件       7462  2015-10-03 00:56  ext_lib\include\podofo\base\PdfDate.cpp

     文件       5763  2014-06-07 06:13  ext_lib\include\podofo\base\PdfDate.h

     文件      19398  2016-05-13 18:54  ext_lib\include\podofo\base\PdfDefines.h

     文件        809  2011-09-30 19:20  ext_lib\include\podofo\base\PdfDefinesPrivate.h

     文件      10194  2014-06-15 18:20  ext_lib\include\podofo\base\PdfDictionary.cpp

     文件      11404  2015-09-02 01:17  ext_lib\include\podofo\base\PdfDictionary.h

     文件     100378  2016-05-15 22:04  ext_lib\include\podofo\base\PdfEncoding.cpp

     文件      24491  2016-05-03 02:33  ext_lib\include\podofo\base\PdfEncoding.h

............此处省略245个文件信息

评论

共有 条评论