Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 21 for

document format manipulation

(0.03 sec)
  1. How to Create Word Document in C# without Interop

    This KB topic answers the question how to create word Document in c# without interop or Microsoft office automation with simple steps and code snippet....Family How to Create Word Document in C# without Interop Some...Interop library to create Word documents, but they often ask how to...

    kb.conholdate.com/total/net/how-to-create-word-...
  2. How to Find and Replace Text in PDF using C#

    This quick tutorial contains inFormation on how to find and replace text in PDF using C#. It helps in changing PDF text using C# with the help of a few API calls without using any third-party tool or software being installed....demonstrates how to save the updated document back to disk—either preserving...preserving the original PDF format or exporting it to other common...

    kb.conholdate.com/total/net/how-to-find-and-rep...
  3. How to Convert PDF to Text File using C#

    This simple tutorial will provide details on how to convert PDF to Text file using C#. It explains how using C# PDF to Text converter application can be created with few API calls....by loading the source PDF document, and with minimal coding you...method highlights how simple document conversion in C# can be, even...

    kb.conholdate.com/total/net/how-to-convert-pdf-...
  4. How to Fill PDF Form with Excel Data using C#

    This tutorial guides on how to fill PDF form with Excel data using C#. It contains details to use both PDF and Excel files in the same application, stepwise approach to write the application and a runnable sample code that can be used to auto fill PDF form from Excel using C#....and boosts productivity in document management. Steps to Fill...having form fields into the Document object that is to be filled...

    kb.conholdate.com/total/net/how-to-fill-pdf-for...
  5. How to Add Comments in Word using Java

    In this short tutorial we will see how to add comments in Word using Java. This process can be followed in any operating system like Windows, macOS and Ubuntu to insert comment in Word Document using Java....properties, and save the modified document as a DOCX . Follow the step‑by‑step...source Word file using the Document class object Move the cursor...

    kb.conholdate.com/total/java/how-to-add-comment...
  6. How to Export PDF to PowerPoint using C#

    This article guides on how to export PDF to PowerPoint using C#. It contains all the inFormation required to set the development environment, list of tasks to be performed and a runnable sample code to change PDF to PowerPoint using C#....Load the source PDF into the Document class object that is to be...PDF file is loaded into the Document class object, followed by...

    kb.conholdate.com/total/net/how-to-export-pdf-t...
  7. How to Convert XLSX to DOCX using Java

    This article will provide you instructions on how to convert XLSX to DOCX using Java. It also contains a code example to explain how to export XLSX to DOCX in Java....Excel spreadsheets into Word documents with a popular Java library...and DOCX are the standard formats for spreadsheets and word processing...

    kb.conholdate.com/total/java/how-to-convert-xls...
  8. How to Underline Text in PDF File using Java

    This article elaborates how to underline text in PDF file using Java. It guides on setting the IDE, writing the application, and a runnable sample code demonstrating how to underline a PDF using Java....PDF or modifying an existing document, you’ll master the technique...underlining a text Create a Document and add a page for adding...

    kb.conholdate.com/total/java/how-to-underline-t...
  9. How to Fill PDF Form Fields using C#

    This quick tutorial describes how to fill PDF form fields using C#. If you want to programmatically fill PDF form C# code and detailed steps are available here for your reference....the value and adjust the formatting within it. This functionality...streamlining workflows that involve document management and data entry...

    kb.conholdate.com/total/net/how-to-fill-pdf-for...
  10. Flip Image in Java

    This guide covers how to flip image in Java. It discusses the environment configuration, the stepwise process, and a code snippet to mirror image in Java....technique works for other popular formats—including PNG, BMP, and JPG—so...instructions will empower you to manipulate images confidently in Java...

    kb.conholdate.com/total/java/flip-image-in-java/