Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 12,048 for

new

(0.06 sec)
  1. Extract annotations from document | GroupDocs

    This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...annotations. LoadOptions tmp0 = new LoadOptions (); // Create an...

    docs.groupdocs.com/annotation/java/extract-anno...
  2. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for .NET API. ...Consulting Blog Knowledge Base New Releases Status Websites aspose...following the below steps: Create new instance of class by passing...

    docs.groupdocs.com/conversion/net/get-default-c...
  3. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  4. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/compare-book...
  5. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( stream )) { // Here...

    docs.groupdocs.com/redaction/net/load-from-stream/
  6. Get only summary page | GroupDocs

    This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/get-only-sum...
  7. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( MemoryStream stream = new MemoryStream ()) { // Constants...

    docs.groupdocs.com/metadata/net/save-a-modified...
  8. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Consulting Blog Knowledge Base New Releases Status Websites aspose...source JPG file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Consulting Blog Knowledge Base New Releases Status Websites aspose...JPG file Converter converter = new Converter ( "sample.jpg" ); //...

    docs.groupdocs.com/conversion/java/convert/image/
  10. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...encoding. const loadOptions = new LoadOptions ( FileType . MD )...

    docs.groupdocs.com/viewer/nodejs-java/render-te...