Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 12,705 for

to

(0.08 sec)
  1. Convert Excel and CSV Data in C# | XLSX to CSV ...

    Convert XLS & XLSX To CSV and CSV To Excel formats within Java applications. AuTomate your files conversion using Java API for document conversion....Convert XLS & XLSX to CSV and CSV to Excel formats within Java applications. Automate your files conversion using Java API for document conversion.

    blog.groupdocs.com/conversion/convert-excel-xls...
  2. How to Edit MOBI File | Documentation

    This article demonstrates how To edit MOBI files using Node.js via Java....This article demonstrates how to edit MOBI files using Node.js via Java.

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  3. Save file to local disk | Documentation

    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-...
  4. Convert Presentations to PDF in Java | PPT, PPT...

    Programmatically convert presentations of MS PowerPoint and Open Office Impress formats like ODP, PPT, PPTX To PDF using Java conversion API....Programmatically convert presentations of MS PowerPoint and Open Office Impress formats like ODP, PPT, PPTX to PDF using Java conversion API.

    blog.groupdocs.com/conversion/convert-presentat...
  5. How to Add Digital Signature to PDF in C#

    Review the process To add digital signature To PDF in C# and follow the detailed instructions To use a digital signature in C# with a few API calls....Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls.

    kb.groupdocs.com/signature/net/how-to-add-digit...
  6. Convert Common Document Types to PDF and Image ...

    Meet the all new GroupDocs.Conversion for Java library – a multi-format document converter with support for Microsoft Word, Excel, PowerPoint, Visio, PDF & image files. Just like all GroupDocs Java libraries, GroupDocs.Conversion is designed as a middleware To make it easy To integrate the converter inTo any ECM, CMS, or Java app. In this first release, the library already supports over 50 file formats and allows you To convert literally all common business documents To PDF and raster images....Meet the all new GroupDocs.Conversion for Java library – a multi-format document converter with support for Microsoft Word, Excel, PowerPoint, Visio, PDF & image files. Just like all GroupDocs Java libraries, GroupDocs.Conversion is designed as a middleware to make it easy to integrate the converter into any ECM, CMS, or Java app. In this first release, the library already supports over 50 file formats and allows you to convert literally all common business documents to PDF and raster images.

    blog.groupdocs.com/conversion/convert-common-do...
  7. Converting JSON to a Spreadsheet | Documentation

    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...
  8. Convert Word Documents to PDF in Java | DOCX to...

    Convert Word DOC & DOCX documents To PDF within Java applications. AuTomate your file conversion using the document conversion Java API....Convert Word DOC & DOCX documents to PDF within Java applications. Automate your file conversion using the document conversion Java API.

    blog.groupdocs.com/conversion/convert-word-doc-...
  9. Uploading a Document to GroupDocs

    You’ve got a GroupDocs account and now what? This blog post is the first in a short series that walks you through how To use GroupDocs. In the coming weeks, well explain how To: use GroupDocs Signature, share documents with your colleagues, convert images To use as thumbnails, and assemble a document. But first, we’ll explain how To upload a file. That’s the first and most basic task that you can perform once you’ve logged in....You’ve got a GroupDocs account and now what? This blog post is the first in a short series that walks you through how to use GroupDocs. In the coming weeks, well explain how to: use GroupDocs Signature, share documents with your colleagues, convert images to use as thumbnails, and assemble a document. But first, we’ll explain how to upload a file. That’s the first and most basic task that you can perform once you’ve logged in.

    blog.groupdocs.com/total/uploading-a-document-t...
  10. Add watermarks to email attachments | Documenta...

    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...