Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 12,321 for

docx comparison

(0.3 sec)
  1. Extract images to files | GroupDocs

    This article explains that how to extract images to files....Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-images-t...
  2. HTML | GroupDocs

    This article explains that how to extract HTML formatted text from document page....Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/html/
  3. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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 (!...Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/password-protect...
  5. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Comparison Product Solution GroupDocs...viewer = new Viewer ( "sample.docx" )) { HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  6. How to Convert HTML to Excel using Java

    Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter feature....Comparison Product Family GroupDocs...various document formats including DOCX, PPTX, CSV, MHTML, MD, SVG,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert HTML to Text using Java

    Get familiar with the process to convert HTML to Text using Java and easily use these instructions for developing the functionality to convert HTML to Text in Java....Comparison Product Family GroupDocs...documents to TXT format such as DOCX, CSV, DOT, DWG, EML, MD, and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. 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....Comparison Product Family GroupDocs...formats including HTML, CSV, DOCX, DWF, EML, ODT, PNG, and many...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. 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....Comparison Product Family GroupDocs...instructions for converting DOCX to PDF document along with a...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Extract Images from PDF using C#

    Let's get familiar with the image extraction process from documents and how to extract images from PDF using C# and implement C# extract images from PDF capability....Comparison Product Family GroupDocs...document formats including DOC, DOCX, XLSX, XLT, HTML, PPT, PPTX...

    kb.groupdocs.com/parser/net/how-to-extract-imag...