Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 11,658 for

new

(0.17 sec)
  1. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception 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/handling-passw...
  2. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception 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/handling-pass...
  3. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Consulting Blog Knowledge Base New Releases Status Websites aspose...JPG file Converter converter = new Converter ( "sample.jpg" ); //...

    docs.groupdocs.com/conversion/java/convert/image/
  4. Join Images using GroupDocs.Merger for Java 19.8

    With the New release of GroupDocs.Merger for Java 19.8 you can take your document joining experience to the next level. What is special about this release? We are pleased to announce that you can now do image joining. And following are the supported image formats: BMP PNG TIFF How easy is that? Let’s understand this with a use-case. We’ll join a BMP and TIFF file. New Format Support API now fully supports HTML format....With the new release of GroupDocs.Merger for Java 19.8 you can...We’ll join a BMP and TIFF file. New Format Support API now fully...

    blog.groupdocs.com/merger/join-images-using-gro...
  5. Edit PDF | GroupDocs

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); loadOptions...

    docs.groupdocs.com/editor/net/edit-pdf/
  6. The name 'Groupdocs' does not exist in the curr...

    hi i developed asp.net site using groupdocs api but i have problem Error CS0103 The name ‘Groupdocs’ does not exist in the current context i call Groupdocs package using consle <span style=“color: rgb(226, 226, 226…...functionality we have to go with the New front end solution approach only...the same Nuget error in the New front end solution. I tried to...

    forum.groupdocs.com/t/the-name-groupdocs-does-n...
  7. GroupDocs.Total for Java 25.10 – 最新更新與修復(2025年10月)

    探索 GroupDocs.Total for Java 25.10 的新功能。現在已在 NuGet 和 GroupDocs 網站上提供。...發行亮點 Table of Contents What’s new in this release How to obtain...dependency management. What’s new in this release # The following...

    blog.groupdocs.com/zh-hant/total/groupdocs-tota...
  8. Load from local disc | GroupDocs

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose...disc: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/load-from-loc...
  9. Load password-protected document | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...; LoadOptions loadOptions = new LoadOptions ( "SAMPLE_PASSWORD"...

    docs.groupdocs.com/merger/net/load-password-pro...
  10. Introducing Simple and Easy to Use .NET Documen...

    We are introducing a New public API that is designed to be implemented easily. Those who are using previous version of the API (below 19.9), you don’t have to worry. The legacy API has been moved into legacy namespace. If you want to upgrade to v19.9, it is required to make project-wide replacement of namespace usages from GroupDocs.Conversion to GroupDocs.Conversion.Legacy in order to avoid any build issues. Why to use New version?...We are introducing a new public API that is designed to be implemented...any build issues. Why to use new version? Converter class introduced...

    blog.groupdocs.com/conversion/introducing-simpl...