Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 10,044 for

new

(0.06 sec)
  1. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  2. Extract images from Emails | Documentation

    Extract images from emails, by default images are extracted with its original format...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-images-fr...
  3. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: using ( Merger merger = new Merger ( @"c:\sample.pdf" ))...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  4. Edit Watermark Objects in Word Documents using ...

    We are pleased to announce the release of version 18.2 of GroupDocs.Watermark for .NET. The latest version allows you to edit the objects that can be considered as watermark in Word documents. Following are the features that are introduced in GroupDocs.Watermark for .NET 18.2. Editing Watermark Objects in Word Documents Replacing text for particular shapesWe have added the support of replacing text for particular shapes in a Word document. Following code sample shows how to use this feature....Add("Another text", new Font("Calibri", 19, FontStyle...Image != null) { shape.Image = new WordsWatermarkableIm(File.Re...

    blog.groupdocs.com/watermark/edit-watermark-obj...
  5. Extract images from Microsoft Office Word docum...

    To extract images from Microsoft Office Word documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Word documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleWithImagesDocx...

    docs.groupdocs.com/parser/java/extract-images-f...
  6. Extract images from Microsoft Office Excel spre...

    To extract images from Microsoft Office Excel spreadsheets getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Excel spreadsheets as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for CSV files. Therefore, for CSV file getImages method returns null....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleWithImagesXlsx...

    docs.groupdocs.com/parser/java/extract-images-f...
  7. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/search-by...
  8. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Subscribing...

    docs.groupdocs.com/search/java/text-file-encodi...
  9. Getting Document Information | Documentation

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "lorem-ipsum.txt"...

    docs.groupdocs.com/conversion/java/get-document...
  10. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/spelling-...