Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 16,701 for

file

(0.05 sec)
  1. How to Render DOCX as PDF using C#

    Quickly learn how to render DOCX as PDF using C# with the help of GroupDocs.Viewer for .NET. A code example will also be provided to create PDF from DOCX in C#....Word documents ( DOCX ) as PDF files is a common practice in various...as an argument to render DOCX file as PDF A fundamental skill that...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  2. Compare Word Documents using Java Comparison Li...

    Compare two or more Word documents using Comparison API for Java. Highlight differences and get the summary of inserted and deleted content.... You may download the JAR file from the downloads section ...class. Then, add the second file to the Comparer using add()...

    blog.groupdocs.com/comparison/compare-word-docu...
  3. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Initialise class with embedded file path and page number; Instantiate...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/net/add-document-to-p...
  4. Unable to generate the edited document - Free S...

    Hi, we found that the editing on top of the existing content in template “Template.doc”(one attached here) is not working. we have tried adding a new text inside the template “Template.doc”(one attached here) and it is …... Following files are attached for your reference:...reference: 1)Template.doc - Input file used to test the GroupDocEditor...

    forum.groupdocs.com/t/unable-to-generate-the-ed...
  5. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  6. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...docx is sample file used in this example. Click...business-plan.docx is sample file used in this example. Click...

    docs.groupdocs.com/markdown/python-net/markdown...
  7. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...docx is the sample file used in this example. Click...multipage_sample.pdf Binary file (PDF, 10.8 MB) Was this page...

    docs.groupdocs.com/redaction/python-net/select-...
  8. Render PPTX as HTML using C#

    Effectively gain the expertise on how to render PPTX as HTML using C#. Moreover, explore detailed step-by-step instructions and C# code for rendering PPTX to HTML....object by providing the PPTX file path as an argument to its constructor...making necessary adjustments to file paths, integrating the code...

    kb.groupdocs.com/viewer/net/render-pptx-as-html...
  9. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....by providing the path of PDF file to its constructor Create an...annotation library and modifying the file paths, you can effortlessly...

    kb.groupdocs.com/annotation/java/how-to-add-arr...
  10. How to Convert Word to PDF using C#

    Easily do document conversion between two popular formats and learn how to convert Word to PDF using C#. Quickly apply the guide to create C# Word to PDF capability....class and load the source Word file for conversion Create an instance...feature by loading the source Word file to the constructor of the Converter...

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