Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 12,851 for

new

(1.85 sec)
  1. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = New Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Consulting Blog Knowledge Base New Releases Status Websites aspose...Jpeg2000ReadComments try ( Metadata metadata = new Metadata ( Constants . InputJpeg2000...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with metadata in MOV files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...MovReadQuickTimeAtom try ( Metadata metadata = new Metadata ( Constants . InputMov...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Save image as base64 | GroupDocs

    The listed articles below explain how to embed images as Base64 strings directly in the Markdown....Consulting Blog Knowledge Base New Releases Status Websites aspose...set image_export_strategy to a new ExportImagesAsBase64 : base64_explicit...

    docs.groupdocs.com/markdown/python-net/as-base6...
  4. Comparison pdf view bold characters - Free Supp...

    hello, im using your Comparison .Net Ui product, when i try to compare two pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.pdf (20.…...We have opened the following new ticket(s) in our internal issue...1; using (Comparer comparer = new Comparer(source)) { IDocumentInfo...

    forum.groupdocs.com/t/comparison-pdf-view-bold-...
  5. AI Watermarking: Protect Documents with Context...

    Discover how to protect documents with AI-powered watermarks using GroupDocs.Watermark. Learn to add, create, and customize watermarks automatically for enhanced document security and content protection....using (Watermarker watermarker = new Watermarker(filePath)) { IDocumentInfo...any extra explanation. throw new NotImplementedExcept( "Integrate...

    blog.groupdocs.com/watermark/ai-driven-dynamic-...
  6. POTM on GroupDocs Blog | Document Automation So...

    POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Redac......انتشار دسامبر 2025 Explore what’s new in GroupDocs.Redaction for Java...

    blog.groupdocs.com/fa/tag/potm/index.xml
  7. ImageSignature on GroupDocs Blog | Document Aut...

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

    blog.groupdocs.com/fa/tag/imagesignature/index.xml
  8. GroupDocs.Annotation on GroupDocs Blog | Docume...

    GroupDocs.Annotation on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Annotation on GroupDocs Blog | Document Automation Solutions for .NET &......انتشار نوامبر 2025 Explore what’s new in GroupDocs.Annotation for ...

    blog.groupdocs.com/fa/tag/groupdocs.annotation/...
  9. Barcode on GroupDocs Blog | Document Automation...

    Barcode on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Barcode on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs......انتشار دسامبر 2025 Explore what’s new in GroupDocs.Assembly for .NET...

    blog.groupdocs.com/fa/tag/barcode/index.xml
  10. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Consulting Blog Knowledge Base New Releases Status Websites aspose...06/15/2001. SearchOptions options = new SearchOptions (); // Creating...

    docs.groupdocs.com/search/java/build-search-query/