Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 3,245 for

total

(0.06 sec)
  1. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/signature/search-for-multi...
  2. Working with QR Code Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with QRCode. It provides methods to create QRCode Signature in Document Pages with different options of QRCode type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add QRCode Signature to Document You can create QRCode Signature on Document provided by fileName and document folder (if required) using following API....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/signature/working-with-qr-...
  3. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/viewer/render-project-time...
  4. Convertir Word DOC en PDF par programmation dan...

    Convertissez rapidement un document Word en fichier PDF sans changer de format en haute qualité. Cet article explique comment convertir Word en PDF par programmation en C#....page de démarrage et du nombre total de pages à convertir Indiquez...lien](https://releases.groupdocs.app/total/windows/) pour télécharger gratuitement...

    blog.groupdocs.cloud/fr/conversion/convert-word...
  5. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Total Cloud Product Family อีกต่อไป...

    blog.groupdocs.cloud/th/page/39/
  6. Converter PDF para PowerPoint usando API REST e...

    Converta programaticamente PDF em apresentação PPTX do PowerPoint usando uma API REST em Node.js. Node.js SDK permite converter PDF para PPT e PPTX....página inicial como fromPage e o total de páginas para converter como...

    blog.groupdocs.cloud/pt/conversion/convert-pdf-...
  7. Node.js를 사용하여 PDF 파일에서 이미지 추출 | Node.js에서 PDF 구...

    Node.js용 PDF Parser Cloud SDK와 함께 REST API를 사용하여 PDF 파일에서 이미지를 추출합니다. 이 문서는 Node.js를 사용하여 PDF 파일에서 이미지를 추출하는 방법에 관한 것입니다....countPagesToExtract = 1; // Total pages // 이미지 요청 let request...

    blog.groupdocs.cloud/ko/parser/extract-images-f...
  8. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  9. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for CAD drawing. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  10. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/viewer/adjust-image-quality/