Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 2,701 for

one

(0.04 sec)
  1. Features overview | GroupDocs

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into One, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....Join two or more documents into one document, join specific pages...

    docs.groupdocs.com/merger/python-net/features-o...
  2. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...the same name as the original one except its extension (.PDF)....

    docs.groupdocs.com/redaction/net/save-with-defa...
  3. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats.... Call one of the method overloads to convert...format. Use the method to select one of the predefined page sizes...

    docs.groupdocs.com/viewer/java/render-ms-projec...
  4. System requirements | GroupDocs

    GroupDocs.Conversion for .NET can be used on any operating system where the .NET framework is installed...NET just follow one of the ways as described in the...

    docs.groupdocs.com/conversion/net/system-requir...
  5. Compare Markdown documents | GroupDocs

    Learn how to compare Markdown (.md) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight differences between Markdown files with simple Python code.... Add one or more target Markdown files...

    docs.groupdocs.com/comparison/python-net/compar...
  6. How to change the maximum size of a file | Grou...

    This article shows how to change the maximum size of a file....may get errors similar to the one below: error: error reading /home/jenkins/...

    docs.groupdocs.com/viewer/java/how-to-change-ma...
  7. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only One method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....The interface contains only one method, AcceptRedaction, which...

    docs.groupdocs.com/redaction/java/use-redaction...
  8. Improved Performance introduced in GroupDocs.Co...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Comparison for .NET 16.11.0 API along with Improved Performance ,new features and fixes. Major changes are dOne for Presentation document format and introduced enhanced Support for advanced Visual Basic Scripts and detection of Picture Frames.In this monthly release 3 new feature are introduced along with 4 improvements and 3 Bug fixes. Download the latest GroupDocs.Comparison for .NET API to implement the new and improved features....different document than the one that created this node for Words...

    blog.groupdocs.com/comparison/groupdocs-compari...
  9. Control documents comparison sensitivity in Java

    Document comparison is One of the most common procedure that is practiced almost in all of the digital businesses. And the objective is same, highlight the inserted or deleted items. Detect the style changes and generate a summary. Let’s see how GroupDocs.Comparison for Java can help us with this scenario. This is a back-end API that can be integrated in any Java application irrespective of the frameworks. Explore API documentation to learn more about the supported features and file formats....Document comparison is one of the most common procedure that...

    blog.groupdocs.com/comparison/control-documents...
  10. How to Convert Excel to CSV in Java

    This post covers basic document conversion and contains detailed instructions on how to convert Excel to CSV in Java along with Java code to convert Excel to CSV....have transformed documents from one Spreadsheet format to another...

    kb.groupdocs.com/conversion/java/how-to-convert...