Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 9,358 for

paged

(0.1 sec)
  1. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when parsing documents with GroupDocs.Parser within your Python applications....formats Leave feedback On this page allows you to get the list of...file_format } " ) print ( f "Pages: { doc_info . page_count } " ) # Extract...

    docs.groupdocs.com/parser/python-net/get-suppor...
  2. Xem các tệp CAD trong C# bằng .NET API | Chuyển...

    Xây dựng trình xem tệp CAD của bạn trong C# để xem bản vẽ. Chuyển đổi DWG, DGN để hiển thị dưới dạng HTML, JPG, PNG hoặc PDF bằng trình xem tài liệu .NET API của GroupDocs....ForEmbeddedResources("page_{0}.html"); viewer.View(viewOptions);...ForExternalResources( "page_{0}.html","page_{0}/resource_{1}","page_{0}/resources");...

    blog.groupdocs.com/vi/viewer/view-cad-documents...
  3. GroupDocs Viewer for .NET 1.5.0 Supports Micros...

    We’re happy to announce the release of GroupDocs Viewer for .NET 1.5.0 as an update to our suite of .NET Libraries. This version includes many new features and enhancements. Some of the features and enhancements are listed below: Support for Microsoft Visio and Microsoft Outlook file formats A setting to customize the width of the thumbnails container A setting to display the image width (for cache generation) Cross-domain detection Support for Norwegian language Header-less Viewer and control methods Concatenation of multiple streams into one document Usage of a default width for images having smaller widths A message box to display the file-download errors Client error handling for GetPdf2JavaScript Supports the display of pages with variable heights in their original proportion Resizing after creation: the setWidth and setHeight methods allow resizing of the viewer even after creation Error propagation to customer’s code: an event is triggered when an error occurs, containing the information about the error....GetPdf2JavaScript Supports the display of pages with variable heights in their...when opening a large file; pages are empty after zooming in book...

    blog.groupdocs.com/total/groupdocs-viewer-for-n...
  4. How to Add PDF Annotation in ASP.NET C# - Free ...

    The samples I find on your GitHub repo are complicated, difficult to understand for newbie. Is there documentation showing how to setup an ASP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …...Instantiate AreaAnnotation with page number, box and message new...Message = "area" }, // Specify page number, box and message for...

    forum.groupdocs.com/t/how-to-add-pdf-annotation...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...is really not easy to move pages without losing the formatting... In order to rearrange the pages, this article discusses, how...

    blog.groupdocs.com/groupdocs.blog/page/24/
  6. Save document | GroupDocs

    This guide describes how to save document of PDF, Word, Excel, PowerPoint and many other formats into one resultant document using GroupDocs.Merger API....( filePathOut ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/net/save-document/
  7. GroupDocs.Markdown for Python via .NET | GroupDocs

    Convert PDF, Word, Excel, and other documents to clean Markdown using Python....Docusaurus Document inspection — read page count, title, author without...Paid Support Helpdesk Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/markdown/python-net/
  8. System Requirements | GroupDocs

    GroupDocs.Search for Node.js does not require any external software or third party tool to be installed...the way as described on the page. Supported Operating Systems...Visual Studio Code, etc. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/nodejs-java/system-re...
  9. In-Paragraph List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Text Document format. In-Paragraph List in Text Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe about the services you are providing with the following key requirements: A descriptive or informative line like “We provide support for the following products:”. Show all the products along with the above sentence.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  10. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/java/load-document-fr...