Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,088 for

full text search

(0.7 sec)
  1. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (Text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Search Product Solution GroupDocs...It is easy to extract data, text, images and use any GroupDocs...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. Convert TXT to XLSX using Node.js

    Convert TXT to XLSX using Node.js with a fast, offline method. Learn how to export TXT to XLSX in Node.js and automate Text-to-spreadsheet conversion easily....Search Product Family GroupDocs.Parser...the task of transforming plain text data into editable Excel files...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  3. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...Search Product Solution GroupDocs...decrypted back by known key over Search method. GroupDocs.Signature...

    docs.groupdocs.com/signature/java/esign-image-w...
  4. GroupDocs.Signature for .NET 25.12 – 最新更新與修復(20...

    探索 GroupDocs.Signature for .NET 25.12 的新功能。現在可在 NuGet 與 GroupDocs 官方網站上取得。...為 Search 與 Verify 方法加入基於條件式的過濾,使開發者能在耗時的處理前先行篩選簽章。...TextSearchOptions() }; // Filter only text signatures containing "Approved"...

    blog.groupdocs.com/zh-hant/signature/groupdocs-...
  5. Delete QR-code signatures from documents | Grou...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...QrCodeSearchOptions (); // search for QRCode signatures in document...

    docs.groupdocs.com/signature/net/delete-qr-code...
  6. 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....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...Search Product Solution GroupDocs...and corrects text orientation before detecting text. // Assemble...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  8. Use Aspose.OCR for Cloud SDK | GroupDocs

    This article explains that how to use Aspose.OCR for Cloud SDK....Search Product Solution GroupDocs...JToken . Parse ( response . Text )); } catch ( Exception ex )...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  9. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Search Product Solution GroupDocs...PPTX, XLS, XLSX and others. See full list at article. GroupDocs.Redactions...

    docs.groupdocs.com/redaction/net/annotation-red...
  10. HTML | GroupDocs

    This article explains that how to extract HTML formatted Text from document page in Java....Search Product Solution GroupDocs...Working with text / Working with formatted text / HTML HTML Leave...

    docs.groupdocs.com/parser/java/html/