Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 4,688 for

as

(0.14 sec)
  1. Opacity and Fixed SVG Path Properties Introduce...

    GroupDocs team is excited to announce one more monthly releAse of document annotation API, where new properties are introduced, these properties are included on users demand to facilitate them As our users always expects something new and extra features form our APIs compare to other available prodcts. The latest GroupDocs.Annotation for .NET 17.7.0 API now provides support to set Opacity and SVG Path for all major document formats like, PDF, Diagram, Slide and Words file formats etc....GroupDocs team is excited to announce one more monthly release of document annotation API, where new properties are introduced, these properties are included on users demand to facilitate them as our users always expects something new and extra features form our APIs compare to other available prodcts. The latest GroupDocs.Annotation for .NET 17.7.0 API now provides support to set Opacity and SVG Path for all major document formats like, PDF, Diagram, Slide and Words file formats etc.

    blog.groupdocs.com/annotation/opacity-and-fixed...
  2. Email Formats Enhanced Support Introduced in Gr...

    Team GroupDocs is glad to announce another releAse of document report generation API version 17.9 also known As GroupDocs.Assembly for .NET API. The latest releAse adds enhanced support of existing features to the API, the most important changes are done to support document Assembly for Email file formats and also providing bug fixes. For a better experience with the API, we recommend you to download the latest releAse and try out the bug fixes provided in the latest version of the API....Team GroupDocs is glad to announce another release of document report generation API version 17.9 also known as GroupDocs.Assembly for .NET API. The latest release adds enhanced support of existing features to the API, the most important changes are done to support document assembly for Email file formats and also providing bug fixes. For a better experience with the API, we recommend you to download the latest release and try out the bug fixes provided in the latest version of the API.

    blog.groupdocs.com/assembly/groupdocs.assembly-...
  3. SVG XPS and ICO Conversion to DOC DOCX XLS XLSX...

    GroupDocs.Conversion for .NET ReleAse 3.3.0 Today we are excited to announce another monthly releAse of GroupDocs.Conversion for .NETversion 3.3.0. This releAse introduces the support for conversion of new formats like SVG, XPS and ICO in addition to the routine improvements and bug fixes. New Features In this releAse we have enhanced the support for few other documents/files and document manipulation. SVG documents conversion XPS documents conversion ICO files conversion XLSX to PNG/JPG/HTML fixed conversion Remove Comments from Slides while Conversion Respecting DPI option when converting to image Issues/Bugs Resolved We have made significant improvement in this releAse and fixed major issues, listed below are the issues that have been resolved:...GroupDocs.Conversion for .NET Release 3.3.0 Today we are excited to announce another monthly release of GroupDocs.Conversion for .NETversion 3.3.0. This release introduces the support for conversion of new formats like SVG, XPS and ICO in addition to the routine improvements and bug fixes. New Features In this release we have enhanced the support for few other documents/files and document manipulation. SVG documents conversion XPS documents conversion ICO files conversion XLSX to PNG/JPG/HTML fixed conversion Remove Comments from Slides while Conversion Respecting DPI option when converting to image Issues/Bugs Resolved We have made significant improvement in this release and fixed major issues, listed below are the issues that have been resolved:

    blog.groupdocs.com/conversion/svg-xps-ico-conve...
  4. Issue with Compare – Unreadable Text in Compare...

    When I compared a DOCX version of a contract with PDF version using the Compare, the compared contract file wAs downloaded successfully. However, after opening the downloaded file, the text wAs not readable and appeared …...When I compared a DOCX version of a contract with PDF version using the Compare, the compared contract file was downloaded successfully. However, after opening the downloaded file, the text was not readable and appeared …

    forum.groupdocs.com/t/issue-with-compare-unread...
  5. Getting Document Information | GroupDocs

    Learn how to retrieve document metadata such As file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET....Learn how to retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET.

    docs.groupdocs.com/conversion/python-net/develo...
  6. MSG converted to PDF with empty page of message...

    Converting MSG file to PDF gives back empty email message page...Converting MSG file to PDF gives back empty email message page

    forum.groupdocs.com/t/msg-converted-to-pdf-with...
  7. 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...
  8. 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/
  9. 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...
  10. GroupDocs.Parser for Python 25.12 – Latest Upda...

    Explore what’s new in GroupDocs.Parser for Python 25.12. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Parser for Python 25.12. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/parser/groupdocs-parser-for-...