Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 10,378 for

new

(0.03 sec)
  1. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer .NET API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "abook.epub" )) { //...

    docs.groupdocs.com/viewer/net/render-ebooks/
  2. GroupDocs Editor: Images are not loading - Free...

    Images are not loading when I am using Groupdocs Editor for word document with TinyMCE sharing my code, Document as well as screenshot for your reference. public ActionResult Index() { License lic = New License(); …...ActionResult Index() { License lic = new License(); lic.SetLicense(@"...some document Editor editor = new Editor(inputFilePath); WordProcessingEditOp...

    forum.groupdocs.com/t/groupdocs-editor-images-a...
  3. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...fromStream = new Editor ( content ) using ( Editor fromPath = new Editor...

    docs.groupdocs.com/editor/net/edit-markdown/
  4. Digital signing with custom hash | Documentation

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Signature . Signature signature = new Signature . Signature ( sampleFilePath...

    docs.groupdocs.com/signature/net/digital-signin...
  5. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events....Consulting Blog Knowledge Base New Releases Status Websites aspose...(). IndexingCompleted . add ( new EventHandler () { @Override public...

    docs.groupdocs.com/search/java/search-network-n...
  6. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Consulting Blog Knowledge Base New Releases Status Websites aspose...()) { URIBuilder uriBuilder = new URIBuilder ( getUriBase ());...

    docs.groupdocs.com/redaction/java/use-microsoft...
  7. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: LoadOptions loadOptions = new LoadOptions ( /*preRasterize*/...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  8. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = New Watermarker("image.png"); // Initialize the font to be used for watermark Font font = New Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = New TextWatermark("Test watermark", font); // Set watermark properties watermark....Consulting Blog Knowledge Base New Releases Status Websites aspose...png" Watermarker watermarker = new Watermarker ( "image.png" );...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Add text redaction annotation | Documentation

    The page describes how to add text redaction annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-text-red...