Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 2,646 for

product comparison examples

(0.04 sec)
  1. Load document from local disk | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/annotation/java/load-documen...
  2. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks Java API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/watermark/java/load-from-loc...
  4. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/viewer/java/replace-missing-...
  5. Retrieve the document information | Documentation

    Access document properties and supported formats with GroupDocs.Viewer for Python....Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/viewer/python-net/retrieving...
  6. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/merger/net/add-password-to-p...
  7. Working with List Reports - Bulleted | Document...

    The Bulleted List As per wikipedia, a Bulleted List can be described as: In typography, a bullet ( • ) is a typographical symbol or glyph used to introduce items in a list. For example: Item 1 Item 2 Item 3 For more information, please visit wikipedia article. Articles in this section...Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/assembly/net/working-with-li...
  8. Load from stream | Documentation

    This article explains how to load from stream while using GroupDocs. Watermarks API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/watermark/net/load-from-stream/
  9. Get supported file formats | Documentation

    This page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/annotation/java/get-supporte...
  10. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...Viewer Product Solution GroupDocs.Annotation Product Solution...

    docs.groupdocs.com/viewer/net/rendering-documents/