Sort Score
Result 10 results
Languages All
Labels All
Results 9,631 - 9,640 of 14,135 for

to

(0.78 sec)
  1. Optimize output for printing | GroupDocs

    This article explains how To optimize output HTML for printing....This article explains how to optimize output HTML for printing.

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  2. Save attachments | GroupDocs

    Retrieve and save attachments from emails, Outlook files, archives, and PDFs....Retrieve and save attachments from emails, Outlook files, archives, and PDFs.

    docs.groupdocs.com/viewer/python-net/how-to-ext...
  3. 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....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.

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how To export metadata properties To an Excel workbook in Java...This article provides the knowledge that how to export metadata properties to an Excel workbook in Java

    docs.groupdocs.com/metadata/java/exporting-meta...
  5. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how To export metadata properties To an Excel workbook....This article provides the knowledge that how to export metadata properties to an Excel workbook.

    docs.groupdocs.com/metadata/net/exporting-metad...
  6. 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....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<FileType> 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.

    docs.groupdocs.com/metadata/java/get-supported-...
  7. Convert PDF files | GroupDocs

    This article demonstrates how To convert PDF To Word, Excel, PowerPoint, HTML, image and other formats with GroupDocs.Conversion for .NET....This article demonstrates how to convert PDF to Word, Excel, PowerPoint, HTML, image and other formats with GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert/pdf/
  8. Integrate Watermarking in Node.js Applications

    Follow our guide To easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API....Follow our guide to easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API.

    blog.groupdocs.com/watermark/integrate-watermar...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers

    blog.groupdocs.com/groupdocs.blog/page/12/
  10. Converting an outlook email .msg file with atta...

    Hello, Using GroupDocs.Conversion.NETFramework v25.11.0, when you convert an email from outlook, format .msg, inTo a PDF, and the email contains attachments of PDF format, the annotations/stamps are lost at conversion. …...Hello, Using GroupDocs.Conversion.NETFramework v25.11.0, when you convert an email from outlook, format .msg, into a PDF, and the email contains attachments of PDF format, the annotations/stamps are lost at conversion. &hellip;

    forum.groupdocs.com/t/converting-an-outlook-ema...