Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 8,675 for

page

(0.66 sec)
  1. Merge audio | GroupDocs

    Learn how to merge audio files, combine audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....audio Leave feedback On this page How to merge audio files in...quality and accuracy: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/net/merge/audio/
  2. Convert to Project Management formats with adva...

    Learn about ProjectManagementConvertOptions class for Project Management file formats (MPP, MPT, MPX, XER) in GroupDocs.Conversion for .NET....options Leave feedback On this page GroupDocs.Conversion provides...or . More Resources Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/net/convert-to-pr...
  3. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/load-document-fr...
  4. Save overwriting original file | GroupDocs

    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.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customizations - style detection, change comparison detalization level and more....settings Leave feedback On this page Note This feature available...compareOptions ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/java/compare-mult...
  6. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for .NET API....password Leave feedback On this page Note This feature is available..."result.docx" )); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/net/compare-multi...
  7. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your Java applications....save Leave feedback On this page Document can contain some metadata..., saveOptions ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/java/set-document...
  8. ASP.NET WebForm Front End powered by GroupDocs....

    The GroupDocs team is glad to Announce the sample project for the ASP.NET Web-Form developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for .NET 3.x. Practically all the functionalities have been implemented in this project which was given in the old GroupDocs.Annotation for .NET 2.x UI Based API. GroupDocs users are free to customize and enhance the application by their own.... Page Zoom-in and Zoom-Out File Browser...one page in a row, two pages in a row view, double page flipping...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  9. GroupDocs.Conversion for Python via .NET | Grou...

    Native Python library that converts documents between 10,000+ format pairs — DOCX, PDF, XLSX, PPTX, images, CAD, email, and archives — on Windows, Linux, and macOS. No Microsoft Office or Adobe Acrobat required....entire documents, specific pages, page ranges, or files within document...tailored to your needs. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/python-net/
  10. Search for Text e-signatures | GroupDocs

    This topic explains how to search for text electronic signatures within the document Pages by GroupDocs.Signature API....TextSearchOptions () { // search only page with specified number PageNumber...specify as true to search all pages of a document AllPages = true...

    docs.groupdocs.com/signature/net/search-for-tex...