Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 2,702 for

document editing

(0.26 sec)
  1. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....confidential pages from the documents while sharing or finalizing...remove such pages from the PDF document using C# . Requirements may...

    blog.groupdocs.com/categories/groupdocs.merger-...
  2. Removing Selective Chart Series Dynamically | G...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.11 or greater. Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the Document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Column Chart in Microsoft Word Document Creating a Column Chart Practising...

    docs.groupdocs.com/assembly/net/removing-select...
  3. 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...
  4. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Almost any document or image format (including images) can be...how to convert color PDF documents to grayscale JPG and PNG image...

    blog.groupdocs.com/groupdocs.blog/page/23/
  6. Memory optimization option | GroupDocs

    This article explains how to optimize memory utilization when Editing large Word Documents using GroupDocs.Editor for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Memory optimization...

    docs.groupdocs.com/editor/java/memory-optimizat...
  7. Convert DOCX to RTF using Node.js

    Learn how to convert DOCX to RTF using Node.js with GroupDocs.Conversion for seamless Document formatting. Easily export DOCX to RTF in Node.js with simple steps....applications that require flexible document compatibility and cross-platform...simple, universally readable documents. In contrast, RTF (Rich Text...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  8. How to Convert EPUB to PDF using C#

    This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....transforming an ebook file to a non-editable format by consuming one of...of the popular document conversion packages and provides a complete...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word Document with password or change output Document format using GroupDocs.Editor for .NET features....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Output format...

    docs.groupdocs.com/editor/net/output-format-and...
  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...