Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 10,199 for

document viewer

(0.73 sec)
  1. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text Documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/use-of-in-line...
  2. YAML front matter | GroupDocs

    Generate YAML front matter from Document metadata for static site generators...Viewer Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...

    docs.groupdocs.com/markdown/python-net/front-ma...
  3. How to Convert HTML to Markdown using Java

    This article walks you through the complete process to convert HTML to Markdown using Java and demonstrates how to create the Java HTML to MD converter capability....Viewer Product Family GroupDocs.Comparison...for configuring the required document conversion library from the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. 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....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. How to Extract Images from PowerPoint in Java

    Let's learn the process of how to extract images from PowerPoint in Java and how to use it for creating the application to get images from PowerPoint using Java....Viewer Product Family GroupDocs.Comparison...extracting images from PowerPoint documents. Steps to Extract Images from...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  6. How to Convert XML to PDF using Java

    Easily do Document conversion to non-editable PDF format, learn the process to convert XML to PDF using Java, and how to create XML to PDF converter Java capability....Viewer Product Family GroupDocs.Comparison...PDF from XML in Java . The document conversion can be easily implemented...

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

    Let's quickly understand how to convert CSV to PDF using Java. We will provide you with essential instructions and code example to export CSV to PDF using Java....Viewer Product Family GroupDocs.Comparison...PDF using Java PDF (Portable Document Format) is a widely used file...

    kb.groupdocs.com/conversion/java/convert-csv-to...
  8. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract images from PowerPoint in C# and a sample working code on how to get images from PowerPoint using C#....Viewer Product Family GroupDocs.Comparison...C# using one of the popular document extraction packages with a...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  9. How to Convert EML to MSG in C#

    Let's get familiar with the workflow to convert EML to MSG in C# and learn how to use this guide to create the C# convert EML to MSG application....Viewer Product Family GroupDocs.Comparison...C# using one of the popular document converter APIs. Further, this...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert PNG to JPG using C#

    This tutorial provides detailed information to convert PNG to JPG using C# and a sample application to demonstrate the implementation of C# PNG to JPG conversion....Viewer Product Family GroupDocs.Comparison...focuses on how to perform document conversion from one image...

    kb.groupdocs.com/conversion/net/how-to-convert-...