Sort Score
Result 10 results
Languages All
Labels All
Results 7,501 - 7,510 of 10,539 for

formatting

(0.07 sec)
  1. Business Case of a Shopping Store | Documentation

    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....report can be in any of the formats: Documents, Spreadsheets, Presentations...

    docs.groupdocs.com/assembly/net/business-case-o...
  2. Convert to HTML with advanced options | Documen...

    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....PDF and after that to desired format. The following code snippet...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. 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....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/net/load-from-stream/
  5. Render TXT as HTML using Java

    In this instructional guide, we'll explore the process of how to render TXT as HTML using Java. Moreover, we'll equip you with Java code for rendering TXT to HTML....text ( TXT ) files into HTML format using Java. This guide walks...

    kb.groupdocs.com/viewer/java/render-txt-as-html...
  6. How to Extract Images from Excel in Java

    Quickly learn the workflow to extract images from Excel in Java and develop the parsing application to get images from Excel using Java in a few lines of code....images from other document formats such as DOC, DOCX, PDF, PPT...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  7. Convert JPG to PDF using Java

    By following this topic closely, you'll learn how to convert JPG to PDF using Java. Additionally, we'll provide you with the code to export JPG to PDF using Java....convert JPG file to PDF file format Provide the file path of JPG...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  8. How to Convert Outlook Email to HTML in Java

    Easily convert Outlook Email to HTML in Java using a popular document converter APIs and learn how to develop the Email to HTML Java application....file for transforming to HTML format Initialize the MarkupConvertOptions...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert CSV to PDF using Java

    This guide explains to you how to convert CSV to PDF using Java. Learn how to utilize this guide to put the CSV to PDF converter Java feature into action....variety of other document formats such as PNG, TIFF, PPTX, ODS...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Compare Text Files in Java

    Get yourself familiar with the process to compare text files in Java and learn how to create Java code to compare two text files word by word....a number of other document formats including PDF, DOC, JPG, EML...

    kb.groupdocs.com/comparison/java/how-to-compare...