Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 14,324 for

file

(0.07 sec)
  1. Get source and target text from files | Documen...

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Node.js via Java....text from files Get source and target text from files Leave feedback...specific changes in the output file. To get a list of changed source...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  2. Why is there no DenyDownloading in GroupDocs.Vi...

    I’m currently trialing GroupDocs.Viewer in our .NET project for rendering PDF Files. Everything is smooth, fast, and easy to integrate. We were hoping to use this API to display our PDF Files to the user in a “read-only”…...NET project for rendering PDF files. Everything is smooth, fast...this API to display our PDF files to the user in a “read-only”...

    forum.groupdocs.com/t/why-is-there-no-denydownl...
  3. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....Metadata from DOCX using Java DOCX files, which are the standard format...to remove metadata from DOCX files before sharing to maintain privacy...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. Convert PDF to HTML using Python

    Convert PDF to HTML using Python with GroupDocs.Conversion. Export PDF to HTML using Python easily and display documents online with accurate formatting....walkthrough shows how to turn PDF files into HTML pages, preserving...the path to your source PDF file Configure WebConvertOptions...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  5. Extract metadata from MSG using C#

    Let’s explore how to extract metadata from MSG using C#. We will also provide MSG metadata extraction C# code that is compatible with Windows, macOS, and Linux....metadata from MSG using C# MSG files, commonly used by Microsoft...to extract metadata from MSG files Create a Parser object by providing...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  6. EditableDocument | Documentation

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....specifying the content via a file path. Alternatively, you might...document, represented by a .html file and an accompanying folder with...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  7. PDF Annotation Plugin for Contao CMS Is Now Ava...

    Contao users have a reason to smile. Our team is happy to announce the launch of GroupDocs’ Annotation plugin for Contao. Our document annotation app, GroupDocs Annotation, is popular with our users because it lets them annotate most popular File formats. Annotate PDF, word processing documents and images from a web-browser. GroupDocs Annotation lets you mark up documents, share feedback, discuss ideas and expedite the document review cycle. Invite colleagues for document review....lets them annotate most popular file formats. Annotate PDF, word...the feedback saved in a single file and publish the document. So...

    blog.groupdocs.com/total/pdf-annotation-plugin-...
  8. Generate QR Codes in Java | Sign Documents and ...

    Electronically sign documents and Images by generating QR codes in Java. Add QR Code in Word, Excel, PDF, PNG, JPG, WebP Files using API for signatures....codes and attached these to PDF files, Word documents, spreadsheets...signatures for a vast variety of file formats. Among QR code types...

    blog.groupdocs.com/signature/generate-qr-codes-...
  9. GroupDocs.Conversion for Java | Documentation

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert Files of different formats from within Java applications....transformation between multiple file formats. It supports conversion...Extensive File Format Support Convert between thousands of file format...

    docs.groupdocs.com/conversion/java/
  10. Working with slide backgrounds | Documentation

    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-...