Sort Score
Result 10 results
Languages All
Labels All
Results 9,881 - 9,890 of 42,720 for

pdf

(0.06 sec)
  1. Get supported file formats | Documentation

    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....to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Load document from url | Documentation

    Learn how to Load document from url....documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/load-document-fro...
  3. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/save-overwriti...
  4. Load a file of a specific format | Documentation

    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....to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....pdf" ) as metadata : affected = metadata...) metadata . save ( "output.pdf" ) } As a result, we get a sanitized...

    docs.groupdocs.com/metadata/python-net/clean-me...
  6. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications.... The Word and PDF documents, Excel and Oped Document...OlePresentationOptio ( "c:\embedded.pdf" , pageNumber ); oleSlidesOptions...

    docs.groupdocs.com/merger/java/add-document-to-...
  7. Verifying documents with exception handling | D...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....pdf" )) { DigitalVerifyOptions options...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/verifying-docu...
  8. Verify Digital signatures in the document | Doc...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....pdf" )) { DigitalVerifyOptions options...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/verify-digital...
  9. Load document from URL | Documentation

    This section explains how to load document from URL with GroupDocs.Signature API....pdf?raw=true" ; using ( Stream stream...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/load-document-...
  10. Convert Spreadsheets using GroupDocs.Conversion...

    Reason to use a Document Conversion API The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being used within the company may no longer be compatible with the company’s needs due to certain changes in company policies and software being used by it....can be used when converting to PDF using GroupDocs.Conversion for...

    blog.groupdocs.com/conversion/convert-spreadshe...