Sort Score
Result 10 results
Languages All
Labels All
Results 9,481 - 9,490 of 32,341 for

viewer

(0.13 sec)
  1. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Get supported file formats | Documentation

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/get-supported...
  3. How to Convert PowerPoint to HTML in Java

    This short tutorial provides a stepwise procedure to convert PowerPoint to HTML in Java and a sample code for the Java PPT to HTML converter application....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Convert EPUB to PDF using C#

    This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Viewer Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/load-from-loca...
  6. Save document to the specified stream | Documen...

    This article explains how to save document to the specified stream while using GroupDocs. Watermarks API....Viewer Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/save-document-...
  7. How to Convert PowerPoint to HTML in C#

    Let's review the workflow to convert PowerPoint to HTML in C# using simple API calls and how to create code for the C# PPT to HTML converter application....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Viewer Product Solution GroupDocs...

    docs.groupdocs.com/search/net/searching/
  9. How to Add Image Signature to RTF using C#

    This article is here to assist you to add image signature to RTF using C#. Additionally, we will furnish you with a code example to insert image signature into RTF using C#....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/signature/net/how-to-add-image...
  10. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....Viewer Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/get-document-info...