Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,799 for

list

(0.07 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...added in supported file format list to annotate documents and image...fixes. Detailed information is listed below. We are is glad to announce...

    blog.groupdocs.com/groupdocs.blog/page/77/
  2. getting fonts on GroupDocs Blog | Document Auto...

    getting fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in getting fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......NET 中使用字体 Learn how to get list of used fonts, specify or replace...

    blog.groupdocs.com/zh/tag/getting-fonts/index.xml
  3. Features overview | GroupDocs

    With GroupDocs.Viewer for .NET you can render files to HTML, PNG, JPEG and PDF formats, List and save attachments, embedded files and compressed files, extract document text and detect file type by it's content...Archive – list of folders contained in archive; CAD - list of layers...layouts in a CAD document; Email – list of folders contained in an Outlook...

    docs.groupdocs.com/viewer/net/features-overview/
  4. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java.... getContent (); List < IHtmlResource > allResources...without resources, while second List contains all resources (images...

    docs.groupdocs.com/editor/java/edit-word/
  5. Split or Merge PDF, PowerPoint, Excel, Word, Do...

    Split or Merge PDF, Word DOC/DOCX, XLS/XLSX Excel spreadsheets, PPT/PPTX presentations, Visio Drawings, eBooks, & more documents in Java. Steps & examples.... Many more questions, the list may not end. GroupDocs provides...article, I will mention the list of file formats that can be...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  6. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the List of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e.... The following is the list of salient features which are...g., charts, image, tables, lists and more Inline template syntax...

    docs.groupdocs.com/assembly/java/features-overv...
  7. Upcoming Release of GroupDocs.Editor for Java

    We are excited to announce that GroupDocs.Editor is coming to Java Platform. It will be a lightweight component that’ll allow to edit multiple document formats like Word, Cells, Slides, PDF and many more in form of HTML. Moreover, this API will permit user to translate source documents into HTML or save HTML into source document format. Features Offered by GroupDocs.Editor for JavaGroupDocs will keep on updating this API with new features.... An initial list of features offered by the API...

    blog.groupdocs.com/editor/upcoming-release-grou...
  8. Upcoming Release of GroupDocs.Merger for .NET

    We are about to release GroupDocs.Merger for .NET, a full featured, back-end API that could easily be utilized by .NET developers in their projects. It will allow trimming and swapping of pages. Document protection will be managed by GroupDocs.Merger for .NET. Moreover, API will allow to merge two documents of same format into single. Features Offered by GroupDocs.Merger for .NETGroupDocs will keep on updating this API with new features. An initial List of features offered by the API will be: Move/reorder pages Remove and swap document pages Trim and split document Document protection management Join Document First Version AvailabilityWe are finalizing the first release of GroupDocs.... An initial list of features offered by the API...

    blog.groupdocs.com/merger/upcoming-release-of-g...
  9. Performing document conversion and image conver...

    Earlier this week I talked about document conversion, including image conversion, and why you’d want to do it. Today, I’ll show you how to perform two tasks: first, how to convert the pages in a document to images and then how to convert an image from one format to another. Document conversion is one of the services that GroupDocs offers. You can convert documents you’ve uploaded to a number of different formats.... Select a format from the list. Click Convert . Each page in...Convert . Select a format from the list. Click Convert . The file is...

    blog.groupdocs.com/total/converting-images-for-...
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a List of supported file types. An example of obtaining a List of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....the class is used to obtain a list of supported file types. An...An example of obtaining a list of supported file types is presented...

    docs.groupdocs.com/metadata/java/get-supported-...