Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 10,608 for

new

(0.05 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the New API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new API provided by GroupDocs.Metadata...

    docs.groupdocs.com/metadata/java/migration-notes/
  2. Getting TargetInvocationException for groupdocs...

    Tried to convert pdf , docx to png format but get thrown with this error class com.groupdocs.conversion.internal.c.a.ms.System.Reflection.TargetInvocationException —> java.lang.reflect.InvocationTargetException import …...fileExt(fileName); List<byte[]> result = new ArrayList<>(); Log.info(LOG_SRC...try (ByteArrayInputStream in = new ByteArrayInputStream(documentData))...

    forum.groupdocs.com/t/getting-targetinvocatione...
  3. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new CsvLoadOptions { ConvertDateTimeData...

    docs.groupdocs.com/conversion/net/load-csv-docu...
  4. GroupDocs.Search for .NET 17.5.0 Now Supports S...

    Team GroupDocs is really excited to announce the monthly release of GroupDocs.Search for .NET 17.5.0 API. We have introduced a number of New features and enhancements in this release. The most notable improvement made to the API in this release is the support for some New formats like epub, OneNote, OpenDocument presentation format etc. For a better user experience the API has implemented optimization of simple and fuzzy search along with optimizing the index data on hard disk....have introduced a number of new features and enhancements in...release is the support for some new formats like epub, OneNote, OpenDocument...

    blog.groupdocs.com/search/groupdocs.search-.net...
  5. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...In case is not set the Times New Roman font will be used. The...

    docs.groupdocs.com/conversion/net/load-note-doc...
  6. Load password-protected document | Documentation

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new WordProcessingLoadOp { Password...

    docs.groupdocs.com/conversion/net/load-password...
  7. Parse data from documents | Documentation

    This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SampleInvoicePdf...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  8. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.... LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/viewer/net/loading-external-...
  9. 使用 .NET API 從 C# 中的發票或收據中提取數據

    使用 C# 以編程方式解析發票或收據並提取數據。在 ASP.NET、WCF 或 WPF 中使用 .NET 文檔解析 API 從文檔中提取文本。...detailsTableParamete = new TemplateTableParamet(new Rectangle(new Point(35...Point(35, 320), new Size(530, 55)), null); // 為“摘要”表創建檢測器參數 TemplateTableParamet...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  10. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the New code: …...HideComments = true; This is the new code: convLoadOpts.CommentDisplayMode...following code: var convLoadOpts = new WordProcessingLoadOp(); //convLoadOpts...

    forum.groupdocs.com/t/hidecomments-replacement-...