Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 3,097 for

file editor

(3.07 sec)
  1. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Editor Product Solution GroupDocs...SpreadsheetContent . class ); File file = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  2. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Editor Product Solution GroupDocs...It allows to skip unnesesary file loading. /// </summary> public...

    docs.groupdocs.com/parser/net/handle-loading-of...
  3. Sign documents with standard QR-code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Editor Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "output.pdf"...

    docs.groupdocs.com/signature/java/sign-document...
  4. Extract images from Microsoft Office Excel spre...

    This article explains that how to extract images from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Editor Product Solution GroupDocs...supported for CSV files. Therefore, for CSV file method returns...

    docs.groupdocs.com/parser/net/extract-images-fr...
  5. Basic Usage | GroupDocs

    Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Editor Product Solution GroupDocs...to it. Get supported file formats Get file info Get document page...

    docs.groupdocs.com/redaction/java/basic-usage/
  6. Installation (manual) | GroupDocs

    Installation without build tools (manual JAR setup) If you don’t use Maven/Gradle/Ivy/SBT, you can add GroupDocs.Metadata for Java to the classpath manually. 1) Download the JAR Go to the latest version of groupdocs-metadata in the GroupDocs Java repository. Download groupdocs-metadata-.jar. 2) Add the JAR to your project IntelliJ IDEA File → Project Structure → Modules → Dependencies. Click + → JARs or directories and select the downloaded JAR. Eclipse...Editor Product Solution GroupDocs...to your project IntelliJ IDEA File → Project Structure → Modules...

    docs.groupdocs.com/metadata/java/installation-m...
  7. How to Run Examples | GroupDocs

    Run GroupDocs.Comparison for .NET examples from scratch, from the GitHub back-end examples project, or using MVC, WebForms, or Docker sample applications....Editor Product Solution GroupDocs...Visual Studio and navigate to File -> New -> Project . Select the...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  8. GroupDocs.Conversion for Python via .NET Overvi...

    GroupDocs.Conversion for Python via .NET converts documents between 10,000+ format pairs — DOCX, PDF, XLSX, PPTX, images, CAD, email, archives — with flexible load and save options, page selection, watermarks, and AI-pipeline friendly output....Editor Product Solution GroupDocs...page, or sheet as a standalone file for downstream workflows. Key...

    docs.groupdocs.com/conversion/python-net/produc...
  9. Extract images from PDF documents | GroupDocs

    To extract images from PDF documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from PDF documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null....Editor Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...
  10. Extract images from Emails | GroupDocs

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null. If an email has no images, getImages method returns an empty collection....Editor Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...