Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 5,684 for

file merger

(0.33 sec)
  1. How to Add Underline Annotation into PDF Using C#

    We will explore the process how to add underline annotation into PDF using C#. A code example is also provided to insert underline annotation in PDF using C#....Merger Product Family GroupDocs.Redaction...Annotator class by passing PDF file’s path to its constructor Create...

    kb.groupdocs.com/annotation/net/how-to-add-unde...
  2. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Merger Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  3. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata word document in Java....Merger Product Family GroupDocs.Redaction...class and pass the source Word file to its constructor Call the...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  4. How to Convert HTML to Text in C#

    This short tutorial describes the detailed process to convert HTML to Text in C# and provides a working example to get plain text from HTML C# capability....Merger Product Family GroupDocs.Redaction...class and pass the input HTML file to its constructor Initialize...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert PDF to Text in C#

    Review the procedure to convert PDF to Text in C#, easily follow this guide to save PDF as text using C# on any operating system like MS Windows, Linux, and Mac OS....Merger Product Family GroupDocs.Redaction...class and pass the source PDF file to its constructor Initialize...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Merger Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  7. 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....Merger Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

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

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

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  9. Convert PDF to Word using Python

    Learn how to convert PDF to Word using Python with clear steps. Effortlessly export PDF to Word using Python without installing any extra software on your system....Merger Product Family GroupDocs.Redaction...generate fully editable Word files from your PDF documents. This...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  10. Remove Metadata from ODT using C#

    Discover how to effectively remove metadata from ODT using C#. This guide provides a code snippet showing the process of how to delete metadata from ODT in C#....Merger Product Family GroupDocs.Redaction...Open Document Text ( ODT ) files are commonly used with word...

    kb.groupdocs.com/metadata/net/remove-metadata-f...