Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 15,587 for

file

(0.23 sec)
  1. Missing whitespaces after conversion from PDF t...

    Converting the attached File to HTML, causes all whitespaces to disappear. PDF to HTML missing whitespaces.zip (156.5 KB) We were using the Viewer from GroupDocs.Total for .NET package 25.2. HtmlViewOptions.ForEmbedde…...11:05am 1 Converting the attached file to HTML, causes all whitespaces...

    forum.groupdocs.com/t/missing-whitespaces-after...
  2. Compare PDF Files using Java | PDF Comparison J...

    Compare two PDF Files for differences using Java. PDF Files comparison using Java code in just 3 steps with PDF Comparison Java API....compare password-protected PDF files, compare multiple PDF documents...examples of comparing the PDF files using Java. If you are interested...

    blog.groupdocs.com/comparison/compare-pdf-docum...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and **Navigate **through the file browser’s documents using next...implemented support for DOT(.dot) files. Apart from the basic extraction...

    blog.groupdocs.com/groupdocs.blog/page/73/
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format...the support of a couple of new file formats. Let’s have an overview...

    blog.groupdocs.com/groupdocs.blog/page/38/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...methods to add watermarks to Word files, both through online tools and...methods to add watermarks to PDF files, both through online tools and...

    blog.groupdocs.com/groupdocs.blog/page/13/
  6. How to Render DOCX as JPG using Java

    Learn how to effortlessly render DOCX as JPG using Java in this guide without installing extra software. Also, get ready-to-use Java code to convert docx to JPG....View method to render DOCX file as PNG images Converting a DOCX...library and made the necessary file path modifications. In our previous...

    kb.groupdocs.com/viewer/java/how-to-render-docx...
  7. How to Extract Text from PowerPoint using C#

    This article describes the step-by-step procedure to extract Text from PowerPoint using C# and how to convert these instructions to extract text from PPTX in C#....C# get Text from PowerPoint file using the stepwise workflow...instance for loading the PowerPoint file for getting text from it. In...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  8. How to Sign JPEG with Barcode Signature using Java

    Quickly learn how to sign JPEG with Barcode signature using Java without installing extra tools. We will also share code to create Barcode signature in JPEG using Java....class and pass the input JPEG file path to its constructor Instantiate...signature library and adjusting file paths as needed, integrating...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  9. 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 FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....and extract some additional file format information. a GIF image...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....feedback It is a known fact PDF files are great for demonstration...need to store multiple related files alongside. You can just attach...

    docs.groupdocs.com/merger/java/how-to-add-attac...