Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 10,204 for

image

(0.06 sec)
  1. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs Newsletter showcases newly supported features, enhancements and bug fixes by GroupDocs Document Format APIs for .NET, Java and Android platforms.... Product News Annotate Image File Formats (GIF, TIFF, JPEG...Spreadsheet documents. Choose image as alternative text signature...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  2. Convert JPG to PDF on Document Processing REST ...

    Convert JPG to PDF on Document Processing REST APIs | GroupDocs Cloud Recent content in Convert JPG to PDF on Document Processing REST APIs | GroupDocs Cloud قم بتحويل JPG إلى PDF باستخدام Image to......بتحويل JPG إلى PDF باستخدام Image to PDF Converter ابدأ في استخدام...

    blog.groupdocs.cloud/ar/tag/convert-jpg-to-pdf/...
  3. GroupDocs.Annotation for Cloud on Document Proc...

    GroupDocs.Annotation for Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Annotation for Cloud on Document Processing REST APIs | GroupDocs Cloud Анотуйте файли ......Cells, Html, PDF, Slides і Image. Recent content in GroupDocs...

    blog.groupdocs.cloud/uk/tag/groupdocs.annotatio...
  4. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....page when rendering as PDF or image.Supported values {Unknown,Letter...GroupDocs.Viewer calculates output image page size for better rendering...

    docs.groupdocs.cloud/viewer/renderoptions/
  5. GroupDocs.Annotation for Cloud on Document Proc...

    GroupDocs.Annotation for Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Annotation for Cloud on Document Processing REST APIs | GroupDocs Cloud Аннотировать фа......Cells, Html, PDF, Slides и Image. Recent content in GroupDocs...

    blog.groupdocs.cloud/ru/tag/groupdocs.annotatio...
  6. format pdf to jpg on Document Processing REST A...

    format pdf to jpg on Document Processing REST APIs | GroupDocs Cloud Recent content in format pdf to jpg on Document Processing REST APIs | GroupDocs Cloud پی دی اف را به جی پی جی در C# تبدیل کنید ......NET - PDF به Image با استفاده از NET REST API اسناد...

    blog.groupdocs.cloud/fa/tag/format-pdf-to-jpg/i...
  7. pdf in to jpg on Document Processing REST APIs ...

    pdf in to jpg on Document Processing REST APIs | GroupDocs Cloud Recent content in pdf in to jpg on Document Processing REST APIs | GroupDocs Cloud پی دی اف را به جی پی جی در C# تبدیل کنید | پی دی ......NET - PDF به Image با استفاده از NET REST API اسناد...

    blog.groupdocs.cloud/fa/tag/pdf-in-to-jpg/index...
  8. GroupDocs.Annotation for Cloud on Document Proc...

    GroupDocs.Annotation for Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Annotation for Cloud on Document Processing REST APIs | GroupDocs Cloud Python kullanar......Cells, Html, PDF, Slides ve Image formatlarına dönüştürülmesini...

    blog.groupdocs.cloud/tr/tag/groupdocs.annotatio...
  9. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....Processing and for rectangles in Image documents CalculateComponentCo...Processing and for rectangles in Image documents MarkNestedContent...

    docs.groupdocs.cloud/comparison/settings/
  10. Convert PDF to HTML in .NET | PDF to Web Page C...

    How to convert PDF to HTML using .NET API. Step-by-step guide with code samples, cURL commands, and SEO-friendly tips for accurate PDF to web conversion....preserving document layout, images, and formatting. This article...define page ranges, and control image quality, making it ideal for...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...