Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 4,268 for

editing

(0.18 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/nodejs-java/working...
  2. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/handling-metad...
  3. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Editor can edit. You can use the input below...

    docs.groupdocs.com/editor/net/supported-documen...
  4. Cách chỉnh sửa tệp XML bằng C# | Chỉnh sửa XML ...

    Chỉnh sửa hoặc cập nhật dữ liệu XML của bạn theo chương trình trong các ứng dụng .NET của bạn bằng C#. Sửa đổi các tệp XML và lưu các thay đổi ở các định dạng khác nhau....Edit(editOptions)) { // chỉnh sửa...

    blog.groupdocs.com/vi/editor/edit-xml-files-usi...
  5. GroupDocs.Editor for Python 26.5 – HTML ラウンドトリッ...

    GroupDocs.Editor for Python のバージョン 26.5 は、HTML ラウンドトリップ編集、Pythonic API、拡張されたマルチフォーマット処理、AI に優しいドキュメントを提供します。pip でインストールしてください。...Editor — エントリーポイント;パスまたはストリームで開き、 edit() 、 save() 、 get_document_info()...PresentationLoadOpti 、 PdfLoadOptions Edit : WordProcessingEditOp 、 SpreadsheetEditOptio...

    blog.groupdocs.com/ja/editor/groupdocs-editor-f...
  6. GroupDocs.Annotation .NET Python-Integration | ...

    Erfahren Sie, wie Sie GroupDocs.Annotation für .NET mit Python über pythonnet integrieren. Beherrschen Sie zwei bewährte Methoden zur Lösung von Problemen beim Laden von Assemblies, inklusive vollständiger Codebeispiele für wrapperbasierte und reflektionsbasierte Annotationsansätze....Dokumenten‑Review & kollaboratives Editing Rechtskanzleien: Verträge,...Publishing‑Workflows Verlage: Kollaboratives Editing und Review von Manuskripten...

    blog.groupdocs.com/de/annotation/python-integra...
  7. Integrazione Python di GroupDocs.Annotation .NE...

    Impara a integrare GroupDocs.Annotation per .NET con Python usando pythonnet. Padroneggia due metodi comprovati per risolvere le sfide di caricamento degli assembly, con esempi di codice completi per approcci di annotazione basati su wrapper e su reflection....Enterprise # Revisione Documenti & Editing Collaborativo Studi legali...Editoriali Case editrici : Editing collaborativo e revisione di...

    blog.groupdocs.com/it/annotation/python-integra...
  8. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/nodejs-java/working...
  9. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-ca...
  10. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Word Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Word 2013....OpenOffice) available to create, open, edit and save this format. For more...

    docs.groupdocs.com/assembly/net/in-table-list-w...