Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 14,297 for

file

(0.07 sec)
  1. Render Word to PDF using Node.js

    This topic explains how to render Word to PDF using Node.js with code example. There is no need to install any extra softwares to render Word to PDF in Node.js....code, you can generate PDF files from Word content without compromising...PdfViewOptions class with the desired file name Create a Viewer instance...

    kb.groupdocs.com/viewer/nodejs/render-word-to-p...
  2. Convert DOCX to MD using Python

    Learn how to convert DOCX to MD using Python with simple code examples. Easily export DOCX to MD using Python for clean markdown formatting and lightweight content....integrating a high-performance file transformation APIs built on...class and provide the input DOCX file to get it ready for transformation...

    kb.groupdocs.com/conversion/python/convert-docx...
  3. How to Compare CSV Files using C#

    This article provides instructions along with a sample code to compare CSV Files using C# and also enables users to easily create C# compare CSV Files capability....Product Family How to Compare CSV Files using C# This short tutorial...shows you how to compare CSV files using C# . This guide contains...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  4. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived Files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...information about the archived files The following code snippet shows...getTotalEntries ()); for ( ZipFile file : root . getZipPackage (). getFiles...

    docs.groupdocs.com/metadata/java/working-with-z...
  5. Remove Spreadsheet Password in Java on GroupDoc...

    Remove Spreadsheet Password in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Spreadsheet Password in Java on GroupDocs Blog | Document A......Developers Blocca e sblocca i file Excel con password utilizzando...come proteggere con password i file del foglio di calcolo Excel...

    blog.groupdocs.com/it/tag/remove-spreadsheet-pa...
  6. Remove Spreadsheet Password in Java on GroupDoc...

    Remove Spreadsheet Password in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Spreadsheet Password in Java on GroupDocs Blog | Document A......Developers Kunci dan Buka Kunci File Excel dengan Kata Sandi menggunakan...Mari pelajari cara melindungi file spreadsheet Excel dengan kata...

    blog.groupdocs.com/id/tag/remove-spreadsheet-pa...
  7. Add Password to PPT in CSharp on GroupDocs Blog...

    Add Password to PPT in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Password to PPT in CSharp on GroupDocs Blog | Document Automation So......Developers Kunci dan Buka Kunci File PowerPoint dengan Kata Sandi...menggunakan C# Cara mengunci file PowerPoint dengan kata sandi...

    blog.groupdocs.com/id/tag/add-password-to-ppt-i...
  8. How to Use RSpec to Test GroupDocs API? - Part 1

    In this article, we will review how to use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: “Get user proFile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer....groupdocs_tests) and create file with the name Gemfile with the...SDK. After adding the Gemfile file, you need to use the bundle...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  9. Removing metadata | Documentation

    Not all metadata properties extracted from a File are marked with tags. Some File formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....extracted from a file are marked with tags. Some file formats and...metadata properties. Load a file to be modified Pass a search...

    docs.groupdocs.com/metadata/python-net/removing...
  10. How to Convert Word Document to Text in Java

    This quick tutorial provides detailed information to convert Word document to Text in Java and a sample code snippet for Java DOCX to TXT converter application....class for loading the input Word file for transforming to the Text...customize the converted Text file Finally, invoke the Convert...

    kb.groupdocs.com/conversion/java/how-to-convert...