Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 7,735 for

paged

(0.1 sec)
  1. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Node.js via Java.... convertOptions ); 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/nodejs-java/conve...
  2. Business Case of a Shopping Store | GroupDocs

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated.... 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/assembly/net/business-case-o...
  3. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... The Page Builder feature in GroupDocs...lets developers merge specific pages from multiple documents into...

    blog.groupdocs.com/he/groupdocs.blog/page/8/
  4. GroupDocs.Editor for Node.js | GroupDocs

    GroupDocs.Editor for Node.js enables document editing in form of HTML.Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for Node.js powerful document editing API....Paid Support Helpdesk 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/editor/nodejs-java/
  5. 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...
  6. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction 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/redaction/net/load-from-stream/
  7. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured.... 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/extend-suppor...
  8. Update watermarks | GroupDocs

    This article shows how to update existing text or image watermarks....watermarks Leave feedback On this page The GroupDocs.Watermark library...“Advanced usage” section. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  9. Update annotations | GroupDocs

    The page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for .NET....annotations Leave feedback On this page allows you to update annotations...( "result.pdf" ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/update-annota...
  10. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for .NET....file Leave feedback On this page This demonstration shows and...have a UTF-8 encoding. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/net/how-to-edit-csv-f...