Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,011 for

area

(0.09 sec)
  1. Launch in operating systems other than windows ...

    Limitations Because of the lack of Windows fonts in target OS (Android, macOS, Linux, etc), fonts used in documents are substituted with available fonts, this might lead to inaccurate document layout when rendering the document to PNG, JPG, and PDF. If GroupDocs.Watermark for .NET Standard is intended to be used in a Linux environment, an additional NuGet package should be referenced to make it work correctly with graphics: SkiaSharp.NativeAssets.Linux for Ubuntu (it also should work on most Debian-based Linux distributions) or Goelze....libc6-dev # Add `contrib` archive area to package sources list RUN...It’s available in the archive area. (Note: Using non-free fonts...

    docs.groupdocs.com/watermark/net/launch-in-oper...
  2. Change Position of the Annotation using Java An...

    Keeping feedback of our valuable customers in view, we are pleased to announce a new version of GroupDocs.Annotation for Java 17.10.2. This release comes up with number of bug fixes. The main fix introduced in this release is visibility and color behavior of added annotation. We therefore recommend you to download this latest release for a better API experience. Java Annotation API v17.10.2 - Fixes Area annotation is invisible on adding Unable to change position of the annotation Annotation properties are not behaving same in Java as in ....2 - Fixes # Area annotation is invisible on adding...

    blog.groupdocs.com/annotation/bug-fixes-in-java...
  3. How to Compare Excel Spreadsheets - Online & Fr...

    Compare Excel files using the free online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application....the designated Source document area. Repeat the step for the designated...designated Target document area. Click on COMPARE NOW to get the...

    blog.groupdocs.com/comparison/compare-excel-spr...
  4. Annotate PDF in CSharp on GroupDocs Blog | Docu...

    Annotate PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Annotate PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .N......menganotasi file PDF dengan menyorot area mana pun. Recent content in...

    blog.groupdocs.com/id/tag/annotate-pdf-in-cshar...
  5. Working with Images | GroupDocs

    This section describes how to extract images from documents using GroupDocs.Parser for Python via .NET....Extract images from document page area Extract images to files Working...

    docs.groupdocs.com/parser/python-net/developer-...
  6. Conversion from Jpeg2000 is introduced in Group...

    We are pleased to announce another monthly release of GroupDocs.Conversion for .NET 17.12. This release comes with support of Jpeg2000. Few improvements and bug fixes are also introduced. Such as Image to SVG conversion is improved and InvalidValueFormatException exception on PDF to TIF conversion is resolved. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Feature Implement conversion from/to Jpeg2000 GroupDocs Document Conversion API - Improvements Possibility to convert one sheet per page or depending on print Area when converting Cells to Pdf Optimize target Pdf for minimum file size when converting Cells to Pdf Image to SVG conversion Words to Gif conversion improvement GroupDocs....per page or depending on print area when converting Cells to Pdf...

    blog.groupdocs.com/conversion/conversion-jpeg20...
  7. Extract tables from document | GroupDocs

    This article explains that how to extract tables from document in java....Description The rectangular area that bounds text area. The page information...

    docs.groupdocs.com/parser/java/extract-tables-f...
  8. AI agents and LLM integration | GroupDocs

    Use GroupDocs.Redaction for Python via .NET with AI coding assistants and LLMs — the bundled AGENTS.md reference, the GroupDocs MCP server, and machine-readable documentation....Point , Size # for box / image-area redactions ``` ## Load + Apply...save () ``` ### Image-area and page-area redaction ```python from...

    docs.groupdocs.com/redaction/python-net/agents-...
  9. Add annotation to the document | GroupDocs

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....with some text inside rectangle area. This annotation highlight text...please check these guides: Add area annotation Add arrow annotation...

    docs.groupdocs.com/annotation/java/add-annotati...
  10. Parse data from PDF documents | GroupDocs

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....getName () + ": " ); PageTextArea area = data . get ( i ). getPageArea...println ( area == null ? "Not a template field" : area . getText...

    docs.groupdocs.com/parser/java/parse-data-from-...