Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 13,128 for

new

(0.11 sec)
  1. Document conversion are hanging in 24.1 Version...

    HI We are in middle of upgrading our jar of 22.8.1 to 24.1 of Groupdocs conversion . Recently when we tried deploying our wars into our servers even simple conversions are hanging as threads are in hanging state for ver…...8:38am 3 2 posts were split to a new topic: JPG to PNG and Tiff conversion...converter = new Converter(); PdfConvertOptions options = new PdfConvertOptions();...

    forum.groupdocs.com/t/document-conversion-are-h...
  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 MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputMov...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/numeric-range-sea...
  4. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageReadFileFormatP try ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. Bug Fix on GroupDocs Blog | Document Automation...

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

    blog.groupdocs.com/fa/tag/bug-fix/index.xml
  6. How to Run Examples | GroupDocs

    Run GroupDocs.Comparison for .NET examples from scratch, from the GitHub back-end examples project, or using MVC, WebForms, or Docker sample applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...Studio and navigate to File -> New -> Project . Select the appropriate...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  7. Maven on GroupDocs Blog | Document Automation S...

    Maven on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Maven on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Tot......Öne Çıkanları Explore what’s new in GroupDocs.Total for Java 25...

    blog.groupdocs.com/tr/tag/maven/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. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/document-...
  10. EditableDocument get html with inline styles - ...

    Hi, I am working with EditableDocument to get the complete html as string, I can see that the style is created on the head tag, Is possible to get the full html content but with inside styles?, example: <td style="widt…...Editor editor = new Editor(inputFilePath, new WordProcessingLoadOp());...editableDocument = editor.edit(new WordProcessingEditOp()); // Get...

    forum.groupdocs.com/t/editabledocument-get-html...