Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 2,479 for

document editing

(0.08 sec)
  1. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getDiagramType 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. Remove Annotations from XLSX using C#

    Quickly learn how to remove annotations from XLSX using C#. Additionally, you will find a code example showing how to delete annotations in XLSX using C#....context or feedback within a document. While these annotations can...useful for collaboration and documentation purposes, they may also...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  3. Celebrate New Year with 25% Off GroupDocs.Total...

    Share this issue: Monthly NewsletterJanuary 2018 Hurry! Offer ends January 31st Get 25% off GroupDocs.Total for .NET and Java. Quote HOL2017WBS when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers. Product News New Product Launched: GroupDocs.Metadata for Java GroupDocs.Metadata is a Java metadata management API that empowers Java developers to perform all useful metadata operations (view, add, modify, remove, compare, search and remove) of popular file formats....Furthermore, we have added features to edit Excel objects that can be considered...details here . Compare OneNote Documents with Tables in .NET Applications...

    blog.groupdocs.com/total/celebrate-new-year-25-...
  4. GroupDocs.Assembly for .NET 19.8 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 19.8 Major Features Supported saving of assembled Markdown Documents to Word Processing formats and saving of assembled Word Processing Documents and emails to Markdown. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-125  Support saving of assembled Markdown Documents to Word Processing formats  Feature  ASSEMBLYNET-126  Support saving of assembled Word Processing Documents to Markdown  Feature  ASSEMBLYNET-127  Support saving of assembled emails to Markdown  Feature  This section lists public API changes that were introduced in GroupDocs....Security Events Acquisition Edit GroupDocs.Assembly for .NET...saving of assembled Markdown documents to Word Processing formats...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  5. Pagination information is lost when editor save...

    Licensing-Agreement.docx (43.0 KB) If we save Document using java editor api of groupdocs. it lost pagination information whether in header or footer. Please check attached Document We used editor 24.9 (which is latest…...is lost when editor save documente GroupDocs.Editor Product Family...docx (43.0 KB) If we save document using java editor api of groupdocs...

    forum.groupdocs.com/t/pagination-information-is...
  6. Convert TXT to DOCX using Node.js

    Easily convert TXT to DOCX using Node.js with this simple guide. Learn how to export TXT to DOCX in Node.js using a powerful Document conversion library....js In the world of document automation, converting file...content into structured Word documents for formal use or reporting...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  7. Working with metadata in PDF documents | Docume...

    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...
  8. Save a modified file to a specified location | ...

    This article shows how to save a Document to a specified location on a local disk...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...example shows how to save a document to a specified location on...

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. Remove Annotations from DOCX using Java

    Discover how to efficiently remove annotations from DOCX using Java. You'll also find an example that demonstrates how to delete annotations in DOCX using Java....changes, can sometimes make documents appear cluttered, particularly...present a clean and professional document, it’s often necessary to remove...

    kb.groupdocs.com/redaction/java/remove-annotati...
  10. Convert JPG to DOCX using Java

    By following this tutorial, you will acquire the skills to convert JPG to DOCX using Java. We will provide you the code to seamlessly export JPG to DOCX using Java....using Java In the domain of document processing, particular instances...images into a comprehensive document management and processing...

    kb.groupdocs.com/conversion/java/convert-jpg-to...