Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 4,343 for

as

(0.16 sec)
  1. Edit Email | Documentation

    This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Node.js via Java....This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Node.js via Java.

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  2. Save in rasterized PDF | Documentation

    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(); }...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(); }

    docs.groupdocs.com/redaction/java/save-in-raste...
  3. Installation | Documentation

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation 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: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releAses.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml As follows:...GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation 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: XML <repositories> <repository> <id>GroupDocs Artifact Repository</id> <name>GroupDocs Artifact Repository</name> <url>https://releases.groupdocs.com/java/repo/</url> </repository> </repositories> Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:

    docs.groupdocs.com/annotation/java/installation/
  4. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly releAse of GroupDocs.Conversion for .NET v16.12.0. In this releAse new file format “Webp” is added in supporting formats list. Monthly releAse of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new releAse and use the new exciting features....GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release new file format “Webp” is added in supporting formats list. Monthly release of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new release and use the new exciting features.

    blog.groupdocs.com/conversion/groupdocs.convers...
  5. Licensing | Documentation

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for .NET without a license (Evaluation Limitations)...Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for .NET without a license (Evaluation Limitations)

    docs.groupdocs.com/comparison/net/licensing-and...
  6. Product Overview | Documentation

    GroupDocs.Merger for Node.js via Java provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools....GroupDocs.Merger for Node.js via Java provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools.

    docs.groupdocs.com/merger/nodejs-java/product-o...
  7. Licensing | Documentation

    GroupDocs.Annotation provides different plans for purchAsing or offers a Free Trial and a 30-day Temporary License for evaluation....GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.

    docs.groupdocs.com/annotation/net/licensing-and...
  8. Licensing | Documentation

    GroupDocs.Annotation provides different plans for purchAsing or offers a Free Trial and a 30-day Temporary License for evaluation....GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.

    docs.groupdocs.com/annotation/java/licensing-an...
  9. Common List Image in Spreadsheet Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet Document format bAsed on the use cAse: Working with a Business CAse. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Excel Document Creating a Common List PleAse follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it....Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it.

    docs.groupdocs.com/assembly/net/common-list-ima...
  10. Numbered List in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Presentation Document format bAsed on the use cAse: Working with a Business CAse. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft PowerPoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS PowerPoint 2013. Add a new presentation slide....Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft PowerPoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS PowerPoint 2013. Add a new presentation slide.

    docs.groupdocs.com/assembly/net/numbered-list-i...