Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 6,052 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. Skip loading of external resources | Documentation

    Learn this article and check how to restrict loading of external resources during conversion...resources Leave feedback On this page What are external resources...maintainability, and scalability of web pages and other documents. These resources...

    docs.groupdocs.com/conversion/java/skip-loading...
  4. GroupDocs.Total for .NET overview | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....overview Leave feedback On this page GroupDocs.Total for .NET is...submit a ticket to our . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/total/net/product-overview/
  5. Adjusting comparison sensitivity | Documentation

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for Java....sensitivity Leave feedback On this page allows you to adjust comparison...SensitivityOfCompari = 100 Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/java/adjusting-co...
  6. Indexing password protected documents | Documen...

    This Page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords Page in the Managing dictionaries section....documents Leave feedback This page describes how to perform indexing...password dictionary see the page in the section. The password...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  7. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document Page....adjustments Leave feedback On this page contains class that implements...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your CAD...save all elements of an HTML page (including text, graphics, and...

    docs.groupdocs.com/viewer/nodejs-java/render-ca...
  9. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....not available for rasterized pages. Bitmap Picture (BMP) Graphics...team will assist you. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/supported-doc...
  10. Convert specific pages | Documentation

    This article demonstrates how to convert specific document Pages by Page number using GroupDocs.Conversion for Java API....Convert specific pages Convert specific pages Leave feedback allows...allows you to convert specific pages of a document instead of processing...

    docs.groupdocs.com/conversion/java/convert-spec...