Aspose::Pdf::Plugins::PdfAConvertOptions Class Referencefinal

Represents options for converting PDF documents to PDF/A format with the PdfAConverter plugin. More...

#include "PdfAConvertOptions.h"

Inherits Aspose::Pdf::Plugins::PdfAOptionsBase, and Aspose::Pdf::Plugins::ISaveInstruction.

Public Member Functions

ASPOSE_PDF_SHARED_API System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< IDataSource > > > get_Outputs () override
 Gets the collection of added targets (file or stream data sources) for saving operation results. More...
 
ASPOSE_PDF_SHARED_API void AddOutput (System::SharedPtr< IDataSource > dataSource) override
 Adds new result save target. More...
 
ASPOSE_PDF_SHARED_API PdfAConvertOptions ()
 
- Public Member Functions inherited from Aspose::Pdf::Plugins::PdfAOptionsBase
ASPOSE_PDF_SHARED_API System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< IDataSource > > > get_Inputs () override
 Gets collection of data sources More...
 
ASPOSE_PDF_SHARED_API PdfAStandardVersion get_PdfAVersion () const
 Gets the version of the PDF/A standard to be used for validation or conversion. More...
 
ASPOSE_PDF_SHARED_API void set_PdfAVersion (PdfAStandardVersion value)
 Sets the version of the PDF/A standard to be used for validation or conversion. More...
 
ASPOSE_PDF_SHARED_API bool get_IsLowMemoryMode ()
 Gets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API void set_IsLowMemoryMode (bool value)
 Sets a value indicating whether the low memory mode is enabled during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API const System::SharedPtr< IDataSource > & get_LogOutputSource () const
 Gets the data source for the log output. More...
 
ASPOSE_PDF_SHARED_API void set_LogOutputSource (System::SharedPtr< IDataSource > value)
 Sets the data source for the log output. More...
 
ASPOSE_PDF_SHARED_API ConvertErrorAction get_ErrorAction ()
 Gets the action to be taken for objects that cannot be converted. More...
 
ASPOSE_PDF_SHARED_API void set_ErrorAction (ConvertErrorAction value)
 Sets the action to be taken for objects that cannot be converted. More...
 
ASPOSE_PDF_SHARED_API ConvertSoftMaskAction get_SoftMaskAction ()
 Gets the action to be taken during the conversion of images with soft masks. More...
 
ASPOSE_PDF_SHARED_API void set_SoftMaskAction (ConvertSoftMaskAction value)
 Sets the action to be taken during the conversion of images with soft masks. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< PdfANonSpecificationFlagsget_NonSpecificationFlags ()
 Gets the flags that control the PDF/A conversion for cases when the source PDF document doesn't correspond to the PDF specification. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< PdfASymbolicFontEncodingStrategyget_SymbolicFontEncodingStrategy ()
 Gets the strategy for encoding symbolic fonts when converting to PDF/A format. More...
 
ASPOSE_PDF_SHARED_API void set_SymbolicFontEncodingStrategy (System::SharedPtr< PdfASymbolicFontEncodingStrategy > value)
 Sets the strategy for encoding symbolic fonts when converting to PDF/A format. More...
 
ASPOSE_PDF_SHARED_API bool get_AlignText ()
 Gets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API void set_AlignText (bool value)
 Sets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API PdfFormatConversionOptions::PuaProcessingStrategy get_PuaSymbolsProcessingStrategy ()
 Gets the strategy for processing Private Use Area (PUA) symbols in the PDF document. More...
 
ASPOSE_PDF_SHARED_API void set_PuaSymbolsProcessingStrategy (PdfFormatConversionOptions::PuaProcessingStrategy value)
 Sets the strategy for processing Private Use Area (PUA) symbols in the PDF document. More...
 
ASPOSE_PDF_SHARED_API bool get_OptimizeFileSize ()
 Gets a value indicating whether to try to reduce the file size during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API void set_OptimizeFileSize (bool value)
 Sets a value indicating whether to try to reduce the file size during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API PdfFormatConversionOptions::RemoveFontsStrategy get_ExcludeFontsStrategy ()
 Gets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API void set_ExcludeFontsStrategy (PdfFormatConversionOptions::RemoveFontsStrategy value)
 Sets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::PdfAOptionClasses::FontEmbeddingOptionsget_FontEmbeddingOptions ()
 Gets the options to process fonts that cannot be embedded into the document. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< Aspose::Pdf::PdfAOptionClasses::ToUnicodeProcessingRulesget_UnicodeProcessingRules ()
 Gets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API void set_UnicodeProcessingRules (System::SharedPtr< Aspose::Pdf::PdfAOptionClasses::ToUnicodeProcessingRules > value)
 Sets the rules for processing ToUnicode CMap tables and not linked to Unicode symbols during the PDF/A conversion process. More...
 
ASPOSE_PDF_SHARED_API System::String get_IccProfileFileName ()
 Gets the filename of the ICC (International Color Consortium) profile to be used for the PDF/A conversion in place of the default one. More...
 
ASPOSE_PDF_SHARED_API void set_IccProfileFileName (System::String value)
 Sets the filename of the ICC (International Color Consortium) profile to be used for the PDF/A conversion in place of the default one. More...
 
ASPOSE_PDF_SHARED_API void AddInput (System::SharedPtr< IDataSource > dataSource) override
 Adds new data source to the collection More...
 
ASPOSE_PDF_SHARED_API PdfAOptionsBase ()
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual ASPOSECPP_SHARED_API bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool Equals (double const &objA, double const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 Specialization of Object::ReferenceEquals for case of string and nullptr. More...
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 Specialization of Object::ReferenceEquals for case of strings. More...
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 
- Protected Member Functions inherited from Aspose::Pdf::Plugins::PdfAOptionsBase
System::SharedPtr< PdfFormatConversionOptionsGetOptionsForDocument (System::SharedPtr< Document > document)
 
- Static Protected Member Functions inherited from Aspose::Pdf::Plugins::PdfAOptionsBase
static PdfAStandardVersion ToPdfAStandardVersion (PdfFormat pdfFormat)
 

Detailed Description

Represents options for converting PDF documents to PDF/A format with the PdfAConverter plugin.

Constructor & Destructor Documentation

◆ PdfAConvertOptions()

ASPOSE_PDF_SHARED_API Aspose::Pdf::Plugins::PdfAConvertOptions::PdfAConvertOptions ( )

Member Function Documentation

◆ AddOutput()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Plugins::PdfAConvertOptions::AddOutput ( System::SharedPtr< IDataSource dataSource)
overridevirtual

Adds new result save target.

Parameters
dataSourceTarget (file or stream data source) for saving operation results.

Implements Aspose::Pdf::Plugins::ISaveInstruction.

◆ get_Outputs()

ASPOSE_PDF_SHARED_API System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<IDataSource> > > Aspose::Pdf::Plugins::PdfAConvertOptions::get_Outputs ( )
overridevirtual

Gets the collection of added targets (file or stream data sources) for saving operation results.

Implements Aspose::Pdf::Plugins::ISaveInstruction.