Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 12,279 for

new

(0.1 sec)
  1. Converting Excel files with Groupdocs Version 2...

    Hello, We are using Groupdocs with JAVA for converting office documents on Windows within a web application. We are encountering an error when trying convert excel files with Ver. 26.1. None of them can be converted. Us…...pipeline was updated to use the new ExcelConversionOptio class, and...LoadOptions; try (Converter converter = new Converter("sample.xlsx")) { ...

    forum.groupdocs.com/t/converting-excel-files-wi...
  2. Load a password-protected document | GroupDocs

    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-...
  3. Get only summary page | GroupDocs

    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...
  4. Load a password-protected document | GroupDocs

    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...
  5. Save attachments | GroupDocs

    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...
  6. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...) { var serializerSettings = new JsonSerializerSettin { NullValueHandling...

    docs.groupdocs.com/signature/net/search-for-emb...
  7. Verify Barcode signatures in the document | Gro...

    This topic explains how to verify document for Barcode electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/verify-barcode...
  8. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your Java applications using GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document const comparer = new groupdocs . Comparer ( sourceFile...

    docs.groupdocs.com/comparison/nodejs-java/set-p...
  9. GroupDocs.Comparison for .NET 26.1 – 最新更新和修复(20...

    探索 GroupDocs.Comparison for .NET 26.1 的新功能。现在已在 NuGet 和 GroupDocs 网站上提供。...; using (Comparer comparer = new Comparer(sourcePath)) { ReleasePageStream...PreviewOptions previewOptions = new PreviewOptions(pageNumber =>...

    blog.groupdocs.com/zh/comparison/groupdocs-comp...
  10. Update Image signatures in document | GroupDocs

    This article explains how to update Image electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/update-image-...