Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 6,796 for

page

(0.05 sec)
  1. Load from FTP | Documentation

    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...
  2. 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.... 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...
  3. Convert DOCX to BMP using Python

    Learn how to convert DOCX to BMP using Python with detailed steps. Effortlessly export DOCX to BMP using Python for high-quality, uncompressed results....settings, ensuring that each page of your Word document is accurately...the .convert_by_page() method to convert each page of the DOCX document...

    kb.groupdocs.com/conversion/python/convert-docx...
  4. Show Tracked Changes in Word Documents using Gr...

    We are excited to announce the release of version 17.5.0 of GroupDocs.Viewer for Java. The latest version has come with 9 new features, 16 improvements, and more than 20 bug fixes. Please continue to read more about this major release of GroupDocs.Viewer for Java. GroupDocs.Viewer for Java 17.5.0 - New Features Following are the most notable features of GroupDocs.Viewer for Java 17.5.0. Support of New File Formats We have added the support of following file formats in this latest release....value is false // Get pages List pages = htmlHandler.getPages(guid...(PageHtml page : pages) { System.out.println("Page number: "...

    blog.groupdocs.com/viewer/show-tracked-changes-...
  5. Retrieve the document information | Documentation

    Retrieving information about a document with GroupDocs.Viewer for Java...retrieve the format family and the page count to select a rendering...please refer to the following pages: Note A file type is a standard...

    docs.groupdocs.com/viewer/java/retrieving-docum...
  6. Logging | Documentation

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....Logging Leave feedback This page contains information on creating...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/logging/
  7. Spell checking | Documentation

    This article shows that how spell checking works during the search....corrector dictionary, see the page of the section. The spelling...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/spell-checking/
  8. Logging | Documentation

    This Page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....Logging Leave feedback This page contains information on creating...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/logging/
  9. Update index | Documentation

    This article explains that how to update indexed documents, as well as updating an index version in Java....Update index Leave feedback This page contains a description of updating...specify indexing options. See the page. The following example demonstrates...

    docs.groupdocs.com/search/nodejs-java/update-in...
  10. eSign document with Stamp signature | Documenta...

    This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....position within the document page; and many more. Each Stamp option...free to use online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/java/esign-documen...