Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 2,938 for

pdf editor

(0.58 sec)
  1. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/exporting-meta...
  3. Load document from URL | GroupDocs

    This section explains how to load document from URL with GroupDocs.Signature API....Editor Product Solution GroupDocs...esources/SampleFiles/sample.pdf?raw=true" ; InputStream stream...

    docs.groupdocs.com/signature/java/load-document...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. GroupDocs.Parser for Python via .NET | GroupDocs

    GroupDocs.Parser for Python developer documentation. Learn how to extract text, images, tables, and metadata from Pdf, DOCX, XLSX, and 50+ document formats using Python....Editor Product Solution GroupDocs...supports popular formats including PDF, Microsoft Office, OpenOffice...

    docs.groupdocs.com/parser/python-net/
  6. Merger Use Cases | GroupDocs

    This section will describe typical problems with merging files and ways to solve them using GroupDocs.Merger for Java library...Editor Product Solution GroupDocs...Java How to merge images to PDF using Java How to merge WAV files...

    docs.groupdocs.com/merger/java/getting-started/...
  7. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....Editor Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/creating-an-index/
  8. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....Editor Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/creating-an-index/
  9. Save attachments | GroupDocs

    Retrieve and save attachments from emails, Outlook files, archives, and Pdfs....Editor Product Solution GroupDocs...Outlook data files, archives, and PDF documents. Python from groupdocs...

    docs.groupdocs.com/viewer/python-net/how-to-ext...
  10. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...watermark to the HTML/JPG/PNG/PDF output, follow these steps: Create...

    docs.groupdocs.com/viewer/java/add-text-watermark/