Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 10,319 for

new

(0.12 sec)
  1. Fluent syntax | Documentation

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...below: using ( Merger merger = new Merger ( @"c:\document1.pdf"...

    docs.groupdocs.com/merger/net/fluent-syntax/
  2. Convert a JPG file passed as FileStream to PDF ...

    Hello, I noticed some very strange behavior when converting a certain jpg file. The problem is always reproducible using the basic pdf conversion sample, but only happens when the file is passed in as a stream. The fo…...using (Converter converter = new Converter(GetFileStream)) If...using (Converter converter = new Converter(@"D:\Back Gallery For...

    forum.groupdocs.com/t/convert-a-jpg-file-passed...
  3. Get file info | Documentation

    This page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/get-file-info/
  4. How to merge BMP images using Java | Documentation

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source image file Merger merger = new Merger ( "c:\sample1.bmp" ) //...

    docs.groupdocs.com/merger/java/getting-started/...
  5. How to merge PNG images using Java | Documentation

    Learn how to merge PNG image files, combine PNG image files into one file programmatically in java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source image file Merger merger = new Merger ( "c:\sample1.png" ) //...

    docs.groupdocs.com/merger/java/getting-started/...
  6. Saving a File to Local Disk | Documentation

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...location Converter converter = new Converter ( "c:\\files\\business-plan...

    docs.groupdocs.com/conversion/java/save-file-to...
  7. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Consulting Blog Knowledge Base New Releases Status Websites aspose...modified var searchSpecification = new groupdocs . metadata . ContainsTagSpecifica...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  8. Extract formatted text from documents | Documen...

    This article shows how to extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-formatted...
  9. Render to HTML | Documentation

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  10. Working with JSON Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access JSON data while building a report, the GroupDocs.Assembly API introduces JsonDataSource class. You can pass its instance to the assembler as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:...Consulting Blog Knowledge Base New Releases Status Websites aspose...JsonDataLoadOptions options = new JsonDataLoadOptions(); options...

    docs.groupdocs.com/assembly/net/working-with-js...