Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 18,533 for

encoding

(0.07 sec)
  1. LoadOptions for GridWeb|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....csv file) **load with other encode ** For the csv file, it is...file, without the specific encoding described in the xlsx format...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. QR Code and Micro QR Code|Documentation

    How to use Aspose.BarCode for Python to generate QR Codes...high data density and allows encoding streams of bytes and textual...(ECI) to encode Unicode data and provides various encoding modes;...

    docs.aspose.com/barcode/python-java/generate-qr...
  3. 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...
  4. GetDecoder() | Aspose.Slides for C++ API Reference

    Get a decoder that forwards requests to this object....GetDecoder() Encoding::GetDecoder() method Get a decoder that...DecoderPtr System :: Text :: Encoding :: GetDecoder () Return Value...

    reference.aspose.com/slides/cpp/system.text/enc...
  5. datamatrixencodemode - Aspose.BarCode for Andro...

    Develop Android apps that can read & write barcodes using the Aspose.BarCode for Android via Java library....DataMatrixEncodeMode > DataMatrix encoder's encoding mode, default to AUTO...ANSIX12 Uses ANSI X12 encoding. ASCII Encodes one alphanumeric or...

    reference.aspose.com/barcode/androidjava/com.as...
  6. DataMatrixEncodeMode - Aspose.BarCode for Andro...

    Develop Android apps that can read & write barcodes using the Aspose.BarCode for Android via Java library....DataMatrixEncodeMode > DataMatrix encoder's encoding mode, default to AUTO...ANSIX12 Uses ANSI X12 encoding. ASCII Encodes one alphanumeric or...

    reference.aspose.com/barcode/androidjava/com.as...
  7. HanXinExtCodetextBuilder.AddECI | Aspose.BarCod...

    HanXinExtCodetextBuilder method. Adds codetext fragment in ECI mode...AddECI ( string text , int encoding ) Parameter Type Description...Codetext string encoding Int32 ECI encoding in integer format...

    reference.aspose.com/barcode/net/aspose.barcode...
  8. Saving recognition results|Documentation

    How to get form recognition results in CSV, XML or JSON formats....can optionally specify the encoding (default is UTF-8 ). Aspose...MemoryStream object in the specified encoding with the recognition results...

    docs.aspose.com/omr/net/recognition/save/
  9. get_CodePage() | Aspose.Slides for C++ API Refe...

    Gets Windows codepage ID....get_CodePage() Encoding::get_CodePage() method Gets Windows codepage...virtual int System :: Text :: Encoding :: get_CodePage () Return...

    reference.aspose.com/slides/cpp/system.text/enc...
  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/...