Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 47,032 for

documents

(0.14 sec)
  1. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Render Word documents as Clean HTML in Java | M...

    Render the Word DOC/DOCX Documents to minified HTML in Java. View or convert the Word files with embedded or external resources within the applications....discusses how to render Word documents to minified HTML in Java ...GroupDocs.Viewer showcases a document viewing API that allows rendering...

    blog.groupdocs.com/viewer/render-word-documents...
  3. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing Documents, spreadsheets, presentations, ebooks, emails, markup Documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....to be one of the powerful document parser APIs. It allows parsing...formats of word processing documents, spreadsheets, presentations...

    blog.groupdocs.com/parser/extract-text-and-meta...
  4. 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....be applied to any of your documents as well as images using Java...for Java Apply Barcode to documents in Java Apply Barcode to images...

    blog.groupdocs.com/signature/generate-barcode-i...
  5. Annotate PDF and Other Documents Online in Drup...

    We’re excited to announce the launch of the GroupDocs Annotation plugin for Drupal. The plugin lets you embed Documents into Drupal webpages to review and annotate them through a browser. So, annotate PDF or other files online and enjoy the benefits of collaborative review. GroupDocs Annotation is a web-based application used to share and review Documents. Different annotation options allows you to make comments or suggestions in different ways. From strikeouts to ‘point notes’, comments and drawings, GroupDocs Annotation lets you add your feedback in a way that suits you....The plugin lets you embed documents into Drupal webpages to review...used to share and review documents. Different annotation options...

    blog.groupdocs.com/annotation/annotate-pdf-or-o...
  6. Generate QR Codes in Java | Sign Documents and ...

    Electronically sign Documents and Images by generating QR codes in Java. Add QR Code in Word, Excel, PDF, PNG, JPG, WebP files using API for signatures....electronically sign your documents and images. Here are the quick...Generate QR code and Add to Documents in Java Generate and Add QR...

    blog.groupdocs.com/signature/generate-qr-codes-...
  7. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST Documents to different format based on content type using GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...options by document family / Convert PST or OST documents to different...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  8. Phrase Search in Documents using C#

    Learn how to perform phrase search in Documents using C#. Discover techniques to search Documents by phrases in C# and streamline your document search processes....Search in Documents using C# Phrase search in documents using C#...specific phrases within indexed documents. This feature is particularly...

    kb.groupdocs.com/search/net/phrase-search-in-do...
  9. Add watermarks to PDF documents | GroupDocs

    The watermarking API allows you to add watermarks to PDF Documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product.../ To PDF documents Add watermarks to PDF documents Leave feedback...

    docs.groupdocs.com/watermark/net/add-watermarks...
  10. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

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