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

area

(0.08 sec)
  1. Compare PDF Files - Online and Free PDF Comparison

    Compare PDF files using free the 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-pdf-files...
  2. 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...
  3. 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-...
  4. 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...
  5. 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...
  6. 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...
  7. Working with hyperlinks | GroupDocs

    Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET...hyperlinks from document page area Was this page helpful? Not really...

    docs.groupdocs.com/parser/python-net/working-wi...
  8. 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...
  9. 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-...
  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-...