Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 4,686 for

as

(0.07 sec)
  1. Edit Watermark Objects in PDF Documents using G...

    We are really delighted to announce the releAse of version 18.3 of GroupDocs.Watermark for .NET. The latest version supports editing of the objects that can be considered As the watermark in PDF documents. Furthermore, the feature of replacing text and image for the found watermarks is also added for all the supported formats. Following are some highlighted features of version 18.3. Editing Watermark Objects in PDF Documents Replacing Text for Particular Objects You can replace text for the particular XObjects, artifacts and the annotations in a PDF document....We are really delighted to announce the release of version 18.3 of GroupDocs.Watermark for .NET. The latest version supports editing of the objects that can be considered as the watermark in PDF documents. Furthermore, the feature of replacing text and image for the found watermarks is also added for all the supported formats. Following are some highlighted features of version 18.3. Editing Watermark Objects in PDF Documents Replacing Text for Particular Objects You can replace text for the particular XObjects, artifacts and the annotations in a PDF document.

    blog.groupdocs.com/watermark/edit-watermark-obj...
  2. How to merge TIF images using C# | GroupDocs

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Learn how to merge TIF image files, combine TIF image files into one file programmatically in C# language using GroupDocs.Merger for .NET library.

    docs.groupdocs.com/merger/net/getting-started/u...
  3. 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...
  4. Installation | GroupDocs

    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/
  5. 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(); }...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. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java....This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java.

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. watermark excel on GroupDocs Blog | Document Au...

    watermark excel on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in watermark excel on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......watermark excel on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in watermark excel on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve...

    blog.groupdocs.com/pt/tag/watermark-excel/index...
  8. how to make one page landscape in word on Group...

    how to make one page landscape in word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in how to make one page landscape in word on GroupDocs Blog | Docu......how to make one page landscape in word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in how to make one page landscape in word on GroupDocs Blog | Docu...

    blog.groupdocs.com/pt/tag/how-to-make-one-page-...
  9. GroupDocs.Conversion for .NET 3.5.0 - Faster Pe...

    Are you fade up with document conversions with time taking process and limited format support ? Now we are pleAsed to announce the releAse of GroupDocs.Conversion for .NET 3.5.0. with super exciting speed and performance along with 50 plus document and image format support. This is fifth monthly releAse of GroupDocs.Conversion API which is now more fAster and more reliable. Kindly download our latest releAse to enhance your Application....Are you fade up with document conversions with time taking process and limited format support ? Now we are pleased to announce the release of GroupDocs.Conversion for .NET 3.5.0. with super exciting speed and performance along with 50 plus document and image format support. This is fifth monthly release of GroupDocs.Conversion API which is now more faster and more reliable. Kindly download our latest release to enhance your Application.

    blog.groupdocs.com/conversion/groupdocs-convers...
  10. ColumnMerger problem is fixed in GroupDocs.Comp...

    This month’s releAse of GroupDocs.Comparison for .NET 18.3 covers some improvements and one bug fix. Features like Comparison.Imaging and registration of changes by groups are improved. ColumnMerger problem is now fixed. You can follow releAse notes here. We’d recommend you to download latest version of the API and share your feedback. GroupDocs Document Comparison API - Improvements Image update changes by shapes, zone and groups Comparison.Imaging GroupDocs.Comparison for .NET 18....This month’s release of GroupDocs.Comparison for .NET 18.3 covers some improvements and one bug fix. Features like Comparison.Imaging and registration of changes by groups are improved. ColumnMerger problem is now fixed. You can follow release notes here. We’d recommend you to download latest version of the API and share your feedback. GroupDocs Document Comparison API - Improvements Image update changes by shapes, zone and groups Comparison.Imaging GroupDocs.Comparison for .NET 18.

    blog.groupdocs.com/comparison/columnmerger-prob...