Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 10,115 for

new

(0.03 sec)
  1. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。...in C# using (Merger merger = new Merger(@"document1.pdf")) { merger...in C# using (Merger merger = new Merger(@"c:\\document1.docx"))...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  2. Document conversion is hanging using Java - Fre...

    Hi, We are encountering the same issue (documents hanging during conversion) while converting various file formats such as .docx, .xlsx, .pptx, etc., into PDFs. This issue is occurring only in our production environment…...converterSetting = new ConverterSettings(); List fontDiretories = new ArrayList<>();...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); if(isthumbnail)...

    forum.groupdocs.com/t/document-conversion-is-ha...
  3. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputVcf...

    docs.groupdocs.com/metadata/net/working-with-vc...
  4. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...{ try ( Metadata metadata = new Metadata ( Constants . InputVcf...

    docs.groupdocs.com/metadata/java/working-with-v...
  5. How to Use the GetChanges Method from the Compa...

    This article explains how to use the GetChanges method from the ComparisonApi in the GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other Fatfree examples....empty($resultFileId)) { throw new Exception('Please enter all required...//Create signer object $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/comparison/how-to-use-the-ge...
  6. How to merge images to JPEG using C# | Document...

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.jpeg" ))...

    docs.groupdocs.com/merger/net/getting-started/u...
  7. Extract Images from PDF, Word, Excel, PPT using...

    Extract images from the whole document, and specific pages of word processing documents, Excel spreadsheets, PPT presentations, and PDF using Java.... Parser parser = new Parser("path/document.docx")...Document // Parser parser = new Parser("path/document.xlsx")...

    blog.groupdocs.com/parser/extract-images-from-p...
  8. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Consulting Blog Knowledge Base New Releases Status Websites aspose...pptx" try ( Metadata metadata = new Metadata ( Constants . InputPptx...

    docs.groupdocs.com/metadata/java/find-metadata-...
  9. Convert ODT to MHTML using Node.js

    Learn how to convert ODT to MHTML using Node.js. In this article, we will share the detailed steps of how to export ODT to MHTML in Node.js with code example....conversion capabilities Create a new Converter instance, supplying...complete, proceed by creating a new project or integrating the library...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  10. Spot the Difference - Compare Images Online

    Compare images using the free online image comparison tool. Developers can use .NET, Java, and Cloud API to build an image comparison application....C# using (Comparer comparer = new Comparer("path/soureImage.jpg"))...jpg")) { CompareOptions options = new CompareOptions(); options.GenerateSummaryPage...

    blog.groupdocs.com/comparison/compare-images-on...