Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 3,850 for

editing

(0.04 sec)
  1. Groupdocs.Blogs on GroupDocs Blog | Document Au...

    Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve...... Edit Metadata in Node.js Applications...metadata eBook EPUB menggunakan C#. Edit properti khusus EPUB dan item...

    blog.groupdocs.com/id/groupdocs.blog/index.xml
  2. Upravit soubory XML | Online editace a programa...

    Objevte efektivní způsoby úpravy souborů XML. Buď upravujte soubory XML online, nebo to proveďte programově pomocí C# a Java....Edit(editOptions)) { // Upravit cokoliv...EditableDocument beforeEdit = editor.edit(editOptions); // Upravit XML...

    blog.groupdocs.com/cs/editor/edit-xml-files/
  3. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....view of the plugin’s edit list and edit view pages, we use the...folder/views/edit.view.php and plugin root folder/views/edit.list.php...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  4. Editor de metadados EPUB – Visualizar e editar ...

    Descubra maneiras de visualizar e editar metadados EPUB. Edite metadados EPUB online ou faça isso programaticamente usando C# e Java.... Visualize e edite metadados EPUB facilmente online...arquivo na área designada. Edite as propriedades de metadados...

    blog.groupdocs.com/pt/metadata/view-edit-epub-m...
  5. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....format-specific properties to extract or edit metadata System . out . println...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  6. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....application into currently edited documents. For example Excel...be embedded into documents edited in a word processor and so...

    docs.groupdocs.com/merger/java/add-document-to-...
  7. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....allowing for feedback, notes, and edits to be marked directly on the...include comments, notes, or edits that were meant only for internal...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  8. Modifier des documents Word en C# | Créez votre...

    L'édition de documents Word est expliquée avec des exemples C # pour éditer des fichiers DOC, DOCX, ODT dans votre application .NET à l'aide de l'API d'édition de documents....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Enregistrez...

    blog.groupdocs.com/fr/editor/edit-word-document...
  9. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....loadOptions )) { // Extract, edit or remove metadata here } More...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/load-a-password...
  10. Excel-bestanden bewerken in Java | Bouw uw onli...

    Bewerk Excel-bestanden (XLS, XLSX, ODS) met uw Java-toepassing. Voorbeelden om spreadsheets te bewerken met Java API voor het bewerken van spreadsheets en documenten....het Bewerkbare document op met edit() . U kunt de inhoud van het...EditableDocument firstTab = editor.edit(editOptions); String bodyContent...

    blog.groupdocs.com/nl/editor/edit-excel-files-i...