Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 500 for

property

(0.04 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...dapat dengan mudah mengekstrak properti metadata seperti judul, artis...

    blog.groupdocs.cloud/id/groupdocs.cloud/page/36/
  2. Add Image Watermark to Word in C# | Watermark D...

    Learn how to add image watermark to Word documents online using GroupDocs.Watermark Cloud SDK for .NET. Add logos, photos, or JPG images as watermarks in DOC and DOCX files programmatically....– Define Image Watermark Properties Step 4 – Add Image Watermark...– Define Image Watermark Properties # new WatermarkDetails {...

    blog.groupdocs.cloud/watermark/add-image-waterm...
  3. A Reliable RESTful API Solution to Optimize PDF...

    GroupDocs.Conversion Cloud is 50+ file format conversion solution. It optimizes PDF file size and linearize PDF for Web with simple REST API calls....Cloud provides following properties to optimize the file size:...

    blog.groupdocs.cloud/conversion/a-reliable-rest...
  4. 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....menawarkan berbagai metode dan properti. Ikuti panduan ini untuk mempelajari...

    blog.groupdocs.cloud/id/page/9/
  5. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save image proportions....ImageOptions inherits all properties of Width Allows to specify...

    docs.groupdocs.cloud/viewer/imageoptions/
  6. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....fields PdfOptions inherits all properties of DocumentOpenPassword The...

    docs.groupdocs.cloud/viewer/pdfoptions/
  7. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....and Document type and its properties to be added to Document Was...

    docs.groupdocs.cloud/signature/signsettings/
  8. GroupDocs.Viewer Cloud SDK untuk Ruby Diluncurk...

    Buletin pengembang GroupDocs.Cloud untuk Oktober 2018 menjelaskan manipulasi dokumen API Cloud dan pembaruan SDK, peningkatan fitur utama, dan perbaikan bug dalam API REST GroupDocs....bersama dengan pengenalan properti “DefaultFontName” dalam PDF...

    blog.groupdocs.cloud/id/viewer/groupdocs.viewer...
  9. PDF

    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....dan peningkatan baru seperti properti “DefaultFontName” yang diperkenalkan...

    blog.groupdocs.cloud/id/tag/pdf/
  10. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when extracting text from a document....contains the full list of properties that can be specified when...

    docs.groupdocs.cloud/parser/extract-text/