Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 11,665 for

new

(0.09 sec)
  1. 在 Word、Excel、PowerPoint、PDF 中使用 C# 搜索图像签名

    使用 .NET Signature API 从 C# 中的任何文档(DOC、XLS、PPT、PDF) 中搜索条形码、二维码、数字或电子签名以及图像数据内容。...using (Signature signature = new Signature("signed.pdf")) { //...using (Signature signature = new Signature("signed.pdf")) { //...

    blog.groupdocs.com/zh/signature/search-image-si...
  2. Merge PDF, Word, Excel, PowerPoint Files in C# ...

    Programmatically merge PDF, Word documents, spreadsheets, presentation files within your .NET based applications using the Merger API by GroupDocs in C#....in C# using (Merger merger = new Merger(@"document1.pdf")) { merger...in C# using (Merger merger = new Merger(@"c:\\document1.docx"))...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  3. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputXlsx...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Set zoom level when converting to HTML using Gr...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.7. This version of the API comes with number of New features such as setting zoom level, conversion from LaTex and getting extended document information. Aside this, multitude of improvements, bug fixes and some New document formats are introduced in this release. We would recommend you to download the New release and evaluate the exciting features to enhance document conversion experience....the API comes with number of new features such as setting zoom...improvements, bug fixes and some new document formats are introduced...

    blog.groupdocs.com/conversion/releasing-documen...
  5. Add ParagraphMerger Using GroupDocs.Comparison ...

    Team GroupDocs is really pleased to announce the release of version 17.10 of GroupDocs.Comparison for .NET API which not only adds a number of New features to the API, but also adds numerous enhancements along-with some bug fixes. The API now allows adding password to PDF documents. It also adds ParagraphMerger to the API. Not only this; the API has also made improvements related to the PDF document format beside improving Comparison....which not only adds a number of new features to the API, but also...The GroupDocs.Comparison API - New Features # Monthly release of...

    blog.groupdocs.com/comparison/add-paragraphmerg...
  6. Features overview | GroupDocs

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document. The result is a new document where two pages have...

    docs.groupdocs.com/merger/python-net/features-o...
  7. Markdown | GroupDocs

    This article explains that how to extract Markdown formatted text from document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/markdown/
  8. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...OleSpreadsheetOption oleCellsOptions = new OleSpreadsheetOption ( "c:\embedded...

    docs.groupdocs.com/merger/java/add-document-to-...
  9. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Consulting Blog Knowledge Base New Releases Status Websites aspose...settings IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/indexing-metadat...
  10. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...try { Signature signature = new Signature ( filePath ); // create...

    docs.groupdocs.com/signature/java/verifying-doc...