Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 5,481 for

values

(1.29 sec)
  1. Load document from stream | GroupDocs

    This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/load-document-fro...
  2. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Node.js via Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/nodejs-java/change-pa...
  3. GroupDocs.Signature Product Family | GroupDocs

    Use GroupDocs.Signature libraries to e-Sign documents with different signature types, protect documents with digital certificates, generate QR Codes and barcodes using C# or Java languages.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/
  4. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/load-password...
  5. Developer Guide | GroupDocs

    Step-by-step, runnable code examples for redacting text, metadata, images, annotations, and pages, loading and saving documents, rasterizing to PDF, and applying redaction policies with GroupDocs.Redaction for Python via .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/python-net/develop...
  6. Indexing | GroupDocs

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/indexing/
  7. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/features-overv...
  8. Read metadata properties from glTF file

    Learn how to read metadata properties from glTF file...the property name, type, and value. // Read glTF properties using...

    blog.groupdocs.com/metadata/read-gltf/
  9. Add Text Redaction Annotation using Java Annota...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of Java Annotation API v18.4. Using this latest version, now users can import distance annotation for Words and also able to add text redaction annotation in Slides. Aside this, multitude fixes and improvements are also introduced in this release. We therefore recommend you to download this latest release for a better API experience....annotation in Slides Opacity value for import in Diagrams Import...

    blog.groupdocs.com/annotation/java-annotation-a...
  10. Extract text from Microsoft Office PowerPoint p...

    This article explains that how to extract text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...GetText method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-text-from...