Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 4,523 for

as

(0.45 sec)
  1. Converting JSON to a Spreadsheet | GroupDocs

    Learn how to convert a JSON document As a data source to a spreadsheet using GroupDocs.Conversion for Java....Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert-json...
  2. How to Compare PDF Files using Java

    EAsily compare PDF files using Java by consuming one of the top document comparison library and learning how to create functionality for PDF comparison in Java....Easily compare PDF files using Java by consuming one of the top document comparison library and learning how to create functionality for PDF comparison in Java.

    kb.groupdocs.com/comparison/java/how-to-compare...
  3. How to Convert PDF to HTML in Java

    Learn how to convert PDF to HTML in Java and execute document transformations quickly. Examine PDF to HTML Java code along with the detailed instructions....Learn how to convert PDF to HTML in Java and execute document transformations quickly. Examine PDF to HTML Java code along with the detailed instructions.

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message As shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.clAss); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs.

    docs.groupdocs.com/watermark/java/add-watermark...
  5. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Java applications....This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Java applications.

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  6. Reduce image quality | GroupDocs

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API.

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reAsons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer clAss introduced As a single entry point to compare documents of any supported file format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only.

    docs.groupdocs.com/comparison/java/migration-no...
  8. Add checkbox component | GroupDocs

    The page describes how to add checkbox component to a document using GroupDocs.Annotation for .NET....The page describes how to add checkbox component to a document using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/add-checkbox-...
  9. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for .NET API....This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/convert-n-con...
  10. Save file to local disk | GroupDocs

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for .NET API....This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/save-file-to-...