Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 3,938 for

editing

(0.15 sec)
  1. Add annotation to the document | GroupDocs

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....a group of collaborators to edit and review documents in a quick...

    docs.groupdocs.com/annotation/net/add-annotatio...
  2. GroupDocs.Editor Product Family on GroupDocs Bl...

    GroupDocs.Editor Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Editor Product Family on GroupDocs Blog | Document Automatio......قالب های مختلف با استفاده از Editing Java API ذخیره کنید. ویرایش...

    blog.groupdocs.com/fa/categories/groupdocs.edit...
  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...

    blog.groupdocs.com/total/celebrate-new-year-25-...
  4. Convertir XLSX a DOCX usando Node.js

    Aprenda rápidamente a convertir XLSX a DOCX con Node.js sin necesidad de instalar software adicional. Este tema contiene los pasos y el código para exportar XLSX a DOCX en Node.js....en un formato profesional y editable. Siguiendo los pasos descritos...

    kb.groupdocs.com/es/conversion/nodejs/convert-x...
  5. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  6. 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/net/handling-metada...
  7. Chart Series Coloring in Word Processing Docume...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Word Processing 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 Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Worksheet template to your document Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/java/chart-series-c...
  8. Java'da XML Dosyaları Nasıl Düzenlenir | XML Dü...

    Java uygulamalarınızdaki XML verilerini düzenleyin veya güncelleyin. Editing Java API kullanarak XML dosyalarını değiştirin ve değişiklikleri çeşitli biçimlerde kaydedin....edit(editOptions); // XML'i düzenle...

    blog.groupdocs.com/tr/editor/edit-xml-files-in-...
  9. GroupDocs Blog | Document Automation Solutions ...

    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....Microsoft e permite que você crie e edite documentos contendo itens ou...

    blog.groupdocs.com/pt/page/34/
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...