Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 31,398 for

new

(0.09 sec)
  1. 脱敏:对关键字相互包含的情况下,脱敏 顺序不受控制 - Free Support Forum ...

    您好: 在测试中 如果出现脱敏的关键字 互相包含, 脱敏是按照什么顺序脱敏的? test_num.pdf (31.5 KB) 在样本 ,同时对关键字: 202212300000000 2212300000 3000000 进行脱敏。 测试结果 是对3000000进行屏蔽。 image.png (52.8 KB) image.png (33.0 KB) 在另一个测试样本中, 对关键字: 1234 5678 90 …...getJSONArray(“value”); ArrayList fragments = new ArrayList<>(); for (int i = 0;...getJSONObject(i); Rectangle rect = new Rectangle(box.getInt(“left”)...

    forum.groupdocs.com/t/topic/13415
  2. GroupDocs.Assembly for .NET 17.1.0 Release Note...

    This page contains release notes for GroupDocs.Assembly for .NET 17.1.0 Major Features Extended abilities of working with tables of external documents as data sources for all supported file formats. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-26 Add ability to load multiple DocumentTable objects from a single file as a single operation Feature ASSEMBLYNET-27 Add ability to define relations between DocumentTable instances loaded from a single document Feature ASSEMBLYNET-28 Add ability to change automatically detected types of DocumentTable columns Feature ASSEMBLYNET-29 Add ability to use template syntax for related DataTable objects regardless of relation direction Enhancement Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...17.1.0 It includes not only new and obsoleted public methods...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. GroupDocs.Annotation for .NET 17.11 Release Not...

    Note This page contains release notes for GroupDocs.Annotation for .NET 17.11 Major Features Below the list of New features and fixed bugs in this regular monthly release of GroupDocs.Annotation for .NET: Implemented removing annotaion comments for Diagrams Implemented import comments for Diagrams Fixed export of anotations on Slides Refactored and fixed Words Commentator Fixes for annotations import in Words Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-465 Remove arrow annotation with comment in Diagrams New Feature ANNOTATIONNET-464 Remove resource redaction annotation with comment in Diagrams New Feature ANNOTATIONNET-463 Remove polyline annotation with comment in Diagrams New Feature ANNOTATIONNET-462 Remove area annotation with comment in Diagrams New Feature ANNOTATIONNET-461 Implement removing annotations with comments in diagram New Feature ANNOTATIONNET-460 Import comment for polyline annotation in Diagrams New Feature ANNOTATIONNET-459 Import comment for resource redaction annotation in Diagrams New Feature ANNOTATIONNET-458 Import comment for area annotation in Diagrams New Feature ANNOTATIONNET-457 Import comment for arrow annotation in Diagrams New Feature ANNOTATIONNET-456 Implement import comments for annotations in Diagram New Feature ANNOTATIONNET-522 Improve import comments for annotations in Diagram Improvement ANNOTATIONNET-521 Refactor WordCommentator Improvement ANNOTATIONNET-514 Refactoring of IsFirstInSecondRectangle for Words export Improvement ANNOTATIONNET-528 Fix export of text annotations on Slides Bug ANNOTATIONNET-526 Improve coordinates for adding watermark annotation for Slides Bug ANNOTATIONNET-525 Wrong area of highlight annotation in Pdf files Bug ANNOTATIONNET-523 Fix PointAnnotation export for Slides format Bug ANNOTATIONNET-520 Minor fixes for WordsCommentator Bug ANNOTATIONNET-519 Words: Bug with import annotations Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Major Features Below the list of new features and fixed bugs in this...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  4. multiframeimagewatermarkoptions - GroupDocs.Wat...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......loadOptions = new ImageLoadOptions(); Watermarker watermarker = new Watermarker("C:\\test...TextWatermark watermark = new TextWatermark("Test", new Font("Arial", 12));...

    apireference.groupdocs.com/watermark/java/com.g...
  5. How to remove background color of a Watermark u...

    I am using temporary license and facing the same issue. There is background rectangular box around the text. How can we we remove that. Watermarker watermarker = New Watermarker(inputPDF); TextWatermark watermark = New…... Watermarker watermarker = new Watermarker(inputPDF); TextWatermark...TextWatermark watermark = new TextWatermark (“OBSOLETE”, new Font(“Arial”...

    forum.groupdocs.com/t/how-to-remove-background-...
  6. Simplified Integration, Tiled Watermarks | .NET...

    GroupDocs.Watermark for .NET 24.7 (DLLs only) - Add and rotate watermarks for ultimate branding & security. Integrates with existing projects. Download now!... File Details Great news for .NET developers! We have...watermarker = new Watermarker( "test.pdf" , new PdfLoadOptions()))...

    releases.groupdocs.com/watermark/net/new-releas...
  7. Unable to view document in word editor properly

    Unable to view document in word editor properly Hello I am trying to view the word/excel/ppt document in Groupdocs editor using asp.net mvc(web api, jQuery, JavaScript) like how it is working -> [W......AES256 aes = new Utils.AES256(); var queryData...{ try { Document document = new Document(); await Task.Run(()...

    forum.groupdocs.com/t/unable-to-view-document-i...
  8. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...As IKeyLockerStore Public Sub New ( cache As ICache , keyLockerStore...

    docs.groupdocs.com/viewer/net/implement-thread-...
  9. Extensions.Ancestors Method (System.Xml.Linq) |...

    Returns a collection of elements that contains the ancestors of every node in the source collection....xmlTree = new XElement("Root", new XElement("Child1", new XElement("GrandChild1"...1", new XElement("GreatGrandChild1", "content") ) ), new XElement("Child2"...

    learn.microsoft.com/en-us/dotnet/api/system.xml...
  10. SVG SCALE IN IFRAME? - Free Support Forum - gro...

    aspdotnet_mvc_groupdocs.png (13.4 KB) Hello everyone, I’m developing a web application using ASP.NET MVC. I’m using GroupDocs to render my .dwg and .dxf files as HTML, and I’m displaying them within an iframe on my page…...var fileList = new List(); var iframeList = new List(); var tableData...tableData = new List<Dictionary<string, object>>(); foreach (var...

    forum.groupdocs.com/t/svg-scale-in-iframe/12775