Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 16,572 for

file

(0.06 sec)
  1. Highlight PDF using Annotations in Java | Annot...

    Highlight text in PDF with highlight annotations using Java. Document and image annotation Java API allows to Annotate PDF Files by highlighting any area....highlight text and any area in PDF files using Java . Additionally, there...to highlight text in the PDF file. Download or Configure # You...

    blog.groupdocs.com/annotation/highlight-pdf-usi...
  2. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....allows you to render STL and IFC file formats. Furthermore, settings...version. Render STL and IFC File FormatsFrom version 17. GroupDocs...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  3. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Python via .NET....a text to be compared, not a file path). Instantiate the Comparer...load_text_from_string ( output_file_path ): # Initialize LoadOptions...

    docs.groupdocs.com/comparison/python-net/load-t...
  4. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....PowerPoint, Visio, PDF & image files. Just like all GroupDocs Java...library already supports over 50 file formats and allows you to convert...

    blog.groupdocs.com/categories/groupdocs.convers...
  5. Convert PDF to MHTML using Java

    By closely following our in-depth tutorial, you will discover how to quickly convert PDF to MHTML using Java. Also, we will provide you with an example to export PDF to MHTML using Java....for Java for exporting PDF files to the MHTML format Create an...Converter class by supplying the PDF file path to its constructor Create...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  6. Multiple Target Documents – GroupDocs.Compariso...

    GroupDocs team is continuously adding support for new features and trying to improve GroupDocs.Comparison API for its precious user. We are glad that we are receiving many feedback from users and we are trying to provide features which are being demanded by our valuable customers. GroupDocs.Comparison for .NET is growing each day therefore we are providing new releases every month, in this regard we are happy to announce another exciting monthly release for GroupDocs....comparison with single resulting file with track-changes option support...Multiple target files with one resulting file, multiple document...

    blog.groupdocs.com/comparison/multiple-document...
  7. Compare Images in C# to Highlight Differences |...

    Perform image comparison using C# within .NET applications. Compare JPG, PNG, BMP, GIF, DICOM, DCM, or DjVu images using image comparing .NET API....BMP, or images with some other file formats. Without wasting time...along with many other supported file formats . You can download the...

    blog.groupdocs.com/comparison/compare-images-in...
  8. Convert PDF to PPTX using C#

    Learn how to quickly convert PDF to PPTX using C# by carefully following our comprehensive tutorial. Additionally, we'll give you a C# code example to export PDF to PPTX using C#....(Portable Document Format) files to PowerPoint presentations...Conversion for .NET Pass the PDF file’s path to the constructor of...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  9. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... get_Item ( 0 ); File imageFile = new File ( "background.png"...PresentationContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Create a Docker Image to Run GroupDocs.Viewer f...

    Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code....your project files Inside this directory, create a file named Dockerfile...application code and save it in a file named gdviewer.js Move both...

    kb.groupdocs.com/total/nodejs/create-a-docker-i...