Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,049 for

property

(0.11 sec)
  1. GroupDocs.Viewer Cloud Product Family

    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....improvements like “DefaultFontName” property is introduced in PDF, Html...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  2. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....StorageInfoResult class (added a new property - used_documents) and a new...

    blog.groupdocs.cloud/total/get-up-and-running-q...
  3. Convert Emails and Outlook Messages to PDF usin...

    Programmatically Convert Emails and Outlook Messages to PDF using a REST API in Node.js. Node.js SDK allows converting EML, MSG files to PDF....EmlLoadOptions Set various properties such as displayHeader, displayEmailAddress...PdfConvertOptions Set various properties such as centerWindow , MarginTop...

    blog.groupdocs.cloud/2021/09/09/convert-email-a...
  4. About - groupdocs.com - Websites - groupdocs.cloud

    English Deutsch Français Русский ไทย 中文 groupdocs.com Hide code .NET & Java libraries that allow developers to seamle......as input, accesses the file property information and allows users...document content and metadata properties from different file formats...

    websites.groupdocs.cloud/groupdocs/com/
  5. Overlay image in PDF document issue with PHP us...

    I’m adding an image or adding a logo, on the top of the existing logo within the document using the annotation PHP SDK. It does not replace the image, even the image which I’m using, having a white background. Ideally…...have introduced the ZIndex property in this release. Now you can...

    forum.groupdocs.cloud/t/overlay-image-in-pdf-do...
  6. 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....this feature, the PageSize property of the EmailOptions class...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  7. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns Property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....provides RenderEmptyColumns property, which allows omitting to...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  8. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes Property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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....rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions...

    docs.groupdocs.cloud/viewer/render-document-wit...
  9. Convert Emails to PDF using REST API in PHP | E...

    Programmatically convert emails (EML) and Outlook messages (MSG) to PDF documents using a REST API in PHP with GroupDocs.Conversion Cloud API....Set the convertAttachments property to true After that, create...

    blog.groupdocs.cloud/2022/01/03/convert-emails-...
  10. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required Property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....contains the full list of properties that can be specified. Name...path in the storage Required property StorageName Storage name Could...

    docs.groupdocs.cloud/merger/import-attachment/