Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 11,697 for

format

(0.17 sec)
  1. Product Overview | GroupDocs

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....documents of any supported format; Use annotations of different...

    docs.groupdocs.com/annotation/net/product-overv...
  2. Numbered List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. Numbered List in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the client names in a numbered list. Report must be generated in the HTML document. Adding Syntax to be evaluated by GroupDocs....List report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/numbered-list-...
  3. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  4. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX Formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....when convert to presentation format. Along with from base class...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. We are experiencing an issue with the viewing t...

    We are experiencing an issue with the viewing the pdf files We are trying to view the pdf file with group docs but first two pages get blank, the file is attached with this ticket Please check them and assist us in re…...when rendering it to the HTML format. This issue is a bug and it...correctly rendered to the HTML format, if you use the next combination...

    forum.groupdocs.com/t/we-are-experiencing-an-is...
  6. Support for Diagrams in GroupDocs.Merger

    GroupDocs.Merger now supports diagram Formats such as VSDFX, VSDM, VSSX, VSSM and VTX . It allows you to swap, rotate or trim pages in diagrams. Apart for that, you can also set or remove password protection of diagrams. This API comes in both Java and .NET platforms and could be integrated in any your .NET or Java application without any dependency. Features for Diagrams Format Swap Pages: This feature allows you to exchange the position of two pages in the document....Merger now supports diagram formats such as VSDFX, VSDM, VSSX,...dependency. Features for Diagrams Format # Swap Pages: # This feature...

    blog.groupdocs.com/merger/support-for-diagrams-...
  7. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages.... Format ( "<html><body>This is an embedded...body string pattern = string . Format ( "<img[^>]*src=\"cid:{0}\"[^>]*>"...

    docs.groupdocs.com/watermark/net/email-messages/
  8. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document Formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file Format inFormation. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file Format inFormation AdvancedUsage....Managing metadata for specific formats / Documents / Working with...list of supported document formats please refer to . Detecting...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Compare OneNote with Tables in GroupDocs.Compar...

    We are pleased to announce another monthly release of GroupDocs.Comparison for .NET 17.12. This release covers 2 new features, some improvements and bug fixes. API allows comparison of PDF documents with hyperlinks in the content and tables comparison for OneNote documents. Aside these features, count of changes on summary page is improved. We’d recommend you to download latest version of the API and share your document comparison experience. Document Conversion API for ....Downloads - MSI Package and Zipped Format Nuget Package - NuGet Install...

    blog.groupdocs.com/comparison/compare-onenote-t...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...