Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 874 for

area

(0.15 sec)
  1. Extract images from documents | Documentation

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....contains the text area. The rectangular area on the page that...that contains the text area. The format of the image. The rotation...

    docs.groupdocs.com/parser/java/extract-images-f...
  2. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....to locate and size signature area with different measure unit...Top = 50 , // set signature area in millimeters SizeMeasureType...

    docs.groupdocs.com/signature/net/locating-signa...
  3. Extract images from document page | Documentation

    This article explains that how to extract images from document page....contains the text area. The rectangular area on the page that...that contains the text area. The format of the image. The rotation...

    docs.groupdocs.com/parser/net/extract-images-fr...
  4. Extract images from document page | Documentation

    This article explains that how to extract images from document page....contains the text area. The rectangular area on the page that...that contains the text area. The format of the image. The rotation...

    docs.groupdocs.com/parser/java/extract-images-f...
  5. Annotate VSS and VSD Diagram formats using Grou...

    GroupDocs team is glad to announce another monthly release of document annotation API, where new file formats are introduced in supporting document format list and also new features are introduced . The latest GroupDocs.Annotation for .NET 17.6.0 API now provides support to annotate VSD and VSS Diagram file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....support like Arrow Annotation, Area Annotation, Text Field Annotation...for Diagram documents Included Area Annotation for Diagrams Resource...

    blog.groupdocs.com/annotation/annotate-vss-vsd-...
  6. Load document from URL | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....GetRemoteFile ( url ))) { AreaAnnotation area = new AreaAnnotation () { Box...65535 , }; annotator . Add ( area ); annotator . Save ( "result...

    docs.groupdocs.com/annotation/net/load-document...
  7. Add image annotation | Documentation

    The page describes how to add image annotation to a document using GroupDocs.Annotation for .NET....pdf" )) { ImageAnnotation area = new ImageAnnotation { Box...Angle = 100 }; annotator . Add ( area ); annotator . Save ( "result...

    docs.groupdocs.com/annotation/net/add-image-ann...
  8. Opacity and Fixed SVG Path Properties Introduce...

    GroupDocs team is excited to announce one more monthly release of document annotation API, where new properties are introduced, these properties are included on users demand to facilitate them as our users always expects something new and extra features form our APIs compare to other available prodcts. The latest GroupDocs.Annotation for .NET 17.7.0 API now provides support to set Opacity and SVG Path for all major document formats like, PDF, Diagram, Slide and Words file formats etc....Diagram Area Redaction import annotation from diagram Area annotation...

    blog.groupdocs.com/annotation/opacity-and-fixed...
  9. Load document from Amazon S3 Storage | Document...

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Amazon S3 storage when using GroupDocs.Annotation for .NET....DownloadFile ( key ))) { AreaAnnotation area = new AreaAnnotation () { Box...65535 , }; annotator . Add ( area ); annotator . Save ( "result...

    docs.groupdocs.com/annotation/net/load-document...
  10. Annotate Word DOC DOCX files in Java | Add or R...

    Add or remove annotations from Word DOC/DOCX files in Java. Add arrow, rectangle, ellipse, watermark annotations using document Annotation API.... Insert Rectangle or Area Annotation to Word in Java #...the steps to add rectangle or area annotation to a DOC/DOCX document...

    blog.groupdocs.com/annotation/annotate-word-doc...