Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 7,580 for

paged

(0.07 sec)
  1. 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...
  2. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API.... 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/search/java/search-flow/
  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 attachments | GroupDocs

    Save attachments and embedded files from PDF, Outlook data file or email...' ); 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/nodejs-java/how-to-ex...
  5. extract images on GroupDocs Blog | Document Aut...

    extract images on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extract images on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......PDF ou de n'importe quelle page spécifique à l'aide de l'API...PDF ou de n'importe quelle page spécifique à l'aide de l'API...

    blog.groupdocs.com/fr/tag/extract-images/index.xml
  6. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....pdf" , options ); } 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/conversion/net/convert-xml-t...
  7. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....pdf" , options ); } 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/conversion/net/add-watermark/
  8. GroupDocs.Parser for .NET 25.11 – Dernières mis...

    Découvrez les nouveautés de GroupDocs.Parser pour .NET 25.11. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....Extraire les tableaux d’une page spécifique Extraire les tableaux...Extraire les tableaux d’une page spécifique # using (Parser parser...

    blog.groupdocs.com/fr/parser/groupdocs-parser-f...
  9. Convert CAD Drawings (DWG, DGN, DWF) to PDF in ...

    Convert the CAD files like DWG to PDF in Java. DWF, DGN, and AutoCAD drawings to PDF using document and image conversion Java API by GroupDocs....images, portable documents, web pages, photoshop formats, Microsoft...Microsoft Visio, CAD drawings, Page descriptive languages, etc....

    blog.groupdocs.com/conversion/convert-cad-drawi...
  10. Installation | GroupDocs

    Development Environment Operating Systems GroupDocs.Search for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime **GroupDocs.**Search for Java supports Java run-time version 6 (1.6) and above. Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Search for Java API directly in your Maven projects with simple configurations.... 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/search/java/installation/