Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 12,317 for

new

(0.2 sec)
  1. System.TypeInitializationException - Free Suppo...

    Hello, Does the following code need to be within an executable project to run as the same code does not run from within a library project? Exe net5.0 _5_0 static void Main(string[] args) { …...JsonDataSource jsonDataSource = new JsonDataSource(@"C:\json.json");...DocumentAssembler assembler = new DocumentAssembler(); assembler...

    forum.groupdocs.com/t/system-typeinitialization...
  2. Convert presentations | GroupDocs

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/prese...
  3. Docx comparison shows text as removed instead o...

    Hi, It appears as if we stumbled upon an issue when comparing two docx-documents. Find them attached in this topic. To explain the issue, notice that the first document does not contain the word “GEMA” but the second do…...(without “GEMA”) var original = new ComparisonDocument("CANEA TEST...(with “GEMA”) var revised = new ComparisonDocument("CANEA TEST...

    forum.groupdocs.com/t/docx-comparison-shows-tex...
  4. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Consulting Blog Knowledge Base New Releases Status Websites aspose...IndexRepository indexRepository = new IndexRepository (); // Creating...

    docs.groupdocs.com/search/net/search-index-repo...
  5. Search for encrypted object in QR code signatur...

     This article explains how to search for encrypted electronic signatures in QR code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes 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/search-for-enc...
  6. 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...
  7. .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...
  8. DOC/DOCX - when removing only "Author" property...

    Remove doc/docx properties, the “Content type”, “Scale” property will be removed. and the ContentType is empty. We are using v18.6 and here’s the demo codes: var format = New DocFormat(filePath); DocMetadata metaData …...the demo codes: var format = new DocFormat(filePath); DocMetadata...Glority_Developer: var format = new DocFormat(filePath); DocMetadata...

    forum.groupdocs.com/t/doc-docx-when-removing-on...
  9. Convert web formats | GroupDocs

    In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...evolved with requirements of new information to be displayed as...

    docs.groupdocs.com/conversion/net/convert/web/
  10. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents const sourceStream = new InputStream ( 'sample-files/source...

    docs.groupdocs.com/comparison/nodejs-java/load-...