Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 46,428 for

documents

(0.07 sec)
  1. 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...
  2. 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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method 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/java/working-with-m...
  3. 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...
  4. 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...
  5. 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-...
  6. 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...
  7. Search text in Microsoft Office Word documents ...

    This article explains that how to search text from Microsoft Office Word (.doc, .docx) Documents...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...from Microsoft Office Word documents / Search text in Microsoft...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Using Tables of Word Processing Documents as Da...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Word Processing Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report Documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Advanced Usage / Using Documents as Data Source / Using Tables...

    docs.groupdocs.com/assembly/net/using-tables-of...
  9. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...loading of external resources documents Handle loading of external...

    docs.groupdocs.com/parser/net/handle-loading-of...
  10. Phrase Search in Documents using Java

    Learn to perform phrase search in Documents using Java. Explore methods to search Documents by phrases in Java and simplify your document search tasks....Search in Documents using Java Phrase search in documents using Java...applications demanding accurate document retrieval, including research...

    kb.groupdocs.com/search/java/phrase-search-in-d...