Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 15,876 for

file

(0.68 sec)
  1. Licensing | GroupDocs

    GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.... Set License from File The following code snippet shows...shows how to set a license from file: Java // This example demonstrates...

    docs.groupdocs.com/annotation/java/licensing-an...
  2. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....external stylesheet file “style.css”. HTML file in this case contains...the existing WordProcessing file String inputPath = "SampleDoc...

    docs.groupdocs.com/editor/java/inline-styles/
  3. Compare Word Documents with Python: 7 Examples ...

    Master Word document comparison in Python with GroupDocs.Comparison. Detect changes, highlight differences, accept/reject modifications, and generate professional comparison reports with complete code examples....comparison software that makes file comparison effortless. Simple...(.docx, .doc), PDFs, Excel files, and more document types Customizable...

    blog.groupdocs.com/comparison/compare-pdfs-usin...
  4. Latest release for Modern SharePoint WebPart fo...

    Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback....msg file via file browser. The application...

    blog.groupdocs.com/viewer/latest-release-modern...
  5. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot...component to Word, Image, or diagram file, etc. For more information,...

    docs.groupdocs.com/annotation/java/add-componen...
  6. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF Files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....multiple attachments and different file versions. Now we can simply...remove annotations from PDF files using the same Java API. The...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  7. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...document as a rasterized PDF file: final Redactor redactor = new...rasterized PDF with no suffix in file name redactor . save ( tmp0...

    docs.groupdocs.com/redaction/java/save-in-raste...
  8. Digital certificate for Spreadsheets has wrong ...

    Hi there, I’m getting this error while trying to use the certificate constructed manually (C#) … I’m trying to avoid the popup that comes up in a solution 1 that is working, The code that is working is here: Stream ex…...10 }, }; // sign document to file SignResult signResult = signature...10 }, }; // sign document to file SignResult signResult = signature...

    forum.groupdocs.com/t/digital-certificate-for-s...
  9. converted_1.pdf

    This is just a plain text attachment File named attachment.txt . Aspose.PDF for Java 24.3 Aspose Pty Ltd. D:20250119150053+02'00'...just a plain text attachment file named attachment.txt . Aspose...

    docs.groupdocs.com/conversion/java/_sample_file...
  10. Extract Images from PPTX using C#

    Learn how to extract images from PPTX using C# with a step-by-step guide. This tutorial provides C# code to extract images from PPTX Files efficiently for your projects....Extracting images from PPTX files is a common requirement for...presentations, especially when handling files that contain visual data such...

    kb.groupdocs.com/parser/net/extract-images-from...