Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 924 for

accept changes

(0.07 sec)
  1. Theo dõi thay đổi trong một tài liệu ở Java|Asp...

    Theo dõi các thay đổi về nội dung và định dạng do bạn hoặc người khác thực hiện. Truy cập các phiên bản riêng lẻ trong một tài liệu và áp dụng nhiều thuộc tính cho chúng bằng Java....bằng cách dùng phương pháp Accept hoặc Reject . Tất cả các thay...AcceptAllRevisions tương tự như “Accept All Changes” ở Microsoft Word. Mã...

    docs.aspose.com/words/vi/java/track-changes-in-...
  2. 比较 Python 中的文档|Python via .NET 格式的 Aspose.Words

    比较任何支持格式的两个文档并使用 Python 显示内容更改。您可以在比较时应用高级选项。...node_type} \" " ) print ( f " \t Changed text: \" {r.parent_node.get_text()}...between doc1 and doc2, so accepting them on doc1 transforms doc1...

    docs.aspose.com/words/zh/python-net/compare-doc...
  3. Python의 문서 비교|Python via .NET용 Aspose.Words

    지원되는 형식의 두 문서를 비교하고 Python를 사용하여 콘텐츠 변경 사항을 표시합니다. 비교할 때 고급 옵션을 적용할 수 있습니다....node_type} \" " ) print ( f " \t Changed text: \" {r.parent_node.get_text()}...between doc1 and doc2, so accepting them on doc1 transforms doc1...

    docs.aspose.com/words/ko/python-net/compare-doc...
  4. Cách tìm kiếm trong PDF bằng C# | Tìm và tô sán...

    Tìm kiếm và làm nổi bật văn bản trong PDF bằng C#. Tìm hiểu cách tìm kiếm trong PDF bằng C#, tìm từ khóa, trích xuất các kết quả phù hợp, sử dụng regex và xóa dữ liệu nhạy cảm....bằng cách sử dụng phương thức Accept(). Truy xuất tất cả các đoạn...các trang pdfDocument.Pages.Accept(textFragmentAbsorber); // Lấy...

    blog.aspose.com/vi/pdf/search-in-pdf-using-csharp/
  5. C#를 사용하여 PDF에서 검색하는 방법 | PDF에서 텍스트 찾기 및 강조 표시

    C#를 사용하여 PDF에서 텍스트를 검색하고 강조 표시합니다. C#을 사용하여 PDF에서 검색하는 방법, 키워드를 찾는 방법, 일치를 추출하는 방법, 정규 표현식을 사용하는 방법 및 민감한 데이터를 제거하는 방법을 알아보세요.... 모든 페이지에서 Accept() 메서드를 사용하여 흡수기를 실행하십시오. 모든...흡수기를 적용하십시오. pdfDocument.Pages.Accept(textFragmentAbsorber); // 일치하는...

    blog.aspose.com/ko/pdf/search-in-pdf-using-csharp/
  6. Gigantic file size when saving Aspose.Cells.Wor...

    Dear support, when converting Excel files (*.xlsx) into PDF files using the Aspose.Cells component, in some cases the file size (and processing time) grows enormously. I’ll attach a sample project containing 3 xlsx fil…...data, but the issue doesn’t change with the altered data.) All...48.8MB, but it wasn’t even accepting 14.8MB. Professionalize.Discourse...

    forum.aspose.com/t/gigantic-file-size-when-savi...
  7. چگونه در PDF با استفاده از C# جستجو کنیم | پیدا...

    متن را در PDF با استفاده از C# جستجو و هایلایت کنید. یاد بگیرید چگونه در PDF با استفاده از C# جستجو کنید، کلمات کلیدی را پیدا کنید، مطابقت‌ها را استخراج کنید، از regex استفاده کنید و داده‌های حساس را سانسور کنید....صفحات را با استفاده از روش Accept() اجرا کنید. تمام تکه های متنی...اعمال کنید pdfDocument.Pages.Accept(textFragmentAbsorber); // متون...

    blog.aspose.com/fa/pdf/search-in-pdf-using-csharp/
  8. Comment rechercher dans un PDF en utilisant C# ...

    Recherchez et mettez en surbrillance du texte dans un PDF en utilisant C#. Apprenez comment rechercher dans un PDF en utilisant C#, trouver des mots-clés, extraire des correspondances, utiliser des expressions régulières et masquer des données sensibles....pages en utilisant la méthode Accept(). Retrieve all matching text...les pages pdfDocument.Pages.Accept(textFragmentAbsorber); // Get...

    blog.aspose.com/fr/pdf/search-in-pdf-using-csharp/
  9. Protecting Worksheets|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... protect method accepts the following parameters: Protection...you want users to be able to change. Protect a few Cells in the...

    docs.aspose.com/cells/python-net/protecting-wor...
  10. Data Sorting with C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API.... The Sort method accepts the following parameters: Cells...the rest of the cells is not changed at all. Following are the sample...

    docs.aspose.com/cells/cpp/sort-data-of-excel/