Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 2,843 for

file editor

(0.04 sec)
  1. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Editor Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Signature...

    docs.groupdocs.com/signature/net/supported-docu...
  2. Installation | GroupDocs

    Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom....Editor Product Solution GroupDocs...Windows) or install.sh (for Linux) file to install the library in your...

    docs.groupdocs.com/parser/java/installation/
  3. 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(); }...Editor Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. Get list of changes | GroupDocs

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET....Editor Product Solution GroupDocs...Comparer comparer = new Comparer ( File . OpenRead ( "source.docx" )))...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  5. Document preview | GroupDocs

    This article shows how to get document preview....Editor Product Solution GroupDocs...Watermarker class for a local file or file stream; Instantiate the...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  6. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....Editor Product Solution GroupDocs...Watermarker class for a local file or file stream; an instance of the...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  7. Basic usage | GroupDocs

    Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Editor Product Solution GroupDocs...to it. Get supported file formats Get file info Redaction basics...

    docs.groupdocs.com/redaction/python-net/basic-u...
  8. Getting Possible Conversions | GroupDocs

    This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...Editor Product Solution GroupDocs...cost-analysis.xlsx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/get-possible...
  9. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email File formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled File using explicit specifications or File extension Auto-removal of empty paragraphs Generate various report types, e....Editor Product Solution GroupDocs...in popular office and email file formats based upon template...

    docs.groupdocs.com/assembly/java/features-overv...
  10. Extract images from Microsoft Office PowerPoint...

    This article explains that how to extract images from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Editor Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file GetImages method...

    docs.groupdocs.com/parser/net/extract-images-fr...