Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 10,065 for

new

(0.05 sec)
  1. Install GroupDocs.Total for Java | Documentation

    This topic describes how to install GroupDocs.Total for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...throws Exception { Total total = new Total ( "formatting.docx" );...

    docs.groupdocs.com/total/java/installation/
  2. Render STL and IFC File Formats using GroupDocs...

    We are pleased to announce the release of version 17.10 of GroupDocs.Viewer for .NET. This monthly release has come with 3 New features and more than 10 improvements and bug fixes. GroupDocs.Viewer for .NET 17.10 allows you to render STL and IFC file formats. Furthermore, settings to hide/show hidden pages have been extended for Microsoft PowerPoint documents. Please continue to read more about the latest version. Render STL and IFC File FormatsFrom version 17....monthly release has come with 3 new features and more than 10 improvements...HtmlOptions) class as true. This new setting has replaced obsolete...

    blog.groupdocs.com/viewer/render-stl-and-ifc-fi...
  3. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Java API and couple lines of code...Consulting Blog Knowledge Base New Releases Status Websites aspose...source PDF file Merger merger = new Merger ( "c:\sample1.pdf" ) //...

    docs.groupdocs.com/merger/java/merge-pdf/
  4. Extract table of contents from Microsoft Office...

    This article explains that how to extract table of contents from Microsoft Office Word (.doc, .docx) documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SampleDocxWithToc...

    docs.groupdocs.com/parser/net/extract-table-of-...
  5. Extract metadata from EPUB eBook | Documentation

    To extract metadata from EPUB e-books GetMetadata method is used...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Scan Barcode | Documentation

    This article shows how to scan barcode in .Net with GroupDocs.Parser with few lines of code from images, documents and other file formats like PDF, Emails, Ebooks, Words, and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SamplePdfWithBarcode...

    docs.groupdocs.com/parser/net/scan-barcode/
  7. Extract emails from Outlook Storage | Documenta...

    Extract emails from Outlook using GroupDocs.Parser for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  8. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleMsg...

    docs.groupdocs.com/parser/java/extract-attachme...
  9. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size....Consulting Blog Knowledge Base New Releases Status Websites aspose...such unused resources using wo new public properties of the boolean...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary 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/document-...