Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 18,534 for

encoding

(0.16 sec)
  1. PdfFontEncoding | Aspose.Cells for Java API Ref...

    Represents pdf embedded font Encoding....Represents pdf embedded font encoding. Fields Field Description...32-127, otherwise, Identity-H encoding will be used for embedded...

    reference.aspose.com/cells/java/com.aspose.cell...
  2. TraditionalEncryptionSettings | Aspose.ZIP for ...

    初始化TraditionalEncryptionSettingsaspose.zip.saving/traditionalencryptionsettings类的新实例...TraditionalEncryptio(string, Encoding) 使用用户定义的编码初始化 TraditionalEncryptio... ( string password , Encoding encoding ) 范围 类型 描述 password String...

    reference.aspose.com/zip/zh/net/aspose.zip.savi...
  3. ICUEncoder() | Aspose.Slides for C++ API Reference

    Constructor....ICUEncoder ( ICUEncoding * encoding ) Arguments Parameter Type...Type Description encoding ICUEncoding * Encoding to copy parameters...

    reference.aspose.com/slides/cpp/system.text/icu...
  4. System::Text::ICUEncoding Class Reference - Asp...

    Public Member Functions | List of all members System::Text::ICUEncoding Class Reference Inherits System::Text::Encodi......Reference Inherits System::Text::Encoding . Inherited by System::Text::ASCIIEncoding...Details::EncodingInfoInternal *encoding_info) ASPOSECPP_SHARED_API...

    reference.aspose.com/barcode/cpp/class/system.t...
  5. System::Text::ICUEncoding Class Reference - Asp...

    Public Member Functions | List of all members System::Text::ICUEncoding Class Reference Inherits System::Text::Encodi......Reference Inherits System::Text::Encoding . Inherited by System::Text::ASCIIEncoding...Details::EncodingInfoInternal *encoding_info) ASPOSECPP_SHARED_API...

    reference.aspose.com/barcode/cpp/class/system.t...
  6. GetEncoder() | Aspose.Slides for C++ API Reference

    Get an encoder that forwards requests to this object....GetEncoder() Encoding::GetEncoder() method Get an encoder that forwards...EncoderPtr System :: Text :: Encoding :: GetEncoder () Return Value...

    reference.aspose.com/slides/cpp/system.text/enc...
  7. Generate Data Matrix Barcodes in C#|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....barcode standard that enables encoding both sets of characters and...configuration, rely on obsolete encoding methods, and enable error...

    docs.aspose.com/barcode/net/datamatrix-barcode/
  8. get_EncoderFallback() | Aspose.Slides for C++ A...

    Gets encoder fallback....get_EncoderFallback() Encoding::get_EncoderFallback() const method...method Gets encoder fallback. const EncoderFallbackPtr System...

    reference.aspose.com/slides/cpp/system.text/enc...
  9. Aspose::Email::LoadOptions Class Reference - As...

    Public Member Functions | Public Attributes | Friends | List of all members Aspose::Email::LoadOptions Class Referenc......System::SharedPtr< System::Text::Encoding > get_PrefferedTextEncodin...n () const Gets preferred encoding for message. Forcibly sets...

    reference.aspose.com/email/cpp/class/aspose.ema...
  10. PdfASymbolicFontEncodingStrategy | Aspose.PDF f...

    This class describes rules which can be used to tune process of copy Encoding data for cases when TrueType symbolic font has more than one Encoding. Some PDF documents after conversion into PDF/A format could have error More than one Encoding in symbolic TrueType fonts cmap. What is a reason of this error All TrueType symbolic fonts have special table cmap in its internal data. This table maps character codes to glyph indices. And this table could contain different Encoding subtables which describe Encodings used. See advanced info about cmap tables at https//developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6cmap.html. Usually cmap table contains several Encoding subtables but PDF/A standard requires that only one Encoding subtable 30 must be leaved for this font in PDF/A document. And key question here - what data must be taken from another subtables to copy into destination Encoding table 30 Majority of fonts have well-formed cmap tables where every Encoding subtable is fully consistent with another subtable. But some fonts have cmap tables with collisions - where for example one subtable has glyph index 100 for unicode 100 but another subtable has glyph index 200 for the same unicode 100. To solve this problems special strategy needed. By default following strategy used mac subtable10 is looked for. If this table is found only this data used to fill destination table 30. If mac subtable is not found then all subtables except 30 are iterated and used to copy data into destination 30 subtable. Also mapping for every unicodeunicode glyph index is copied into destination table only if destination table has no this unicode at current moment. So for example if first subtabe has glyph index 100 for unicode 100 and next subtable has glyph index 200 for the same unicode 100 only data from first subtable unicode100 glyph index 100 will be copied. So each previous subtable takes precedence over the next. Properties of this class PdfASymbolicFontEncodingStrategy./pdfasymbolicfontEncodingstrategy help tune default behaviour. If property PreferredCmapEncodingTable./pdfasymbolicfontEncodingstrategy/preferredcmapEncodingtable of type CMapEncodingTableType./pdfasymbolicfontEncodingstrategy.queueitem.cmapEncodingtabletype is set then relevant subtable will be used in precedence to mac subtable10. Value MacTable from enumeration CMapEncodingTableType./pdfasymbolicfontEncodingstrategy.queueitem.cmapEncodingtabletype has no sense in this case cause it points on the same mac subtable 10 which will be used by default. Property CmapEncodingTablesPriorityQueue./pdfasymbolicfontEncodingstrategy/cmapEncodingtablespriorityqueue discards all priorities for any subtable. If this property is set then only subtables from declared queue will be used in specified order. If subtables specified are not found then default iteration of all subtables and copy strategy described above will be used. Object QueueItem./pdfasymbolicfontEncodingstrategy.queueitem specifies Encoding subtable used. This subtable can be set via combination of membersPlatformID PlatformSpecificId or via CMapEncodingTableType./pdfasymbolicfontEncodingstrategy.queueitem.cmapEncodingtabletype enumeration....used to tune process of copy encoding data for cases when TrueType...symbolic font has more than one encoding. Some PDF documents after...

    reference.aspose.com/pdf/python-net/aspose.pdf/...