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

new

(0.45 sec)
  1. GroupDocs.Total on GroupDocs Blog | Document Au...

    GroupDocs.Total on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Total on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......10월 릴리스 하이라이트 Explore what’s new in GroupDocs.Total for .NET 25...9월 릴리스 하이라이트 Explore what’s new in GroupDocs.Total for .NET 25...

    blog.groupdocs.com/ko/tag/groupdocs.total/index...
  2. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using C# programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...Editor . Editor editorMobi = new Editor ( mobiPath ); FileStream...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  3. Migration Notes | GroupDocs

    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....Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new updated API provided by since...

    docs.groupdocs.com/comparison/java/migration-no...
  4. Edit Markdown Documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown documents/files like common text documents using GroupDocs.Editor for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...path const editorFromPath = new groupdocsEditor . Editor ( inputPath...

    docs.groupdocs.com/editor/nodejs-java/edit-mark...
  5. .NET 9 - Fails to identify document is PDF/HTML...

    Hello, I have attached a .zip file containing some files (1x .htm, 2x .pdf) - using .NET 9 and GroupDocs.Conversion 25.4.0 - none of these file convert. Their Format is also not detected correctly when using .GetDocumen…...using (Converter converter = new Converter(() => stream)) { var...convertOptions = new PdfConvertOptions { PdfOptions = new PdfOptions...

    forum.groupdocs.com/t/net-9-fails-to-identify-d...
  6. Extraction in separate process | GroupDocs

    This article describes how to minimize the situation of resource shortage in the indexing process...Consulting Blog Knowledge Base New Releases Status Websites aspose...args ) { using ( var host = new GroupDocs . Search . ExtractionHost...

    docs.groupdocs.com/search/net/extraction-in-sep...
  7. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Consulting Blog Knowledge Base New Releases Status Websites aspose...); try ( Metadata metadata = new Metadata ( Constants . InputZip...

    docs.groupdocs.com/metadata/java/working-with-z...
  8. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Getting...

    docs.groupdocs.com/search/net/synonym-dictionary/
  9. Update QR-code signatures in document | GroupDocs

    This article explains how to update QR-code 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-qr-cod...
  10. Listening to conversion process events | GroupDocs

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...IConverterListener listener = new ConverterListener (); ConverterSettings...

    docs.groupdocs.com/conversion/java/listening/