Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 12,279 for

new

(0.3 sec)
  1. Edit PDF | GroupDocs

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); loadOptions...

    docs.groupdocs.com/editor/net/edit-pdf/
  2. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . MP3WithLyrics...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  3. Evaluation Limitations and Licensing | GroupDocs

    Note GroupDocs.Metadata also works without the license in trial mode with certain limitations Evaluation version limitations You can easily download GroupDocs.Metadata for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license. API Limitations Document properties (Pdf, Word, Excel, PowerPoint, Visio, etc) Only first 5 properties can be read XMP API Only first 2 XMP schemes can be read EXIF API GPS IFD and image thumbnail are unavailable Only first 5 properties can be read IPTC API Only first 5 properties can be read Id3v2, Lyrics3, APEv2 tags Only first 5 properties can be read QuickTime atoms Only first 5 atoms can be read File open Open maximum 15 files, otherwise, API throws exception File save Not supported in trial mode Licensing The license file contains details such as the product name, number of developers it is licensed to, subscription expiry date and so on....Consulting Blog Knowledge Base New Releases Status Websites aspose...initialize License License lic = new License (); // apply license...

    docs.groupdocs.com/metadata/java/evaluation-lim...
  4. GroupDocs.Total for Java 25.10 – 最新更新與修復(2025年10月)

    探索 GroupDocs.Total for Java 25.10 的新功能。現在已在 NuGet 和 GroupDocs 網站上提供。...發行亮點 Table of Contents What’s new in this release How to obtain...dependency management. What’s new in this release # The following...

    blog.groupdocs.com/zh-hant/total/groupdocs-tota...
  5. Load document from stream | GroupDocs

    This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...readStream ) const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  6. Add image annotation | GroupDocs

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( "input.pdf" )){ ImageAnnotation...

    docs.groupdocs.com/annotation/java/add-image-an...
  7. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...loadOptions = new LoadOptions (); Signature signature = new Signature...

    docs.groupdocs.com/signature/java/searching-for...
  8. Advanced search for Form Field signatures | Gro...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/advanced-sear...
  9. GroupDocs.Conversion on GroupDocs Blog | Docume...

    GroupDocs.Conversion on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion on GroupDocs Blog | Document Automation Solutions for .NET &......انتشار دسامبر ۲۰۲۵ Explore what’s new in GroupDocs.Conversion for Python...انتشار نوامبر 2025 Explore what’s new in GroupDocs.Conversion for Node...

    blog.groupdocs.com/fa/tag/groupdocs.conversion/...
  10. Load from local disc | GroupDocs

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose...disc: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/load-from-loc...