Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 2,913 for

file editor

(0.09 sec)
  1. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....Editor Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge pages from various documents...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  2. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for Java since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported File format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Editor Product Solution GroupDocs...annotating process to any supported file format (instead of AnnotationImageHandl...

    docs.groupdocs.com/annotation/java/migration-no...
  3. Extract images from Microsoft Office PowerPoint...

    This article explains that how to extract images from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Editor Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file GetImages method...

    docs.groupdocs.com/parser/net/extract-images-fr...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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/
  10. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Editor Product Solution GroupDocs...various sources: From files in the file system. From a stream...

    docs.groupdocs.com/search/nodejs-java/indexing-...