Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 4,666 for

as

(0.33 sec)
  1. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java.

    docs.groupdocs.com/search/nodejs-java/spelling-...
  2. How to Convert DOCX to DOC using Java

    In this article, you will explore how to convert DOCX to DOC using Java without installing extra software. Also, we will provide the code to export DOCX to DOC in Java....In this article, you will explore how to convert DOCX to DOC using Java without installing extra software. Also, we will provide the code to export DOCX to DOC in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Convert ODT to HTML using Java

    Let's learn how to convert ODT to HTML using Java without installing any extra software. Also, write code example to export ODT to HTML in Java using conversion library....Let's learn how to convert ODT to HTML using Java without installing any extra software. Also, write code example to export ODT to HTML in Java using conversion library.

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/nodejs-java/load-...
  5. GroupDocs.Total for .NET 25.9 – 最新更新和修复(2025年10月)

    探索 GroupDocs.Total for .NET 25.9 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...探索 GroupDocs.Total for .NET 25.9 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。

    blog.groupdocs.com/zh/total/groupdocs-total-for...
  6. Sign Documents with Digital Certificate using C...

    Electronically sign Word & PDF files with digital certificate in C# using .NET API for electronic signatures. Change the appearance of digital signatures....Electronically sign Word & PDF files with digital certificate in C# using .NET API for electronic signatures. Change the appearance of digital signatures.

    blog.groupdocs.com/signature/sign-documents-wit...
  7. Releasing Modern Web-Form Front End for GroupDo...

    Good news for AsP.NET Web-Form developers, we are proudly announcing the first releAse of our modern Web-Form bAsed user interface for GroupDocs.Viewer for .NET API. This new releAse is simple, efficient and, user friendly showcAse project. We would recommend you to clone this showcAse project from GitHub and provide you valuable feedback. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel hAs been completely revamped using Material Design....Good news for ASP.NET Web-Form developers, we are proudly announcing the first release of our modern Web-Form based user interface for GroupDocs.Viewer for .NET API. This new release is simple, efficient and, user friendly showcase project. We would recommend you to clone this showcase project from GitHub and provide you valuable feedback. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design.

    blog.groupdocs.com/viewer/releasing-modern-web-...
  8. Compare Images in Java to Highlight Differences...

    Programmatically compare your photos and images in Java. Image comparison of JPG, PNG, GIF, BMP, DICOM and other images within your Java applications....Programmatically compare your photos and images in Java. Image comparison of JPG, PNG, GIF, BMP, DICOM and other images within your Java applications.

    blog.groupdocs.com/comparison/compare-images-in...
  9. Hotfix to Improve Security in GroupDocs.Signatu...

    At GroupDocs, we are always been improving our APIs to meet the requirements of our customers. Therefore, we are pleAsed to announce GroupDocs.Signature for .NET 18.7.1. This hotfix comes with a security improvement, therefore, we recommend you to download this latest releAse for a better document e-signing experience. Improvements Security improvements update You can visit the complete releAse notes here. Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....At GroupDocs, we are always been improving our APIs to meet the requirements of our customers. Therefore, we are pleased to announce GroupDocs.Signature for .NET 18.7.1. This hotfix comes with a security improvement, therefore, we recommend you to download this latest release for a better document e-signing experience. Improvements Security improvements update You can visit the complete release notes here. Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/signature/groupdocs-signatur...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, pleAse use the getDocumentProperties method defined in the DocumentRootPackage clAss....Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.

    docs.groupdocs.com/metadata/java/working-with-m...