Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 1,163 for

numbers

(0.2 sec)
  1. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a 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....":true}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-all-layouts/
  2. Get View Info for MS Project Document | Documen...

    GroupDocs.Viewer Cloud provides additional information such as project start and end dates for MS Project documents when calling Info method. Following example demonstrates how to retrieve view information for MS Project document. 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....Project File" , "pages" : [ { "number" : 1 , "width" : 0 , "height"...

    docs.groupdocs.cloud/viewer/get-view-info-for-m...
  3. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....":600}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  4. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. 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...."Zipped File" , "pages" : [ { "number" : 1 , "width" : 0 , "height"...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  5. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....Document" , "pages" : [ { "number" : 1 , "width" : 595 , "height"...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  6. C-Sharp .NET kullanarak PDF'yi düzenlenebilir b...

    GroupDocs.Conversion C# .NET API, PDF'yi çevrimiçi olarak Word dosyasına dönüştürmek ve değiştirmek için kolay bir yol sağlar. Bu makale, C# dilinde PDF'nin Word'e nasıl dönüştürüleceği hakkındadır....> {1, 2} // Page numbers starts from 1 }, OutputPath...

    blog.groupdocs.cloud/tr/conversion/convert-pdf-...
  7. Перетворіть PDF на редагований DOC за допомогою...

    GroupDocs.Conversion C# .NET API надає простий спосіб конвертувати та змінювати файл PDF у файл Word онлайн. У цій статті йдеться про те, як конвертувати PDF у Word на C#....> {1, 2} // Page numbers starts from 1 }, OutputPath...

    blog.groupdocs.cloud/uk/conversion/convert-pdf-...
  8. Node.js का उपयोग करके PDF फ़ाइलों से छवियाँ निक...

    नोड.जेएस के लिए पीडीएफ पार्सर क्लाउड एसडीके के साथ रेस्ट एपीआई का उपयोग करके पीडीएफ फाइलों से छवियां निकालें। यह आलेख इस बारे में है कि Node.js का उपयोग करके PDF फ़ाइलों से चित्र कैसे निकाले जाएँ...startPageNumber = 1; // Start page number options.countPagesToExtract...

    blog.groupdocs.cloud/hi/parser/extract-images-f...
  9. استخراج صفحات DOCX در جاوا | استخراج کننده کلمات

    نحوه استخراج صفحات از فایل Word در جاوا با استفاده از GroupDocs.Merger Cloud SDK را بیاموزید. راهنمای ما را دنبال کنید تا گردش کار خود را ساده و بهینه کنید. الآن امتحانش کن!...-in-Java-using-Exact-Page Numbers} # اکنون که محیط خود را راه...

    blog.groupdocs.cloud/fa/merger/extract-document...
  10. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...value : 1 pagesCount integer Number of pages to convert Default...

    docs.groupdocs.cloud/conversion/convert-documen...