Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 7,051 for

page

(0.17 sec)
  1. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;ipage helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  2. Comparison pdf view bold characters - Free Supp...

    hello, im using your Comparison .Net Ui product, when i try to compare two pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.pdf (20.…...is opened on the comparison page, it appears in bold text. There...follows: It renders each document page as an image on the backend,...

    forum.groupdocs.com/t/comparison-pdf-view-bold-...
  3. Customizing GroupDocs.Annotation for Java UI to...

    Hi everyone! Continuing the series of articles related to GroupDocs.Annotation, this time I’d like to show you how to customize the look and feel of the GroupDocs.Annotation for Java UI. GroupDocs.Annotation for Java is a flexible library that allows end-users to annotate, mark up and comment on documents of more than 50 common formats from within you own app. For more information on the library, please see this Page. The article provides detailed instructions that will help you make a custom user interface based on the GroupDocs....the library, please see this page . The article provides detailed...

    blog.groupdocs.com/annotation/customizing-group...
  4. Hidden Text Becomes Visible in GroupDocs.Viewer...

    Hi GroupDocs Support, I encountered a rendering issue using GroupDocs.Viewer when previewing a PDF document. In the original PDF, there is some text that is intentionally hidden behind a filled rectangle or shape (used…...all the textual data on the page. However, it is possible to...HtmlViewOptions.ForEmbeddedResources("page-{0}.html"); embeddedHtmlOpt...

    forum.groupdocs.com/t/hidden-text-becomes-visib...
  5. Edit Word | Documentation

    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....documents: float (default) paged (also known as paginal ). In...represented without pages, like a single page text document. In...

    docs.groupdocs.com/editor/java/edit-word/
  6. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....print ( f "Number of pages: { info . page_count } " ) print (...print ( f "Number of pages: { info . page_count } " ) print (...

    docs.groupdocs.com/redaction/python-net/get-fil...
  7. Render CHM as HTML using Python

    Let's learn the detail of how to render CHM as HTML using Python. This tutorial shows how to convert CHM to HTML in Python for browser-based viewing and integration....filename pattern for output pages Call viewer.view(viewOptions)...method extracts each topic or page from the CHM archive and converts...

    kb.groupdocs.com/viewer/python/render-chm-as-ht...
  8. Support of Emails format and Cloning Document M...

    GroupDocs team is excited to publish another monthly release of GroupDocs.Comparison for .NET 17.6.0 API with new features like adding support for Emails format and Settings for Cloning Document Metadata. This monthly release is also adding improvements like enhanced Cells & HTML Comparison Performance and Improved Summary Pages information along with fixes. Major Changes are done for HTML, Cells, Emails and Words document formats. Detailed information is listed below. Please Click here to download the latest API....Performance and Improved Summary Pages information along with fixes...like support of Check Box and Page in Change Info also adding new...

    blog.groupdocs.com/comparison/groupdocs.compari...
  9. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....Viewer Leave feedback This page describes how to develop a thread-sage...threadSafeCache ); List < MemoryStream > pages = new List < MemoryStream >();...

    docs.groupdocs.com/viewer/net/implement-thread-...
  10. How to Convert RTF to PDF using C#

    Convert documents using an easy-to-use library and learn how to convert RTF to PDF using C#. Look over the sample code for C# RTF to PDF functionality.... You can also set page margins, page orientation, Rotate,...

    kb.groupdocs.com/conversion/net/how-to-convert-...