Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 2,902 for

document editing

(0.06 sec)
  1. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word Document when Editing with GroupDocs.Editor for Python via .NET API....Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Font extraction...

    docs.groupdocs.com/editor/python-net/font-extra...
  2. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\test.ppt" using...

    docs.groupdocs.com/metadata/net/save-a-modified...
  3. save-document-outputs.zip

    edited-Document.docm edited-Document.rtf Title of the edited Document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double s......edited-document.docm edited-document.rtf Title of the edited...edited document Subtitle #1 Text is normal, then bold, then italic...

    docs.groupdocs.com/editor/python-net/_output_fi...
  4. 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...
  5. 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...
  6. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet Document Extract the root metadata package Use the getSpreadsheetType 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...
  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. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert Documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with page size, margins, DPI and other customizations using GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Converting / Conversion options by document family / Convert to WordProcessing...

    docs.groupdocs.com/conversion/net/convert-to-wo...
  9. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed or insert Document OLE objects in Word Documents, Excel Spreadsheets, or Powerpoint presentations programmatically in C# using .NET API....allows you to create and edit documents containing items or objects...clips as OLE objects in a Word document. You can use these OLE objects...

    blog.groupdocs.com/merger/insert-ole-objects-in...
  10. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word Document using locale info, apply spell-checkers to a Document content written in different languages using GroupDocs.Editor for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Enabling language...

    docs.groupdocs.com/editor/java/enabling-languag...