Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 12,637 for

new

(0.62 sec)
  1. 在 C# 中编辑 Word 文档 |构建您自己的 .NET Word 编辑器

    使用 C# 示例解释编辑 Word 文档,以使用文档编辑 API 在 .NET 应用程序中编辑 DOC、DOCX、ODT 文件。...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...document”。 using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/zh/editor/edit-word-document...
  2. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Java API to convert images to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "vector-image.svg" ))...

    docs.groupdocs.com/viewer/java/render-images/
  3. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...src = new StringBuilder ( source ); StringBuilder dst = new StringBuilder...

    docs.groupdocs.com/signature/java/search-embed-...
  4. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of New features. The API has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as watermark....enhancements along with a number of new features. The API has not only...for .NET API - New FeaturesThe following new features have been...

    blog.groupdocs.com/signature/groupdocs.signatur...
  5. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/highlighting-sea...
  6. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/net/highlighting-sear...
  7. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...Class < T > type ) { return new Gson (). fromJson ( source ,...

    docs.groupdocs.com/signature/java/search-for-em...
  8. GroupDocs Merger not working with .msg files - ...

    I am splitting the files and on each page I am extracting text using GroupDocs Parser, now the problem is when I am trying to do the same with .msg file I am getting the error “Unsupported file Type”. below is my code u…...code using (Merger merger = new Merger(mStream)) { // Extract...using (MemoryStream pageStream = new MemoryStream()) { merger.Ext...

    forum.groupdocs.com/t/groupdocs-merger-not-work...
  9. Spreadsheet redactions | GroupDocs

    This article shows that how Java redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: final Redactor redactor = new Redactor ( "sample.xlsx" ); try...

    docs.groupdocs.com/redaction/java/spreadsheet-r...
  10. GroupDocs.Viewer "The dimensions of this page a...

    I’m using GroupDocs Viewer to convert any file to PDF. My problem appear when i try to convert .jpg image to pdf. The exported pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...ErrorMessageDto errorMessage = new ErrorMessageDto() { ErrorMessage...PropertyName = “id” }; throw new BusinessException(errorMessage);...

    forum.groupdocs.com/t/groupdocs-viewer-the-dime...