Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 5,232 for

file signature

(0.08 sec)
  1. How to Convert XLS to XLSX in Java

    Follow this step-by-step tutorial to convert XLS to XLSX in Java. Perform document conversion without Microsoft Office to convert XLS to XLSX using Java....Signature Product Family GroupDocs.Metadata...conversion Load the source XLS file by creating an instance of the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. How to Render DOCX as PNG using C#

    In this article, we will guide you on how to render DOCX as PNG using C# without installing extra software. We will also provide code to render DOCX to PNG using C#....Signature Product Family GroupDocs.Metadata...a Portable Network Graphics file can be a valuable skill when...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  3. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more Files and get the difference between them....Signature Product Solution GroupDocs...merging two or more files of . The resulting file displays differences...

    docs.groupdocs.com/comparison/python-net/groupd...
  4. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for Node.js via Java — API to compare two or more Files and get the difference between them....Signature Product Solution GroupDocs...merging two or more files of . The resulting file displays differences...

    docs.groupdocs.com/comparison/nodejs-java/group...
  5. Convert DOCX to MHTML using Node.js

    Within this article, you'll discover the process how to convert DOCX to MHTML using Node.js. Also, we'll supply code necessary to export DOCX to MHTML in Node.js....Signature Product Family GroupDocs.Metadata...class by supplying the DOCX file path as a constructor parameter...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  6. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....Signature Product Solution GroupDocs...from the two input files (source and target files) are added to the...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  7. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Node.js via Java....Signature Product Solution GroupDocs...'@groupdocs/groupdocs.comparison' ); // Define file paths for the source, target...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  8. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Signature Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  9. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Signature Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  10. Get document info | GroupDocs

    This article shows that how to get meta information of a document....Signature Product Solution GroupDocs...structure) A indicating whether a file is encrypted The following code...

    docs.groupdocs.com/metadata/net/get-document-info/