Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 10,115 for

new

(0.26 sec)
  1. Extract table of contents | Documentation

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleChm...

    docs.groupdocs.com/parser/java/extract-table-of...
  2. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/extract-tables-f...
  3. Column Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Grouped, and Ordered Data in Email Document format. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a New Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box. Select “Column” in the sidebar, you will see a gallery of charts....Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS Outlook 2013: Create a new Email. Click the “Insert” tab...

    docs.groupdocs.com/assembly/java/column-chart-i...
  4. Column Chart in Presentation Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Grouped, and Ordered Data in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft PowerPoint Document Creating a Column Chart Please follow below steps to create a column chart in MS PowerPoint 2013: Create a New presentation slide. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Create a new presentation slide. Click the...

    docs.groupdocs.com/assembly/java/column-chart-i...
  5. Using HTML5 Boilerplate Template in Your Web Pr...

    Introduction A few years ago, HTML 5 still wasn’t very well supported by most popular browsers so web sites were created mostly with XHTML or HTML4. I still have a folder on my machine filled with HTML templates for both XTML and HTML 4. Inside of it there are also templates for Newsletters, micro-sites, responsive templates and whatnot. All of them were built by taking code from 2 or 3 different templates and look like Frankenstein’s code monster....Setting up a template for a new project wasn’t the fastest thing...basic template for starting a new web project. It is used by some...

    blog.groupdocs.com/total/using-html5-boilerplat...
  6. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/extract-metadata...
  7. Extract text from documents | Documentation

    This article shows how to extract text with GroupDocs.Parser from PDF, 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-text-from...
  8. GroupDocs.Viewer for Python overview | Document...

    GroupDocs.Viewer for Python: View files (DOCX, PDF, etc.) as HTML, PNG, JPEG, PDF. Cross-platform library for Python apps....Consulting Blog Knowledge Base New Releases Status Websites aspose...Viewer for Python If you are new to GroupDocs.Viewer, see the...

    docs.groupdocs.com/viewer/python-net/product-ov...
  9. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); if ( index...

    docs.groupdocs.com/search/net/document-passwords/
  10. Extract text from ZIP archive files | Documenta...

    This article explains that how to extract text from ZIP archive files...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...