Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 28,718 for

for

(0.05 sec)
  1. Search for embedded and encrypted objects in Me...

     This section explains how to search For embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature.... This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature.

    docs.groupdocs.com/signature/java/search-embed-...
  2. GroupDocs.Signature for .NET Supports Image Doc...

    Team GroupDocs is really pleased to announce the release of version 17.8.0 of GroupDocs.Signature For .NET API. Like our previous releases, this release too comes up with a number of features and enhancements. The most noteworthy feature introduced in this version is the support For image file Formats For all existing signature types. You can now apply all the existing standard signature properties like positioning, alignment, applying fonts, opacity, border options etc that were previously available For other document Formats For image file Formats as well....Team GroupDocs is really pleased to announce the release of version 17.8.0 of GroupDocs.Signature for .NET API. Like our previous releases, this release too comes up with a number of features and enhancements. The most noteworthy feature introduced in this version is the support for image file formats for all existing signature types. You can now apply all the existing standard signature properties like positioning, alignment, applying fonts, opacity, border options etc that were previously available for other document formats for image file formats as well.

    blog.groupdocs.com/signature/groupdocs.signatur...
  3. Launching Servlet based Front-end of GroupDocs....

    The GroupDocs team is excitedly announcing the GroupDocs.Annotation Frontend For the Java Servlets developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation For Java 3.x.. It is an alpha release of the project but most important functionalities have been implemented in this release. GroupDocs users are free to customize and enhance the application by their own....The GroupDocs team is excitedly announcing the GroupDocs.Annotation Frontend for the Java Servlets developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for Java 3.x.. It is an alpha release of the project but most important functionalities have been implemented in this release. GroupDocs users are free to customize and enhance the application by their own.

    blog.groupdocs.com/annotation/servlet-based-fro...
  4. Introducing GroupDocs.Watermark for .NET - A Co...

    We are excited to release GroupDocs.Watermark For .NET API that makes it simple to perForm watermarking operations in various document and image Formats. The API facilitates you with simple syntax, easy to use methods and a few lines of code to perForm any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular document and image Formats. Continue to read more about the API’s features....We are excited to release GroupDocs.Watermark for .NET API that makes it simple to perform watermarking operations in various document and image formats. The API facilitates you with simple syntax, easy to use methods and a few lines of code to perform any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular document and image formats. Continue to read more about the API’s features.

    blog.groupdocs.com/watermark/introducing-groupd...
  5. All-in-One C# Suite for Automating Document Tasks

    Discover how GroupDocs.Total For .NET simplifies C# document automation. From viewing and editing documents to e-signatures and cost-effective licensing, optimize your workflow efFortlessly....Discover how GroupDocs.Total for .NET simplifies C# document automation. From viewing and editing documents to e-signatures and cost-effective licensing, optimize your workflow effortlessly.

    blog.groupdocs.com/total/streamline-document-au...
  6. Introducing GroupDocs.Classification for .NET |...

    What Is GroupDocs.Classification? GroupDocs.Classification For .NET is a powerful and intuitive library used For texts and documents classification with several taxonomies. Documents could be in various Formats,including Microsoft Word and OpenDocument Writer file Formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy For News/Cites classification....What Is GroupDocs.Classification? GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer file formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy for News/Cites classification.

    docs.groupdocs.com/classification/net/introduci...
  7. Working with fonts in GroupDocs.Viewer for .NET

    Learn how to get list of used fonts, specify or replace missing fonts, exclude fonts...Learn how to get list of used fonts, specify or replace missing fonts, exclude fonts

    blog.groupdocs.com/viewer/working-with-fonts/
  8. Merge Table Cells Dynamically using GroupDocs.A...

    We are pleased to announce the release of version 19.1 of GroupDocs.Assembly For Java. The latest version allows you to merge the table cells having equal textual contents within your reports dynamically. Furthermore, we have introduced the feature of adding optional comments within the syntax tags that can provide a human-readable explanation. For more details on the latest version, please have a look at the release notes. Features Introduced Merging Table Cells Dynamically Using the latest version, you can tell the API to merge the table cells that have equal textual content....We are pleased to announce the release of version 19.1 of GroupDocs.Assembly for Java. The latest version allows you to merge the table cells having equal textual contents within your reports dynamically. Furthermore, we have introduced the feature of adding optional comments within the syntax tags that can provide a human-readable explanation. For more details on the latest version, please have a look at the release notes. Features Introduced Merging Table Cells Dynamically Using the latest version, you can tell the API to merge the table cells that have equal textual content.

    blog.groupdocs.com/assembly/merge-table-cells-d...
  9. Locales for output document | Documentation

    This guide demonstrates how to edit RTL documents and specify locale For Word documents when using GroupDocs.Editor For Java API....This guide demonstrates how to edit RTL documents and specify locale for Word documents when using GroupDocs.Editor for Java API.

    docs.groupdocs.com/editor/java/locales-for-outp...
  10. Select specific pages for rasterized PDF | Docu...

    Select specific pages For rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.

    docs.groupdocs.com/redaction/java/select-specif...