Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 4,602 for

groupdocs.signature,

(0.36 sec)
  1. Get text coordinates | Documentation

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image.

    docs.groupdocs.com/viewer/java/image-viewer-get...
  2. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java....This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java.

    docs.groupdocs.com/comparison/nodejs-java/show-...
  3. Load password-protected documents | Documentation

    This article explains how to open password-protected document with GroupDocs.Viewer within your Java applications....This article explains how to open password-protected document with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/load-password-pr...
  4. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only.

    docs.groupdocs.com/comparison/java/migration-no...
  5. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Node.js via Java....This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Node.js via Java.

    docs.groupdocs.com/comparison/nodejs-java/compa...
  6. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET....This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/word-track-ch...
  7. Taxonomies | Documentation

    Taxonomy Taxonomy (general)is the practice and science of classification of things or concepts, including the principles that underlie such classification. In our case, this is a list of text categories. We support two taxonomies for now: IAB-2 taxonomy IAB-2 taxonomy: https://www.iab.com/guidelines/taxonomy/. Automotive, Books_and_Literature, Business_and_Finance, Careers, Education, Events_and_Attractions, Family_and_Relationships, Fine_Art, Food_&_Drink, Healthy_Living, Hobbies_&_Interests, Home_&_Garden, Medical_Health, Movies, Music_and_Audio, News_and_Politics, Personal_Finance, Pets, Pop_Culture, Real_Estate, Religion_&_Spirituality, Science, Shopping, Sports, Style_&_Fashion, Technology_&_Computing, Television, Travel, Video_Gaming Documents taxonomy Documents taxonomy:...Taxonomy Taxonomy (general)is the practice and science of classification of things or concepts, including the principles that underlie such classification. In our case, this is a list of text categories. We support two taxonomies for now: IAB-2 taxonomy IAB-2 taxonomy: https://www.iab.com/guidelines/taxonomy/. Automotive, Books_and_Literature, Business_and_Finance, Careers, Education, Events_and_Attractions, Family_and_Relationships, Fine_Art, Food_&_Drink, Healthy_Living, Hobbies_&_Interests, Home_&_Garden, Medical_Health, Movies, Music_and_Audio, News_and_Politics, Personal_Finance, Pets, Pop_Culture, Real_Estate, Religion_&_Spirituality, Science, Shopping, Sports, Style_&_Fashion, Technology_&_Computing, Television, Travel, Video_Gaming Documents taxonomy Documents taxonomy:

    docs.groupdocs.com/classification/net/taxonomies/
  8. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size.

    docs.groupdocs.com/viewer/java/optimization-pdf...
  9. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size.

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs.

    docs.groupdocs.com/watermark/java/add-watermark...