Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 3,222 for

conholdate

(0.05 sec)
  1. Convert publisher formats | Documentation

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for Java....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/conversion/java/convert/publ...
  2. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/select-specif...
  3. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/net/extend-support...
  4. Load from URL | Documentation

    Load documents from URLs in Python using GroupDocs.Viewer. This example demonstrates the process....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/python-net/load-docum...
  5. GroupDocs.Metadata Product Family | Documentation

    Excellent component that empowers your C#, ASP.NET, and other .NET applications. It helps developers to read, write, edit and remove meta information from all popular document file formats. Documentation .NET Java Node.js Python GroupDocs.Metadata for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .NET code examples Open-source projects for APIs example usage GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/
  6. HTML | Documentation

    This article explains that how to extract HTML formatted text from document page in Java....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/html/
  7. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/java/getting-known-...
  10. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/python-net/get-docu...