Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 587 for

positioning

(0.04 sec)
  1. Disable characters grouping | Documentation

    To improve content Positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: 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. Swagger UI lets you call this REST API directly from the browser....page To improve content positioning when rendering PDF documents...demonstrates how to improve content positioning when rendering into HTML...

    docs.groupdocs.cloud/viewer/disable-characters-...
  2. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark Positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....There are many watermark positioning and transforming properties;...specific text, font, and color, position, and size. cURL example Request...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  3. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark Positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....There are many watermark positioning and transforming properties;...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  4. How To Add Visible Digital Signature to PDF in ...

    Hey Tilal, Thanks for reaching out to me, i really appreciate it. I was able to resolve the issue by correcting the storage and paths. But there’s an underlying problem that I am facing right now. I am uploading both th…...signature image position. Top left position is 0,0. For the distorted...provide the left right or top positions in my code. But after product...

    forum.groupdocs.cloud/t/how-to-add-visible-digi...
  5. GroupDocs Newsletter October 2017 Edition – Doc...

    GroupDocs developer newsletter of October 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....signature properties like positioning, alignment, applying fonts...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  6. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....GroupDocs Annotation Enhanced positioning of annotations when exporting...

    blog.groupdocs.cloud/total/groupdocs-september-...
  7. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....achieved due to special text positioning, box-drawing characters,...

    docs.groupdocs.cloud/parser/features-overview/
  8. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....There are many watermark positioning and transforming properties;...password to open image Position Watermark position Defines placement...

    docs.groupdocs.cloud/watermark/add-watermarks/
  9. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content Positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering.... To improve content positioning wen rendering multi-layered...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  10. 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....maximum precision during chars positioning when rendering the page....

    docs.groupdocs.cloud/viewer/renderoptions/