Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 48,379 for

documents

(2.56 sec)
  1. Insert Hyperlinks Dynamically in Documents usin...

    GroupDocs team is releasing new features in the monthly release of GroupDocs.Assembly for .NET 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation, and Email Documents. We recommend to install and use the latest version of the API. How to Insert Hyperlinks to Reports using Link Tag in C# Using GroupDocs.Assembly for .NET 18.7, you can now insert hyperlinks to your reports dynamically using link tags.... Presentation, and Email documents. We recommend to install and...Assembly using NuGet Documentation - API Documentation Examples/Plugins/Showcases...

    blog.groupdocs.com/assembly/insert-hyperlinks-d...
  2. Sign Pdf documents with special appearance | Gr...

     This article explains how to use PDF digital electronic signature features on document page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Pdf documents with special appearance Sign Pdf documents with...

    docs.groupdocs.com/signature/java/sign-pdf-docu...
  3. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Using Signature Appearances...

    docs.groupdocs.com/signature/net/sign-documents...
  4. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word Documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...from Microsoft Office Word documents / Extract metadata from Microsoft...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. 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...
  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....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...
  7. 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...
  8. Load Image Documents with Options | GroupDocs

    Learn how to use ImageLoadOptions to configure image document loading in GroupDocs.Conversion for .NET. Control format specification, font handling, and more....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load Image Documents with Options...

    docs.groupdocs.com/conversion/net/load-image-do...
  9. Sign PDF Documents with Text Signature using Gr...

    Considering the extensibility of the API, team GroupDocs is pleased to announce another monthly release of GroupDocs.Signature for Java 17.4.0. This release comes with multitude of new features, improvements and bug fixes. Now, GroupDocs.Signature for Java developers can sign PDF Documents with text signature as sticker. Furthermore, API permits developers to rotate Text or Image signature appearance. We would recommend you to download the new release and evaluate the exciting features to enhance document signature experience....Java developers can sign PDF documents with text signature as sticker...exciting features to enhance document signature experience. GroupDocs...

    blog.groupdocs.com/signature/introducing-groupd...
  10. Using Tables of Presentation Documents as Data ...

    Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection 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.pptx Template Using Presentation as Table of Data.pptx The Code...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Advanced Usage / Using Documents as Data Source / Using Tables...

    docs.groupdocs.com/assembly/java/using-tables-o...