Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 244 for

encoding

(0.03 sec)
  1. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding Encoding = Encoding....ZipReadNativeMetadat Encoding encoding = Encoding . GetEncoding (...UncompressedSize ); // Use a specific encoding for the file names Console...

    docs.groupdocs.com/metadata/net/working-with-zi...
  2. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API.... Specifies the encoding to be used during loading...document contains several encodings. If specified, each spreadsheet...

    docs.groupdocs.com/conversion/net/load-csv-docu...
  3. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API.... specifies the encoding to be used to load the document... convertOptions ) Specify encoding The following code snippet...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....document contains several encodings. specifies that if text starts...to DateTime. specifies the encoding to be used during loading...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  5. Get List of Indexed Documents using GroupDocs.S...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 18.9. Using the latest version, you can now get the list of indexed documents and document’s text from the index archive. Moreover, you can now save Encodings automatically which were used to extract text from TXT files. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version:...Moreover, you can now save encodings automatically which were used...text can be used to check an encoding that is used for indexing...

    blog.groupdocs.com/search/get-list-of-indexed-d...
  6. Generate Barcode in C# | Add Barcodes to Docume...

    C# barcode generator to electronically sign documents & Images by attaching created barcodes to Word, Excel, PDF, PNG, JPG, WebP files....appearance, and different encoding types. Some of the supported...along with text, appearance, encoding and other properties. Apply...

    blog.groupdocs.com/signature/barcode-generator-...
  7. Generate Barcode in Java | Add Barcodes to Docu...

    Generate barcodes in Java and electronically sign documents & Images by adding barcodes to Word, Excel, PDF, PNG, JPG, WebP files with Java e-Signing API....appearance, and different encoding types. Some of the supported...along with text, appearance, encoding and other properties. Attach...

    blog.groupdocs.com/signature/generate-barcode-i...
  8. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API.... specifies the encoding to be used to load the document...pdf" , options ); Specify encoding The following code snippet...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  9. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....document contains several encodings. Specifies that if text starts...to DateTime. Specifies the encoding to be used during loading...

    docs.groupdocs.com/conversion/java/load-csv-doc...
  10. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage.... Encoding ); Console . WriteLine ( macintoshNameRecord...WriteLine ( unicodeNameRecord . Encoding ); } else { OpenTypeWindowsNameR...

    docs.groupdocs.com/metadata/net/working-with-op...