Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 14,325 for

file

(0.07 sec)
  1. Rearrange Word Pages in Java | Organize DOC/DOC...

    Reorder the pages of Word Files in Java. The running example shows how to change the order of pages in DOC/DOCX Files using document automation Java API....documents are one of the most common file formats that are used to draft...dealing with multiple large files, it is never easy to move pages...

    blog.groupdocs.com/merger/move-word-pages-using...
  2. Simple JSP Front End example for GroupDocs.View...

    We are excited to announce a simple front-end for GroupDocs.Viewer for Java API so newbies can start using it quickly, instead of learning the rich features and complexities provided in GroupDocs.Viewer for Java using Struts2 or GroupDocs.Viewer for Java Using Servlets. Simplicity comes with many advantages and disadvantages. JSP front-end is a minimum implementation and demonstrates how simple it is to get started with GroupDocs.Viewer for Java. This removes features some useful features, like the user cannot download the document, cannot print, zoom, etc....Downloading Document Printing File Browser Watermark Ajax-based...directory Copy your desired file to storage folder Set the filename...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  3. Add Highlight Annotation to JPG using Java

    Let's learn how to add highlight annotation to JPG using Java. Moreover, we will provide you a code example to insert highlight annotation in Java for JPG....Annotator class by providing the JPG file path as a parameter to its constructor...add highlighted notes to a JPG file. Code to Add Highlight Annotation...

    kb.groupdocs.com/annotation/java/add-highlight-...
  4. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET.... Specify the source file path or stream. Call the method...method. Specify the target file path or stream. Instantiate the...

    docs.groupdocs.com/comparison/net/word-track-ch...
  5. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java.... Specify the source file path or stream. Call the add()...add() method. Specify the target file path or stream. Instantiate...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  6. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached File is supported by GroupDocs....()) { // Check if the attached file is supported by GroupDocs.Watermark...Save changes in the attached file attachment . updateContent (...

    docs.groupdocs.com/watermark/java/add-watermark...
  7. How to Add Barcode Signature to PDF in Java

    This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Signature class, pass the output PDF file name and BarcodeSignOptions...easily create Barcode for PDF file using Java and use it for signing...

    kb.groupdocs.com/signature/java/how-to-add-barc...
  8. Compare Spreadsheets to Accept or Reject Change...

    Compare Spreadsheets to Accept or Reject Changes in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Compare Spreadsheets to Accept or Reject Chan......Spreadsheet Excel Bandingkan file Excel menggunakan alat perbandingan...

    blog.groupdocs.com/id/tag/compare-spreadsheets-...
  9. How to Convert SVG to PDF using Java

    This tutorial provides detailed information on how to convert SVG to PDF using Java and enables users to easily write the code to export SVG to PDF in Java....class and load the source SVG file Set convert options for the...classes. Then, load the source SVG file by creating an instance of the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Add Ellipse Annotation to JPG using Java

    This tutorial offers guidance on how to add ellipse annotation to JPG using Java. It includes code demonstrating how to insert ellipse annotation to JPG in Java....Annotator class by providing the JPG file path as a parameter to its constructor...ellipse annotations into a JPG file. Code to Add Ellipse Annotation...

    kb.groupdocs.com/annotation/java/add-ellipse-an...