Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 39,115 for

documents

(0.05 sec)
  1. Presentation Viewer – Open & Read PPT, PPTX Fil...

    Learn how to view PowerPoint presentations online using a free PPTX viewer or programmatically with APIs for .NET, Java, Python, and Node.js....great solution for integrating document viewing into ASP.NET, Windows...apps. It’s ideal for building document viewing functionality in enterprise...

    blog.groupdocs.com/viewer/view-powerpoint-prese...
  2. Image file Annotation with GroupDocs.Annotation...

    GroupDocs team is excited to announce another amazing monthly release where new document format is added in supported format list, Now Image file Annotation is also introduced. The latest GroupDocs.Annotation for .NET provides support all major annotation types like (Text, Area, Point, Watermark, Strikeout Annotations etc) for Image file along with improvements and fixes. We recommend that download the latest API release to add new exciting features and enhance your application with GroupDocs....monthly release where new document format is added in supported...Text Strikeout Annotation Document Annotation API - Improvements...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  3. Cancel All Operations in IndexRepository using ...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.8. Using the latest version, you can now cancel all operations in IndexRepository. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version: Breaking functionality for Index Repository ClassUsing the latest version you can now cancel the operations in all indexes in the index repository....of operations with large documents, the breaking can take about...feature, please visit this documentation article. Available Channels...

    blog.groupdocs.com/search/cancel-all-operations...
  4. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.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.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save overwriting original...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Optimize a PDF file for a browser | Documentation

    Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. Optimize the PDF file resources | Documentation

    Reduce PDF file size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output files....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...you to generate preview for documents using custom fonts. To do...

    docs.groupdocs.com/annotation/net/loading-custo...
  8. Optimize spreadsheets in a PDF file | Documenta...

    Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. GroupDocs.Assembly for .NET | Documentation

    Home Note Welcome to the GroupDocs.Assembly for .NETGroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom Documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly for .NET Resources Following are the links to some useful resources you may need to accomplish your tasks....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...NETGroupDocs.Assembly for .NET is a document automation and reports generation...

    docs.groupdocs.com/assembly/net/
  10. Support for Diagrams in GroupDocs.Merger

    GroupDocs.Merger now supports diagram formats such as VSDFX, VSDM, VSSX, VSSM and VTX . It allows you to swap, rotate or trim pages in diagrams. Apart for that, you can also set or remove password protection of diagrams. This API comes in both Java and .NET platforms and could be integrated in any your .NET or Java application without any dependency. Features for Diagrams Format Swap Pages: This feature allows you to exchange the position of two pages in the document....position of two pages in the document. Following are the lines of...position of the pages within the document. Following are the lines of...

    blog.groupdocs.com/merger/support-for-diagrams-...