Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 638 for

characters

(0.37 sec)
  1. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....encryption (at least one character) /// </summary> public int...

    docs.groupdocs.com/signature/net/search-for-emb...
  2. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....encryption (at least one character) /// </summary> public int...

    docs.groupdocs.com/signature/net/search-for-emb...
  3. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....encryption (at least one character) /// </summary> public int...

    docs.groupdocs.com/signature/net/implement-cust...
  4. Это поле seoTitle для технической записи в блог...

    Практическое руководство, показывающее, как извлекать текст из архивов ZIP и RAR с помощью GroupDocs.Parser для .NET. Пошаговые примеры кода, рекурсивная обработка и лучшие практики....Length} characters from {item.FilePath}" );...

    blog.groupdocs.com/ru/parser/extract-text-from-...
  5. חילוץ טקסט מקבצי ZIP/RAR באמצעות GroupDocs.Parser

    מדריך מעשי המציג כיצד לחלץ טקסט מארכיוני ZIP ו‑RAR באמצעות GroupDocs.Parser עבור .NET. דוגמאות קוד שלב‑אחר‑שלב, טיפול רקורסיבי, ושיטות מומלצות....Length} characters from {item.FilePath}" );...

    blog.groupdocs.com/he/parser/extract-text-from-...
  6. Це поле seoTitle для технічного блогу. Витягнен...

    Практичний посібник, що демонструє, як витягувати текст з архівів ZIP і RAR за допомогою GroupDocs.Parser для .NET. Покрокові приклади коду, рекурсивна обробка та кращі практики....Length} characters from {item.FilePath}" );...

    blog.groupdocs.com/uk/parser/extract-text-from-...
  7. Ekstrak Teks dari Arsip ZIP/RAR menggunakan Gro...

    Panduan praktis yang menunjukkan cara mengekstrak teks dari arsip ZIP dan RAR menggunakan GroupDocs.Parser untuk .NET. Contoh kode langkah demi langkah, penanganan rekursif, dan praktik terbaik....Length} characters from {item.FilePath}" );...

    blog.groupdocs.com/id/parser/extract-text-from-...
  8. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....estimated word count, page count, character count, etc. The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....encryption (at least one character) /// </summary> public int...

    docs.groupdocs.com/signature/net/search-embed-n...
  10. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...number, that represents a character set, but PDF and Presentation...

    docs.groupdocs.com/viewer/net/getting-used-fonts/