Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 10,485 for

new

(0.04 sec)
  1. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for pr......converter = new Converter(documentPath)) { var options = new WebConvertOptions();...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/file-size-increase-on-con...
  2. Remove annotation from document | Documentation

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); SaveOptions...

    docs.groupdocs.com/annotation/java/remove-annot...
  3. Convert to HTML with advanced options | Documen...

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...options: const loadOptions = new groupdocs . conversion . WordProcessingLoadOp...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = New LoadOptions(); loadOptions.setPassword("123"); const metadata = New groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript try { var loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  5. Get only summary page | Documentation

    This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-only-summ...
  6. Get only summary page | Documentation

    This article explains how to get only a summary page when comparing documents with GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...summary page. const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/get-o...
  7. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = New LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = New Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...password LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  8. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "with_attachments.msg"...

    docs.groupdocs.com/viewer/java/how-to-extract-a...
  9. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in QR-code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...Class < T > type ) { return new Gson (). fromJson ( source ,...

    docs.groupdocs.com/signature/java/search-embed-...
  10. eSign document with Text signature | Documentation

    This article explains how to sign document with Text signature by GroupDocs.Signature API. Let's try to add digital signature to a PDF programmatically....Consulting Blog Knowledge Base New Releases Status Websites aspose...workflow as easy as follows: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/esign-documen...