Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 34,265 for

annotation

(0.28 sec)
  1. Common List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: The report must be generated in the Text Document format Adding Syntax to be evaluated by GroupDocs....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/common-list-in-...
  2. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/get-supported...
  3. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. Advanced Usage | GroupDocs

    Advanced GroupDocs.Metadata for Python via .NET techniques: loading and saving options, property management, interpreted values, and the EXIF, IPTC, and XMP metadata standards....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/advanced...
  5. Use Cases | GroupDocs

    Explore real-world use cases for GroupDocs.Metadata for .NET, such as extracting metadata from PDFs and detecting PDF/A conformance....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/use-cases/
  6. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for Node.js in your Java applications....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  7. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/rendering-docume...
  8. Get supported file formats | GroupDocs

    Enumerate all file formats supported by GroupDocs.Comparison for .NET at runtime using FileType.GetSupportedFileTypes() — get extension and MIME type for each supported format....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/get-supported...
  9. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/load-from-loca...
  10. Save document to the specified stream | GroupDocs

    This article explains how to save document to the specified stream while using GroupDocs. Watermarks API....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/save-document-...