Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 21,633 for

edit

(0.05 sec)
  1. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others.... edit EXIF data of an image or act...example demonstrates how to edit exif data (erase them) from...

    docs.groupdocs.com/redaction/net/image-redactions/
  2. convert file

    convert file,Failed to convert HTML file - Free Support Forum - groupdocs.com,file converter,Convert a JPEG file to PSD programmatically in C#,REST APIs for...APIs for developers to create, edit, and c... The REST APIs of Aspose...and Java applications to view, edit, annotate, Convert , compare...

    search.groupdocs.com/q/Convert-File.html
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Groupdocs API References – GroupDocs.Annotation.Models.FormatSpecificComponents.Pdf https://reference.groupdocs.com/annotation/net/groupdocs.annotation.models.format......Annotation DO NOT EDIT: generated by xmldocmd for GroupDocs...GroupDocs.Annotation DO NOT EDIT: generated by xmldocmd for GroupDocs...

    reference.groupdocs.com/annotation/net/groupdoc...
  4. Encountered an error when saving document in Ed...

    Hello, I encounter an error when saving the docs in the Editor Demo for .NET Webform, downloading from github. Can you please help me take a look of this error? image.png (47.9 KB) Regards, WK...specify what kind of changes/editing you performed? We’ll appreciate...before edit.PNG (47.5 KB) after edit.PNG (37.0 KB) after edit 2.PNG...

    forum.groupdocs.com/t/encountered-an-error-when...
  5. Editing Documents in Multi-threaded Environment...

    post. Tagged with net, api, groupdocs, Editor.... Report Abuse Editing different types of documents...document editing features plus the document we wish to edit is all...

    dev.to/groupdocs/editing-documents-in-multi-thr...
  6. Updating credentials from the macOS Keychain - ...

    You'll need to update your saved credentials in the git-credential-osxkeychain helper if you change your username, password, or personal access token on GitHub.... Edit or delete the entry accordingly...

    docs.github.com/en/get-started/getting-started-...
  7. Organizing members into teams - GitHub Docs

    You can group organization members into teams that reflect your company or group's structure with cascading access permissions and mentions....and organization owners can edit the name and description of...

    docs.github.com/en/organizations/organizing-mem...
  8. Rearrange PDF Pages using C# | Organize with .N...

    Reorder the pages of PDF files using C#. The running example shows how to correct the sequence of unordered PDF pages within the .NET application....most of the time we can not edit the PDF files. When we merge...

    blog.groupdocs.com/merger/move-pdf-pages-using-...
  9. Document Automation APIs on Tumblr - #java

    Posts tagged with #java... Read write and edit PDF Images PSD Autocad EMF AVI...Cloud Newsletter October 2018 edition is now live, bringing together...

    www.tumblr.com/groupdocscom/tagged/java
  10. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/getting-known-...