Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 4,017 for

as

(0.06 sec)
  1. Add Text Watermark to RTF using C#

    Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#.

    kb.groupdocs.com/watermark/net/add-text-waterma...
  2. How to Add Text Signature to RTF using C#

    In this guide, we will walk you through the steps to add text signature to RTF using C#. we will supply you with code example to insert text signature to RTF in C#....In this guide, we will walk you through the steps to add text signature to RTF using C#. we will supply you with code example to insert text signature to RTF in C#.

    kb.groupdocs.com/signature/net/how-to-add-text-...
  3. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Java library....Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Java library.

    docs.groupdocs.com/merger/java/merge/txt/
  4. Announcing box.com Integration with GroupDocs' ...

    Good news from GroupDocs to all box.com users. We’ve integrated box.com with GroupDocs. Now, you can access all your box.com files and folders from within your GroupDocs account. Use your box.com documents with GroupDocs’ document management apps suite to take your document management experience to new heights. [caption id=“attachment_1130” align=“alignnone” width=“600” caption=“Announcing box.com integration with GroupDocs’ document management apps suite”] [/caption] Integration is super simple. Simply use the Box.com button in the Integration area of the My Account page and log in to box....Good news from GroupDocs to all box.com users. We’ve integrated box.com with GroupDocs. Now, you can access all your box.com files and folders from within your GroupDocs account. Use your box.com documents with GroupDocs’ document management apps suite to take your document management experience to new heights. [caption id=“attachment_1130” align=“alignnone” width=“600” caption=“Announcing box.com integration with GroupDocs’ document management apps suite”] [/caption] Integration is super simple. Simply use the Box.com button in the Integration area of the My Account page and log in to box.

    blog.groupdocs.com/viewer/announcing-box-com-in...
  5. 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...
  6. 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/
  7. GroupDocs.Assembly for .NET | Documentation

    Home Note Welcome to the GroupDocs.Assembly for .NETGroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently Assembles the given data with the defined template document and generates an output document bAsed on the data source, in the template’s format As well As in the specified output format. GroupDocs.Assembly for .NET Resources Following are the links to some useful resources you may need to accomplish your tAsks....Home Note Welcome to the GroupDocs.Assembly for .NETGroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly for .NET Resources Following are the links to some useful resources you may need to accomplish your tasks.

    docs.groupdocs.com/assembly/net/
  8. 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...
  9. How to Add Distance Annotation in PDF using Java

    This article will help you to add distance annotation in PDF using Java. We'll provide you complete step-by-step guide to insert distance annotation to PDF in Java....This article will help you to add distance annotation in PDF using Java. We'll provide you complete step-by-step guide to insert distance annotation to PDF in Java.

    kb.groupdocs.com/annotation/java/how-to-add-dis...
  10. Convert PDF to XPS using Java

    Quickly convert PDF to XPS using Java with our comprehensive guide. Furthermore, we'll provide you with a code example to export PDF to XPS using Java....Quickly convert PDF to XPS using Java with our comprehensive guide. Furthermore, we'll provide you with a code example to export PDF to XPS using Java.

    kb.groupdocs.com/conversion/java/convert-pdf-to...